1 comment
You may also like
Bug Katcher on Agnus
I swear I already posted about this but heck if I can find the post. Anyways, here’s a photo of a bug katcher installed on Agnus on a Commodore Amiga 500. This gives me the ability to attach a logic analyzer to...
1,522 views
EEVBLOG does a video teardown on the Amiga 500!
Dave just posted this! I’m so glad to see him take this on!
424 views
Visualizing amiga track data with matlab
So looking at a lot of raw data is pretty tough, but matlab handles it with ease. So the above image shows a sample amiga track from a brand new disk, just recently formatted, within the amiga. It is basically as...
767 views
Good news. Assembly is the right way to do I think.
I had to code my own MFM routine in assembly in order not to loose every precious cycle, of which there hadn’t been many.
Now the MFM part of my project is complete, I’m struggling with the rest – interfacing with DRAM (old 1 Megabyte SIMM for storing the whole floppy image), reading MMC card (and FAT16 in particular), dealing with LCD and buttons etc. I will also have to switch to a more advanced MCU (24 more IO lines to interface with Amiga’s floppy bus, and probably to deal with real floppy in the future, to be able to read/write floppies to/from images on an MMC card).