summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos7360.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos7360.cpp')
-rw-r--r--src/devices/sound/mos7360.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/sound/mos7360.cpp b/src/devices/sound/mos7360.cpp
index 6b21cc4e493..db59db39d03 100644
--- a/src/devices/sound/mos7360.cpp
+++ b/src/devices/sound/mos7360.cpp
@@ -170,9 +170,10 @@ DEFINE_DEVICE_TYPE(MOS7360, mos7360_device, "mos7360", "MOS 7360 TED")
// default address maps
-ADDRESS_MAP_START(mos7360_device::mos7360_videoram_map)
- AM_RANGE(0x0000, 0xffff) AM_RAM
-ADDRESS_MAP_END
+void mos7360_device::mos7360_videoram_map(address_map &map)
+{
+ map(0x0000, 0xffff).ram();
+}
//-------------------------------------------------
1c7'>finalchs: company official name is Tasc anyway, not TASC (nw) hap2019-05-241-3/+3 * New working software list additions hap2019-05-231-3/+3 * (nw) c*.xml : removed not needed offset=0 Robbbert2019-05-161-418/+418 * c64 fcc: rename roms (nw) hap2019-05-131-10/+10 * c64 fcc: don't use romh for external rom (nw) hap2019-05-131-3/+3 * Software list items promoted to working hap2019-05-121-6/+51 * Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-2/+2 * c64_cart.xml: Added accompanying disk to 4040+Fast Hack'em cartridge. [Curt C... Curt Coder2017-08-281-0/+6 * c64_cart.xml, c128_cart.xml: Added some diagnostic carts. [World of Jani] Curt Coder2016-02-181-1/+15 * c64_cart.xml: Added KoalaPainter. [Curt Coder] Curt Coder2016-01-171-0/+13 * Fixed typo. (nw) Curt Coder2015-05-211-1/+1 * (MESS) c64_cart.xml: Added Diagnose64 cartridge. [Ray Carlsen] Curt Coder2015-04-121-1/+15 * (MESS) added some more disks to fm7_disk.xml and fixed a bunch of etabeta782014-11-231-1/+1 * c64.xml: remove useless chasehq2 joined ROM (nw) Alex W. Jackson2014-10-191-3/+0 * (MESS) c64_cart.xml: Added another version of Super Snapshot 5. [Malice] Curt Coder2014-07-201-0/+16 * (MESS) more unsupported software flagging (nw) Oliver Stöneberg2014-06-051-6/+6 * (MESS) more unsupported software flagging (nw) Oliver Stöneberg2014-06-041-2/+2 * (MESS) flagged some software as unsupported (nw) Oliver Stöneberg2014-06-041-50/+50 * c64_cart.xml: Added Insta-Calc v2.0. [Curt Coder] Curt Coder2014-02-271-0/+22 * (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] Curt Coder2014-01-081-9/+9 * Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-5/+5 * (MESS) c64: Triton Quick Disk WIP. (nw) Curt Coder2013-10-141-1/+2 * (MESS) c64_cart.xml: Added PK-232 driver cartridge. [Curt Coder] Curt Coder2013-10-131-0/+20 * (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] Curt Coder2013-09-221-3/+1 * (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) Curt Coder2013-09-211-2/+2 * (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) Curt Coder2013-09-201-0/+19 * Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2 * (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech s... Curt Coder2013-09-041-3/+3 * (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-291-1/+21 * (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. [C... Curt Coder2013-08-281-0/+12 * Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-3/+3 * (MESS) c64: Added Super Snapshot family cartridge ROMs to the software list. ...