ack/plat/cpm/emu
George Koehler 84f65f7ce3 Raise _XOPEN_SOURCE from 500 to 700
In OpenBSD, _XOPEN_SOURCE 500 forces _POSIX_C_SOURCE down to 199506,
which hides the declarations of openat() and fdopendir() and causes
compiler warnings.

Don't set _POSIX_C_SOURCE, because _XOPEN_SOURCE may set
_POSIX_C_SOURCE to a different value.
2019-03-22 14:35:07 -04:00
..
bdos.s Add the cpm emulator from Cowgol, modified to work with an 8080 emulator rather 2019-02-07 22:39:57 +01:00
biosbdos.c Fix compilation issue on C90 compilers (gcc 4.8 was failing to compile with default flags) - updated following comment. 2019-02-13 00:17:45 +08:00
build.lua Add the cpm emulator from Cowgol, modified to work with an 8080 emulator rather 2019-02-07 22:39:57 +01:00
dis8080.c Add a 'disassemble' command to the CP/M emulator. 2019-02-08 20:54:44 +01:00
dis8080.h Build the CP/M tests (which got turned off accidentally). Add a disassembler to 2019-02-07 23:36:45 +01:00
emulator.c Fix compilation issue on C90 compilers (gcc 4.8 was failing to compile with default flags). 2019-02-12 00:46:09 +08:00
fileio.c Raise _XOPEN_SOURCE from 500 to 700 2019-03-22 14:35:07 -04:00
globals.h Merge from default. 2019-02-10 23:40:07 +01:00
intel_8080_emulator.c Add the cpm emulator from Cowgol, modified to work with an 8080 emulator rather 2019-02-07 22:39:57 +01:00
intel_8080_emulator.h Add the cpm emulator from Cowgol, modified to work with an 8080 emulator rather 2019-02-07 22:39:57 +01:00
main.c Add the cpm emulator from Cowgol, modified to work with an 8080 emulator rather 2019-02-07 22:39:57 +01:00