summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rockola.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-25/+25
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+2
* Correctly setup the MC6845 device in the rockola driver. Phil Bennett2008-12-241-7/+28
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-25/+0
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-10/+10
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Added Discrete Sound to Fantasy, Nibbler and Pioneer Balloon. (mantis# 00227) Derrick Renaud2008-08-061-254/+7
* Remaining obvious regressions from region change. Aaron Giles2008-07-301-11/+11
* Region classes go bye-bye. Aaron Giles2008-07-281-66/+66
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-74/+74
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-9/+9
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-20/+20
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-12/+10
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-10/+13
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-0/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-2/+2
* Renames M6845 to MC6845 Zsolt Vasvari2008-02-121-12/+12
* Renames CRTC6845 to M6845 Zsolt Vasvari2008-02-121-12/+12
* - Changed the crtc6845 to be handle based -- adjusted all drivers Zsolt Vasvari2008-02-121-26/+27
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-10/+10
* Added a few more notes about some games. stephh2008-02-011-5/+25
* Tried to clean the rockola.c driver "a la Aaron" (please have a look and feel... stephh2008-01-311-358/+367
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-01-281-32/+81
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-4/+4
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-13/+13
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1611