suzukiplan / z80

Single header Z80 emulator for C++ (C++11 or later)
MIT License
55 stars 9 forks source link

Version 1.8.0 #48

Closed suzukiplan closed 2 years ago

suzukiplan commented 2 years ago

We assumed that this version is a quality improvement phase including enhancement. Of course, we will add support for new issue reports as we receive them.

TODO:

suzukiplan commented 2 years ago

bug exist:

cd test-ex && make ci
make[1]: Entering directory '/home/circleci/project/test-ex'
g++-10 -std=c++2a -I../ -O2 -Wall -Wfloat-equal -Wshadow -Wunused-variable -Wsign-conversion -Wtype-limits -Werror -Wclass-memaccess cpm.cpp -lstdc++ -o cpm
./cpm -e -n zexall.cim
CPM halted at $8D5F (total: 35795455Hz ... about 10 seconds in Z80A)
Actual execution time: 0.98346 seconds (x101.68 times higher performance than Z80A)
make[1]: Leaving directory '/home/circleci/project/test-ex'
CircleCI received exit code 0