CPCWiki forum

General Category => NC100, NC200, PCW, PDA600 - the rest of the Family! => Topic started by: EtchedPixels on 22:09, 27 June 21

Title: New Amstrad NC100/200 emulator
Post by: EtchedPixels on 22:09, 27 June 21
I needed one for some development work and it seemed easier to write a new one than rework the existing stuff
Currently I have it emulating the main parts of the system and floppy drive but not the sound or serial and printer ports (beyond them being a black hole). Video is done via SDL so it ought to port from Linux fairly easily, and it gives you a nice scaleable window at nearly no effort. I plan to address serial at some point and maybe printing but I probably won't bother with sound.

Within the limits of the emulation it runs all the NC100, NC150 and NC200 code I've tested (given the right ROM images)
https://github.com/EtchedPixels/RC2014/
make nc100 nc200
Alan

Title: Re: New Amstrad NC100/200 emulator
Post by: robcfg on 23:04, 27 June 21
Nice work!


I've compiled it without any major problems (but for z80dis.h and z80dis.c not having a newline at the end of file) on MacOS.


Regarding other emulators, have you tried it on MAME?


Cheers,
Rob
Title: Re: New Amstrad NC100/200 emulator
Post by: EtchedPixels on 11:33, 28 June 21
z80dis end of line tweaks pushed.
I did look briefly at mame, and less briefly at the mame docs and I couldn't even figure out whether it was supposed to be a working port or not  :D
Title: Re: New Amstrad NC100/200 emulator
Post by: robcfg on 18:37, 28 June 21
Oh, it sure works. I even managed to compile it to web assembly and run it from a web page  ;D
Powered by SMFPacks Menu Editor Mod