mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
Adds the 'static' as per AtariAce, but he screwed up the alignment of an important table :(, which is why I am sending it myself
This commit is contained in:
parent
cd508ea42d
commit
ffaddce8f4
@ -45,7 +45,7 @@ enum
|
|||||||
|
|
||||||
|
|
||||||
/* tags for state saving */
|
/* tags for state saving */
|
||||||
const char * const device_tags[NUM_TYPES] = { "mc6845", "mc6845-1", "c6545-1", "r6545-1", "h46505", "hd6845", "sy6545-1" };
|
static const char * const device_tags[NUM_TYPES] = { "mc6845", "mc6845-1", "c6545-1", "r6545-1", "h46505", "hd6845", "sy6545-1" };
|
||||||
|
|
||||||
/* capabilities */
|
/* capabilities */
|
||||||
static const int supports_disp_start_addr_r[NUM_TYPES] = { TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE };
|
static const int supports_disp_start_addr_r[NUM_TYPES] = { TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE };
|
||||||
|
Loading…
Reference in New Issue
Block a user