comparison romdb.h @ 1931:374a5ae694e8 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 11:42:53 -0700
parents d60f2d7c02a5
children 0f54a898db03
comparison
equal deleted inserted replaced
1843:13abdc98379e 1931:374a5ae694e8
41 } nor_state; 41 } nor_state;
42 42
43 enum { 43 enum {
44 MAPPER_NONE, 44 MAPPER_NONE,
45 MAPPER_SEGA, 45 MAPPER_SEGA,
46 MAPPER_SEGA_SRAM,
46 MAPPER_REALTEC, 47 MAPPER_REALTEC,
47 MAPPER_XBAND, 48 MAPPER_XBAND,
48 MAPPER_MULTI_GAME, 49 MAPPER_MULTI_GAME,
49 MAPPER_JCART 50 MAPPER_JCART
50 }; 51 };