Difference between revisions of "Target"

From MSX Game Library

(Mapped ROM program)
(Mapped ROM program)
Line 8: Line 8:
 
* '''KONAMI''': 8KB chunks for a total to 64KB to 2MB,  
 
* '''KONAMI''': 8KB chunks for a total to 64KB to 2MB,  
 
* '''KONAMI-SCC''': 8KB chunks for a total to 64KB to 2MB.
 
* '''KONAMI-SCC''': 8KB chunks for a total to 64KB to 2MB.
 +
 +
In your <tt>build.bat</tt>, chose as target on of the following type: <tt>ROM_ASCII8</tt>, <tt>ROM_ASCII16</tt>, <tt>ROM_KONAMI</tt>, <tt>ROM_KONAMI_SCC</tt>.

Revision as of 13:17, 4 March 2022

Basic program

MSX-DOS program

Plain ROM program

Mapped ROM program

You can create program using one of the supported ROM mappers:

  • ASCII-8: 8KB chunks for a total to 64KB to 2MB,
  • ASCII-16: 16KB chunks for a total to 64KB to 4MB,
  • KONAMI: 8KB chunks for a total to 64KB to 2MB,
  • KONAMI-SCC: 8KB chunks for a total to 64KB to 2MB.

In your build.bat, chose as target on of the following type: ROM_ASCII8, ROM_ASCII16, ROM_KONAMI, ROM_KONAMI_SCC.