update TODO list

This commit is contained in:
nino-porcino 2022-01-15 10:56:41 +01:00
parent 22f36f9187
commit de3902a843
1 changed files with 3 additions and 6 deletions

View File

@ -3,12 +3,11 @@
// Forked from Gehstock's implementation https://github.com/Gehstock/Mist_FPGA // Forked from Gehstock's implementation https://github.com/Gehstock/Mist_FPGA
// //
// TODO display: crosstalk artifact (selectable) // TODO make roms loadable
// TODO use a CPU that allows illegal instructions // TODO use a CPU that allows illegal instructions
// TODO power on-off key ? init ram with values // TODO power on-off key ? init ram with values
// TODO ram powerup initial values // TODO ram powerup initial values
// TODO reorganize file structure // TODO reorganize file structure
// TODO ACI: wav tools
// TODO A-F chip selection banks? // TODO A-F chip selection banks?
// TODO check diff with updated data_io.v and other modules // TODO check diff with updated data_io.v and other modules
// TODO keyboard: use a PIA // TODO keyboard: use a PIA
@ -16,12 +15,10 @@
// TODO keyboard: check ps2 clock // TODO keyboard: check ps2 clock
// TODO keyboard: make a true ascii keyboard // TODO keyboard: make a true ascii keyboard
// TODO keyboard: why can't be reset hit twice ? // TODO keyboard: why can't be reset hit twice ?
// TODO osd menu yellow, why it doesn't work? // TODO display: crosstalk artifact (selectable)
// TODO display: check NTSC AD724 hsync problem // TODO display: check NTSC AD724 hsync problem (yellow menu doesn't work)
// TODO display: blinking at powerup
// TODO display: reduce to 512 bytes font // TODO display: reduce to 512 bytes font
// TODO display: check parameters vs real apple1 // TODO display: check parameters vs real apple1
// TODO display: check cursor blinking vs 555 timings
// TODO display: emulate PIA registers // TODO display: emulate PIA registers
// TODO tms9918: fix video sync on composite and mist_video // TODO tms9918: fix video sync on composite and mist_video
// TODO tms9918: make it selectable / use include in code // TODO tms9918: make it selectable / use include in code