Target

From MSX Game Library

Revision as of 13:17, 4 March 2022 by Aoineko (talk | contribs) (Mapped ROM program)

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.