mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Removes MDRV_COLORTABLE_LENGTH macro -- no longer used
This commit is contained in:
parent
a8fae84505
commit
0bfe7ee72d
@ -392,9 +392,6 @@ struct _game_driver
|
||||
#define MDRV_PALETTE_LENGTH(length) \
|
||||
machine->total_colors = (length); \
|
||||
|
||||
#define MDRV_COLORTABLE_LENGTH(length) \
|
||||
machine->color_table_len = (length); \
|
||||
|
||||
#define MDRV_DEFAULT_LAYOUT(layout) \
|
||||
machine->default_layout = &(layout)[0]; \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user