Skip to content

Commit 2692ea1

Browse files
committed
nmk/quizdna.cpp: Fix build
1 parent 2a4298d commit 2692ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/nmk/quizdna.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void quizdna_state::common_io(address_map &map)
303303
map(0x81, 0x81).portr("P2");
304304
map(0x90, 0x90).portr("SYSTEM");
305305
map(0x91, 0x91).portr("SERVICE");
306-
map(0xc0, 0xc0).w(FUNC(quizdna_state::rombank_w));
306+
map(0xc0, 0xc0).w(FUNC(quizdna_state::rombank_w<0>));
307307
map(0xd0, 0xd0).w(FUNC(quizdna_state::screen_ctrl_w));
308308
map(0xe0, 0xe1).rw("ymsnd", FUNC(ym2203_device::read), FUNC(ym2203_device::write));
309309
map(0xf0, 0xf0).rw("oki", FUNC(okim6295_device::read), FUNC(okim6295_device::write));

0 commit comments

Comments
 (0)