skyem123 / skyeZ80emu

I tried to make a Z80 emulator. Sadly I don't have the time or motivation to work on this anymore.
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

arcade games support #25

Open georgemoralis opened 8 years ago

georgemoralis commented 8 years ago

Hey maybe you might find interesting my project based on mame source in pure java

https://github.com/georgemoralis/arcadeflex036/commits/master

among all others it has a (mostly?) bug free z80 emulator

skyem123 commented 8 years ago

I have had a quick look at your Z80 emulator, and while I can't use the code from it directly (due to the fact that it doesn't have a licence I can find and that it appears to be using different methods to emulate the CPU), it will be useful for debugging my one. (hey, @gamemanj, this might be useful)

georgemoralis commented 8 years ago

it using the same license as mame since it's code is mostly based on this (BSD license). I just haven't add the headers case i was lazy to do it in 700 classes ...

ghost commented 8 years ago

in which case, @georgemoralis : you probably want a LICENSE.md at least, if the code's based on MAME. As it is, maybe we could try running both emulators on the Spectrum ROM to figure out which instructions differ, and that would be useful in bug-fixing.

georgemoralis commented 8 years ago

added mame license to git repo https://github.com/georgemoralis/arcadeflex036/blob/master/license.md