mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

Cleanup ELKS specific code #43

Closed ghaerr closed 3 years ago

ghaerr commented 3 years ago

Removes #ifdef ELKS, cleans up emu-main.c.

Moves rom image handling into rom-elks.c using renamed routines rom_image_load and rom_term. This could be pulled out and used for ADVANTECH if later desired.

mfld-fr commented 3 years ago

Yes, cleaner code, thank you !