summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mb86233/mb86233.h
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-07-19 09:58:31 +0000
committer davidhay <davidhay@localhost>2008-07-19 09:58:31 +0000
commitcce1d8b88ed74a979969b24ed89e57c6c913a091 (patch)
treea33ae9ac2f22a6691100272bc07aaa848ea89eb9 /src/emu/cpu/mb86233/mb86233.h
parent75cf90e3f3de5115f0d8446600f740a2b0a1aebd (diff)
TGP / Model 2 fixes [ElSemi]
- TGP now correctly uses table roms (model1/2 updated accordingly) - removed FIFO hack on srallyc (game now runs) - added analog ports reading for model 2A/B/C - fixed some loading instructions in the TGP. that fixes srallyc automatic transmission bug
Diffstat (limited to 'src/emu/cpu/mb86233/mb86233.h')
-rw-r--r--src/emu/cpu/mb86233/mb86233.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/mb86233/mb86233.h b/src/emu/cpu/mb86233/mb86233.h
index 1155e67ea6d..07311ea061f 100644
--- a/src/emu/cpu/mb86233/mb86233.h
+++ b/src/emu/cpu/mb86233/mb86233.h
@@ -45,6 +45,7 @@ struct mb86233_config
{
int (*fifo_read_cb)( UINT32* data );
void (*fifo_write_cb)( UINT32 data );
+ int Tables;
};
extern void mb86233_get_info(UINT32 state, cpuinfo *info);