Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.4 KB

todo.md

File metadata and controls

34 lines (28 loc) · 1.4 KB

Todo

PRIORITY

DONE

  • import/export files disc- import done : export required a dialogue box and multifile select (select all the files and .inf or sandboxing will mean INF file cannot load)
  • s/w ram board - "edit rom" dialogue required - done
  • motion blur - done
  • printer - done: sets up a file and writes bytes to that file
  • copy/paste - done
  • fixed tape
  • video capture - just use quicktime
  • image capture - just use quicktime
  • RTC module - done
  • Econet - done (not tested)
  • Teletext - done (I don't think this has been tested in a while)
  • cassette/HD leds - DONE
  • disable keys - DONE for BREAK and ESC
  • SPROW second processor - added MODET, MODE32 and BEEBEM to the preprocessor; don't build armmem.cpp & armdis.cpp; because MENU handler and CPU update are on different threads, need to make sure to block CPU update until MENU has finished.