stella icon indicating copy to clipboard operation
stella copied to clipboard

Support multibank ROMs for Distella files

Open thrust26 opened this issue 7 years ago • 1 comments

Currently DiStella only creates correct files for non-bankswitched ROMs.

thrust26 avatar Jan 19 '18 20:01 thrust26

This shouldn't be too bad for the standard schemes: F8, F6, F4, etc (and SC versions). The more esoteric ones will be more challenging, of course.

The main pros are:

  • the debugger/bankswitch class already has all the information we would need, and the classes are already abstracted though inheritance
  • it can be done one scheme at a time, and added to each specific class individually

sa666666 avatar Aug 19 '19 19:08 sa666666