]> git.ozlabs.org Git - minimigmac.git/blob - TODO
Initial commit
[minimigmac.git] / TODO
1 - Instability.... it tends to crash in odd ways when used
2   for a while (ie. when "hot"). Either a bad timing or
3   maybe a charge buildup on a hi-z line... I don't have
4   chipscope so that's going to be a bitch to debug, tho
5   maybe it will go away once I sort out how to do the timing
6   constraints properly (Help welcome !)
7 - Sort out timings & DCM config
8 - Keypad, capslock & other keyboard sim improvements.
9   Add a fifo from ps2 to mac, always keep first slot empty
10   unless fed a keypad cmd which fills two first slots
11 - Add support for 2M variant of Minimig (1M MacPlus)
12 - Simulate a 2.5M MacPlus on a 4M Minimig instead of a 2M one
13 - SCSI Errors (try removing the SD-card !)
14 - More SCSI commands (try Apple SD format tool...)
15 - Embed an m68k SCSI driver to generate partitions from raw FS images ?
16 - Sound
17 - Floppy
18 - OSD (to swap floppies)
19 - RTC/nvram (how ? nvram file ? wire an i2c RTC to the PIC ?)
20 - Can I fit more stuff in PIC anyways ?
21 - Reset ? reboot not working... 
22 - Some amount of serial emulation for the SCC (not just mouse)