diff options
| author | 2022-11-05 21:05:07 +0100 | |
|---|---|---|
| committer | 2022-11-05 21:05:17 +0100 | |
| commit | 185f734a6cb76e602d0460f3da4109d357f177ae (patch) | |
| tree | f222f41ec1fcd16ad37418ef673091c704186d23 | |
| parent | 1ad2eb2fd5499fbff049085db6ec9cee05ba8767 (diff) | |
teammate: fix prev commit
| -rw-r--r-- | src/mame/handheld/teammate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/handheld/teammate.cpp b/src/mame/handheld/teammate.cpp index b33385ecf18..df3f90908cb 100644 --- a/src/mame/handheld/teammate.cpp +++ b/src/mame/handheld/teammate.cpp @@ -198,6 +198,7 @@ void teammate_state::teammate(machine_config &config) F8(config, m_maincpu, 3600000/2); // R/C osc, approximation m_maincpu->set_addrmap(AS_PROGRAM, &teammate_state::main_map); m_maincpu->set_addrmap(AS_IO, &teammate_state::main_io); + m_maincpu->set_irq_acknowledge_callback("psu", FUNC(f38t56_device::int_acknowledge)); f38t56_device &psu(F38T56(config, "psu", 3600000/2)); psu.set_int_vector(0x20); |
