1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-02-06 01:30:13 +00:00

Rename zx80next to z80next, document the typo (fixes #55)

This commit is contained in:
Karol Stasiak 2020-08-13 16:53:38 +02:00
parent 708fdab593
commit b5c51e48be
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@ if a line ends with a backslash character, the value continues to the next line.
* `strictz80` (Z80 without illegal instructions)
* `z80next` (Z80 core from ZX Spectrum Next)
* `z80next` (Z80 core from ZX Spectrum Next)
Note: Millfork version 0.3.18 and earlier uses the name `zx80next` for this architecture.
* `i8080` (Intel 8080)

View File

@ -499,6 +499,7 @@ object Cpu extends Enumeration {
case "z80" => Z80
case "strictz80" => Z80
case "zx80next" => Z80Next
case "z80next" => Z80Next
// disabled for now:
// case "ez80" => EZ80
case "gameboy" => Sharp