Skip to content

looking for decent Z80 emulation C code

any favorites

Technical discussion which is not directly related to VGM files. Talk about Hardware and Software.

Moderator: Staff

looking for decent Z80 emulation C code

Post by vampirefrog »

Hello, I am looking for a Z80 emulation core written in C (not C++), any suggestions, perhaps from experience? Thanks.
  • kirishima Offline
  • Posts: 82
  • Joined: 2015-06-18, 22:26:41

Post by kirishima »

Maybe a core from an older version of mame might be sufficient?
  • User avatar
  • MaliceX Offline
  • Posts: 226
  • Joined: 2012-09-29, 11:45:48
  • Location: Australia
  • Contact:

Post by MaliceX »

-dj.tuBIG/MaliceX
  • lo zaffo Offline
  • Posts: 39
  • Joined: 2016-08-03, 22:36:09
  • Location: Italy

Post by lo zaffo »

would You mind a look to this C code emulator ?

https://github.com/digital-sound-antiques/kmz80

Mamiya Z80 emulator

Post by vampirefrog »

I made do with this: https://github.com/anotherlin/z80emu. It had a bug wherein it would forget that it is halted between two consecutive emulation calls, but that was easy to fix.
Post Reply