summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rmhaihai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-7/+7
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-3/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-4/+4
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-7/+9
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-54/+57
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-19/+19
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-30/+30
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-32/+50
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-8/+10
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+4
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-10/+10
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1