summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5h01.c
Commit message (Expand)AuthorAgeFilesLines
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* dumvieh Michaël Banaan Ananas2014-08-081-1/+1
* mixed up my asserts Michaël Banaan Ananas2014-08-081-1/+1
* removed spunchout protection hack Michaël Banaan Ananas2014-08-061-3/+14
* had a look at the datasheet, the dumps look fine to me Michaël Banaan Ananas2014-08-051-5/+8
* changed RP5H01 from read8/write8 to read_line/write_line + removed unneeded e... Michaël Banaan Ananas2014-08-051-25/+21
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-4/+2
* modernized the RP5H01 device [Osso] Fabio Priuli2013-05-301-143/+76
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+4
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-18/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-6/+11
* Got the protection to work (still says no slot for whatever reason tho) Angelo Salese2012-08-261-0/+22
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+4
* Removed r5h01_config. Memory region now has to have same tag as r5h01 device.... Couriersud2010-06-031-9/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Cleanups and version bump.mame0131u4 Aaron Giles2009-06-041-15/+15
* Fixed save state issues for all but 2 of the devices I converted earlier Fabio Priuli2009-06-011-5/+5
* Converted RP5H01 to be a MAME device. Fabio Priuli2009-06-011-121/+135
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-3/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+207