Difference between revisions of "Target"
From MSX Game Library
(Created page with "== Basic program == == MSX-DOS program == == Plain ROM program == == Mapped ROM program ==") |
(→Mapped ROM program) |
||
Line 3: | Line 3: | ||
== Plain ROM program == | == Plain ROM program == | ||
== Mapped 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. |
Revision as of 13:13, 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.