-
Hello,
I am now using this brilliant modem since 1-2 months.
Thank you very much for all you did!
I did not buy, but have built my own.
It works very nice on the C64 now!
And then I …
-
I recently created a few bootable ADF 1.76MB Workbench Images.They only seem to boot if I go through the AUTOBOOT process and select an image manually.If I reset and try to reboot the same image, it i…
-
The Atari 7800 has only 4k of RAM so most of times you don't need anything like conio. But it would be useful for testing stuff to have a minimal conio implementation. What I had in mind is a 40x28 ch…
-
The [documentation](https://cc65.github.io/doc/funcref.html#videomode) says:
> The [videomode] function is specific to the Commodore 128, the enhanced Apple //e, and the Commander X16.
Why is th…
-
David Murray is working with a team of engineers to develop an extended Commodore 64 design, adding all sorts of nice little features.
https://www.facebook.com/groups/CommanderX16/
There is an e…
-
Under Raspbian I move the contents of ```/boot``` directory to ```/boot/raspbian_backup/``` and placed bmc64 into ```/boot```. After a reboot, bmc64 starts up :)
Now I need a similar option under …
-
### Are you using the latest Dosbox-Staging Version?
- [X] I have checked releases and am using the latest release.
### Different version than latest?
0.78.1
### What Operating System are you usin…
-
GFX routines should work faster with BeamRacer. Replacing rectangle/hline/vline/point/putstring routines like VDC versions should be enough
- [x] whole screen moved to bank 7, last 8+8KB (back/fron…
-
The ASCII table in Appendix C is valid for C64, but not for C65 ROMs. For example, CTRL+G produces char 7 - if you execute ?CHR$(7), you'll hear a bell. ?CHR$(8) to disable character switch does not w…
-
Thanks for publishing the source code and all the work that you put into this! Wow!
I have a question about this line in main.asm:
~~~
;.ds 6,0 ;padding, so drum sounds are w/in page limits
~…