Files
86Box/src/86box.h
OBattler a36720f174 Large changes to configuration files again (the old ones might break, be careful);
Applied the mainline PCem slight CPU emulation speedup commit;
Added emulation of removable SCSI hard disks;
CD-ROM image handler now uses C FILE's (with the 64-bit size calls) instead of C++ iostreams, ISO images bigger than 2 GB should work properly again;
Split RLL/ESDI and XT IDE disks to their own bus types;
Turned status bar pane meaning and hard disks and CD-ROM BUS numbers to #define's;
Other miscellaneous cleanups.
2017-05-27 03:53:32 +02:00

8 lines
165 B
C

/* Copyright holders: Tenshi
see COPYING for more details
*/
#define emulator_version "2.00"
#define emulator_version_w L"2.00"
#define CONFIG_FILE L"86box.cfg"