summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sangho.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-53/+53
* v9938.c: Removed the "ignore-sprite-limit" hack entirely. [Wilbert Pol] Wilbert Pol2012-11-161-1/+0
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-7/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-28/+28
* Few more palette fixes (nw) Miodrag Milanovic2012-09-141-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-21/+20
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Note for pzlestar/sexyboom Angelo Salese2012-08-121-15/+19
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* fixed build smf-2012-04-221-1/+1
* sangho.c: Spelling correction - NW Brian Troha2012-04-221-1/+1
* sangho.c: Sexy Boom's difficulty DSW setting corrected and verified. [stephh] Brian Troha2012-04-221-11/+12
* sangho.c: Filled in some dipswitches for Sexy Boom & Puzzle Star and added di... Brian Troha2012-04-211-15/+69
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-7/+7
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-17/+17
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-17/+17
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-18/+18
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-7/+7
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-30/+19
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-4/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* deprecat.h, also MT #4356 Angelo Salese2011-12-071-7/+11
* 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-36/+36
* BIG update. Aaron Giles2011-03-291-52/+52
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-28/+28
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-31/+31
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-28/+28
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-38/+55
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Improved memory banking in Puzzle Star (Sang Ho Soft) [Mariusz Wojcieszek] mariuszw12010-08-101-41/+124
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* New games promoted from NOT_WORKING mariuszw12010-01-281-22/+75
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-10/+10
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* Cleaned up sexyboom memory map Angelo Salese2009-06-181-8/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-2/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-7/+7
* Bulk change alert. Aaron Giles2009-04-261-5/+5