diff options
author | 2019-04-14 15:00:34 +0200 | |
---|---|---|
committer | 2019-04-14 17:35:21 +0200 | |
commit | 94b882815653ee918c86e7ea694e9f3e2720f49d (patch) | |
tree | 192f9869596fee0581743744bc74d15cab9a7a27 /src/devices/bus/spc1000 | |
parent | 40421dbe1b63aced862e32eb34caab17c432b1c4 (diff) |
set_input_line_vector: Annotate [O. Galibert]
Diffstat (limited to 'src/devices/bus/spc1000')
-rw-r--r-- | src/devices/bus/spc1000/fdd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spc1000/fdd.cpp b/src/devices/bus/spc1000/fdd.cpp index f3d669fbf21..d89035df9c1 100644 --- a/src/devices/bus/spc1000/fdd.cpp +++ b/src/devices/bus/spc1000/fdd.cpp @@ -162,7 +162,7 @@ void spc1000_fdd_exp_device::device_start() void spc1000_fdd_exp_device::device_reset() { - m_cpu->set_input_line_vector(0, 0); + m_cpu->set_input_line_vector(0, 0); // Z80 // enable rom (is this really needed? it does not seem necessary for FDD to work) m_cpu->space(AS_PROGRAM).install_rom(0x0000, 0x0fff, 0x2000, memregion("fdccpu")->base()); |