diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-06-12 07:12:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:56 +0700 |
commit | 5b6c4a5e05135f89d4240b69a0ba1b4dece0f2cf (patch) | |
tree | 6a1be5164d882778e59416835185dc11e7554a13 /system/yaze-ag/README | |
parent | 6edf4ed9a6003d354aaca9563bbda7ddb8d67caa (diff) |
system/yaze-ag: Renamed from Misc.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yaze-ag/README')
-rw-r--r-- | system/yaze-ag/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/system/yaze-ag/README b/system/yaze-ag/README new file mode 100644 index 0000000000000..8604bb23024b0 --- /dev/null +++ b/system/yaze-ag/README @@ -0,0 +1,26 @@ +yaze-ag is designed to provide an exact simulation of the Z80 +microprocessor. It is fast, emulates undocumented opcodes, and +passes instruction regression tests against real Z80 hardware. +NEW in yaze-ag version 2.xx is the support of an emulated Memory +Management Unit (MMU) and the BIOS which supports CP/M 3.1. + +YAZE-AG is a Z80-CPU-Emulator and NOT a CP/M-Emulator! + +Inside the Emulator runs an original CP/M or a replacement of CP/M. + +YAZE-AG uses the free CP/M 3.1 replacement "ZPM3N10" of Simeon Cran +(bootfile "yaze-cpm3.boot") or the CP/M 2.2 replacement "Superdos" +(bootfile "yaze.boot"). + +(Optionally) when building on x84_64 you can specify an alternative +Makefile like this: + +./yaze-ag.SlackBuild Makefile_linux_64_intel_corei7 +./yaze-ag.SlackBuild Makefile_linux_64_intel_nocona +./yaze-ag.SlackBuild Makefile_linux_64_intel_skylake +./yaze-ag.SlackBuild Makefile_linux_64_intel_tigerlake +./yaze-ag.SlackBuild Makefile_linux_64_amd_athlon64 + +Please visit the homepage for further reading on this excelent +emulator. + |