diff options
Diffstat (limited to 'src/emu/state.c')
-rw-r--r-- | src/emu/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/state.c b/src/emu/state.c index cdcdd23add9..0be032b26c6 100644 --- a/src/emu/state.c +++ b/src/emu/state.c @@ -182,7 +182,7 @@ void state_init(running_machine *machine) double test_double; test_enum_type test_enum; test_class_type test_class; - + assert_always(IS_VALID_SAVE_TYPE(test_bool), "bool is not a valid type for save"); assert_always(IS_VALID_SAVE_TYPE(test_INT8), "INT8 is not a valid type for save"); assert_always(IS_VALID_SAVE_TYPE(test_UINT8), "UINT8 is not a valid type for save"); |