Z81 emulator ported to "Allegro 5"

Emulator and emulator development specific topics
Post Reply
User avatar
stefano
Posts: 566
Joined: Tue Dec 11, 2012 9:24 am
Contact:

Z81 emulator ported to "Allegro 5"

Post by stefano »

I just finished a programming exercise: porting code from SVGAlib to Allegro 5.
The Z81 emulator was written long time ago by Russell Marks, (he was very active around the Y2K) and surprised me for being very simple and clean.
z81-2.1-allegro5.zip
Z81 v2.1 - Allegro 5 port
(176.8 KiB) Downloaded 280 times
I'm attaching also the Windows compiled version, (use the "-h" command line parameter to see all the options).
z81-2.1-win32.zip
Z81 v2.1 for Windows
(1.53 MiB) Downloaded 291 times
In comparison to the original code also the Linux users should get some benefit from this port: the running window can be stretched, the scale factor can be adjusted to limit the anti-aliasing effects, the soundis not bound anymore to OSS only.

This port should be easily compiled on all the systems supported by Allegro, though.
MACOS, iOS, Android or Linux anybody ?
Post Reply