-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Seems there is an incompatibility between Vcc and MAME/MESS for 32KB ROM images.
MAME/MESS want a naturally-ordered ($8000-$FFFF) 32KB block whereas Vcc requires that the top and bottom 16KB blocks are switched ($C000-$FFFF,$8000-$BFFF).
Whilst archives on the net tend to be in the swapped format (Vcc) and therefore incompatible with MAME/MESS, it's worth noting that this swapped format is also unsuitable for burning to FLASH/EPROM.
I would argue that the naturally-ordered format is easier to produce for developers, compatible with MAME/MESS and FLASH/EPROM burners. Should we also change Vcc to use this format?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels