diff options
| author | 2009-01-17 16:36:34 +0000 | |
|---|---|---|
| committer | 2009-01-17 16:36:34 +0000 | |
| commit | 850b8d37ba6d54cdd38b75bc8e9cb31c5c067847 (patch) | |
| tree | f96f429b1a56c1225c712b5daca322cf78804242 /src | |
| parent | c5fbb6b8ce147217c782cd08e857094d84f602a4 (diff) | |
Fixed cpu reset for upd78c06.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/cpu/upd7810/upd7810.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/upd7810/upd7810.c b/src/emu/cpu/upd7810/upd7810.c index 507dcebb975..0a056218ac3 100644 --- a/src/emu/cpu/upd7810/upd7810.c +++ b/src/emu/cpu/upd7810/upd7810.c @@ -1785,7 +1785,7 @@ static CPU_RESET( upd78c05 ) static CPU_RESET( upd78c06 ) { upd7810_state *cpustate = device->token; - CPU_RESET_CALL(upd7810); + CPU_RESET_CALL(upd78c05); cpustate->op48 = op48_78c06; cpustate->op4C = op4C_78c06; cpustate->op4D = op4D_78c06; |
