udo-munk / z80pack

A Zilog Z80 and Intel 8080 systems emulation
MIT License
158 stars 37 forks source link

Initialisation messages from the frontpanel library do not format correctly if PR #12 is applied. #13

Closed dmcnaugh closed 6 years ago

dmcnaugh commented 6 years ago

This can be fixed in a further update that moves all the frontpanel init/exit code out of simctl.c and into the correct place in the initialisation sequence i.e. init_io() and exit_io()

udo-munk commented 6 years ago

The front panel is no I/O device, it controls operation of the CPU's. Patch #1 from PR#12 not applied, so problem doesn't exist. Excluding POSIX functions from IMSAI simctl.c will be done with #ifdef's