Skip to content

lukevers/z80e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z80e

A z80 emulator designed for debugging the KnightOS kernel. It emulates Texas Instruments calculators and is not recommended for general-purpose z80 debugging. It's not done yet.

Compiling

Native (Linux):

$ cmake .
$ make

Browser:

$ cmake -DCMAKE_TOOLCHAIN_FILE=/usr/lib/emscripten/cmake/Platform/Emscripten.cmake \
    -DCMAKE_BUILD_TYPE=Debug \
    -G "Unix Makefiles" \
    .
$ make

This assumes emscripten is installed in /usr. To build on Windows or Mac, read the cmake docs and submit a pull request fixing this sentence once you figure it out.

About

A z80 calculator emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published