-
A simple assembly language program that sets a raster interrupt for line 200, changes the border (D020) and background (D021) to black (0), counts down from 255 in a short busy-loop, then changes the …
-
The C64 serial bus is very slow. My usual workaround is to use my IEEE488 interface for any serious work (which is also supported by GeckOS of course :-)
However, not everyone has this, so maybe we…
-
It would be nice to access either a SD mounted disk or the internal floppy, without the need to mount the internal floppy via the freeze. Of course the SD disk must be mounted via freezer, but after t…
-
This of course depends on issue #43.
A link to the D81 file for testing would be helpful here...
-
Let the app auto-step through code and stop upon hitting one of a list of software breakpoints the user has added.
For software breakpoint support:
- the system must be in trace mode, as set by the "…
-
For my game Ghosts of Blackwood Manor I've been working on adding a loading screen to the game via LOADIFF.
I found out that the compatibility of LOADIFF is very low, many images which are conside…
-
Using assembler in C64 mode on the MEGA65 core, I sent a command to the drive: "U1 2 0 1 0" + zero byte. (Read track 1 sector 0 on drive 0, send results to channel 2). Adding the zero byte at the end …
-
![IMG_20220524_174151](https://user-images.githubusercontent.com/12908574/170092733-9fd45479-f483-4673-87c0-a53549910e1e.jpg)
> Every Amiga mouse I tested is not working correctly, only while press…
-
Hojo reported that he finds it difficult to hear audio from the MEGA65 as he uses hearing aids and the volume levels are quite low.
He has tried using the "Audio Amplifier Off/On" setting in the co…
-
Currently we don't control the 2nd floppy drive, but still drive the internal drive. This needs to be fixed to control a 2nd drive on the floppy cable (like B: drive on PCs).
Triggered by the disc…