Phil B's To-Do List: Difference between revisions

From MAMEDEV Wiki
mNo edit summary
mNo edit summary
Line 9: Line 9:
** Add support for Cobra II.
** Add support for Cobra II.
** Improve 6850 ACIA emulation.
** Improve 6850 ACIA emulation.
* Finish Lock-On driver
* Finish Lock-On driver.
 
 
== Self-reminders ==
* Use mame_printf_ functions (see mame.h).
* Alternatively, use popmessage().
* Remember to set the GAME_SUPPORTS_SAVE flag if saving state.
* Saved state can be viewed in the debugger.

Revision as of 17:20, 10 May 2007

SWP Hardware

  • Investigate JPM Impact SWP system
    • Find TMS34010 core issue causing incorrect GFX decompression.
    • Hook-up remaining I/O.
  • Improve BFM Cobra driver
    • Hook up Cobra boardset and write tests to exercise unknown hardware features.
    • Add support for Cobra II.
    • Improve 6850 ACIA emulation.
  • Finish Lock-On driver.


Self-reminders

  • Use mame_printf_ functions (see mame.h).
  • Alternatively, use popmessage().
  • Remember to set the GAME_SUPPORTS_SAVE flag if saving state.
  • Saved state can be viewed in the debugger.