Fix for ROMs not loading properly on many machines - my bad.

This commit is contained in:
waltje
2017-10-13 02:41:17 -04:00
parent 724e5c44df
commit 97b3ca3430
12 changed files with 10 additions and 34 deletions

View File

@@ -8,7 +8,7 @@
*
* Handling of the emulated machines.
*
* Version: @(#)machine.h 1.0.6 2017/10/07
* Version: @(#)machine.h 1.0.7 2017/10/12
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -41,6 +41,8 @@
#define MACHINE_OLIM24 0x080000
#define MACHINE_RM 0x100000
#define IS_ARCH(m, a) (machines[(m)].flags & (a)) ? 1 : 0;
typedef struct _machine_ {
char name[64];