summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cortex.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/drivers/cortex.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/drivers/cortex.c')
-rw-r--r--src/mess/drivers/cortex.c6
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 */
};