summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-05-11 13:20:38 +0000
committer smf- <smf-@users.noreply.github.com>2013-05-11 13:20:38 +0000
commit3a8b7344f0af1a77c60fc54dbe69f5d6fce6ff5c (patch)
treea560a31ab109e6d28501b556bac5cce3fe2e47a3 /src/mame/drivers/brkthru.c
parent725996afbd42bed3fbd2d8ec80f37511c9d7f9c8 (diff)
modernised YM2203 [smf]
Diffstat (limited to 'src/mame/drivers/brkthru.c')
-rw-r--r--src/mame/drivers/brkthru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c
index 355719ae8ca..c0ce65aaba2 100644
--- a/src/mame/drivers/brkthru.c
+++ b/src/mame/drivers/brkthru.c
@@ -149,7 +149,7 @@ static ADDRESS_MAP_START( sound_map, AS_PROGRAM, 8, brkthru_state )
AM_RANGE(0x0000, 0x1fff) AM_RAM
AM_RANGE(0x2000, 0x2001) AM_DEVWRITE_LEGACY("ym2", ym3526_w)
AM_RANGE(0x4000, 0x4000) AM_READ(soundlatch_byte_r)
- AM_RANGE(0x6000, 0x6001) AM_DEVREADWRITE_LEGACY("ym1", ym2203_r, ym2203_w)
+ AM_RANGE(0x6000, 0x6001) AM_DEVREADWRITE("ym1", ym2203_device, read, write)
AM_RANGE(0x8000, 0xffff) AM_ROM
ADDRESS_MAP_END