diff options
Diffstat (limited to 'src/mess/drivers/cortex.c')
-rw-r--r-- | src/mess/drivers/cortex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/cortex.c b/src/mess/drivers/cortex.c index 62c7af3cf47..1fedba3397e 100644 --- a/src/mess/drivers/cortex.c +++ b/src/mess/drivers/cortex.c @@ -62,9 +62,9 @@ UINT32 cortex_state::screen_update_cortex(screen_device &screen, bitmap_ind16 &b static const struct tms9995reset_param cortex_processor_config = { - 0, /* disable automatic wait state generation */ - 0, /* no IDLE callback */ - 0 /* no MP9537 mask */ + 0, /* disable automatic wait state generation */ + 0, /* no IDLE callback */ + 0 /* no MP9537 mask */ }; |