Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 945 Bytes

TODO.md

File metadata and controls

25 lines (20 loc) · 945 Bytes

TODOs for GRiD Compass emulator:

  • Finish keyboard driver.
  • Add other GRiD Compass and Compass II models.
  • Improve video driver for other resolutions.
  • Write 8087 Match coprocessor.
  • Research and write DMA system.
  • Write GPIB peripheral.
  • Finish Bubble memory peripheral.
  • Write serial peripheral.
  • Research and write modem peripheral.
  • Write audio DAC (located on modem board) peripheral.
  • Write GPIB floppy emulator to get system booting.
  • Still few questions about hardware.
  • Rewrite command line arguments.
  • Fix code formating. There is mix of TABs and Spaces indentation. So far this helpt to track where are my additions in code.

Interesting TODOs from Xtulator author:

--Rough notes on things still to be done--

Complete TCP modem and make the code cleaner.

Implement all DMA modes and fix bugs.

Rewrite that old IDIV code in the CPU, it can be refactored to be much more simple and efficient.