suzukiplan / z80

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

Make stable (Version 1.0.0) #10

Closed suzukiplan closed 4 years ago

suzukiplan commented 4 years ago

I am testing this module to an emulator of SEGA 8bit hardware that is currently under development, and have carried out a practical test. This module will be the first stable version when passed the tests.

suzukiplan commented 4 years ago

test passed!

suzukiplan commented 4 years ago

I haven't written all the status condition tests, but since they passed the Sega 8bit emulator tests, I merge them.