=================
Readme 2024-10-04
=================
* What is Memu?
Memu is a multiple machine emulator. Emulation of Intel 8080 CPU is done.
Emulation of Intel 8086 CPU is done. Emulation of Zilog Z80 CPU is done. Some
arcade machines which based on 8080 CPU are emulated. CP/M 1.3, 1.4, 2.0
runnable. Altair BASIC 3.0 runnable. PC emulation is under construction.
* What machines are emulated?
8080: done.
8086: done.
Z80: done.
Arcade(8080 bw): Gun Fight, Tornado Baseball, Datsun 280 Zzzap, Amazing Maze,
Boot Hill, Checkmate, Double Play, Laguna Racer, Guided Missile, M-4, Dog
Patch, Clowns, Extra Innings, Shuffleboard, 4 Player Bowling, Space
Invaders, Space War (Leijac), Space Phantoms, Sea Wolf, Phantom II, Space
Invaders II (Cocktail), Sheriff, Space Fever, Blockade, Comotion.
Arcade(8080 color): Space Invaders SV, Space Chaser (CV version), Space
Chaser, Lupin III, Polaris, HeliFire, Rolling Crash.
CP/M: 1.3, 1.4, 2.0.
Altair BASIC 3.0.
PC: under construction.
* What is the license?
Apache License v2.
* What are the platforms supported by Memu?
Memu is building and running on Windows 2000/XP.
* What environment is required to build Memu?
You need to install MSYS-1.0.8 and MinGW-3.0.0.
* How to build Memu?
Extract Memu source to a directory.
Change to the src directory then type make at that directory.
The output file is memu.exe in the out/rel/bin directory.
* How to run Memu?
You need to specify a configuration file for Memu. For example, type the
following command to run Gun Fight.
memu gf.cfg