0 Members and 1 Guest are viewing this topic.
BSAVE (filename),B15,P57344 TO P65333
Yeah, you are in for a lot of working getting a bitmap program working on the C64. In my opinion, the only practical ways to do this are with a BASIC language extension or by writing the program in assembly language.
BSAVE (filename),B15,P57344 TO P65333That will only save garbage onto disk (actually part of the KERNAL ROM).
If you created your bitmap with GRAPHIC 1 in C128 mode, then you need to set the VIC to hi-res graphics in C64 mode. You should post the code you are using in C64 mode to setup the graphics mode. That way we can see if things are right.