summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sandscrp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-3/+3
* make expro02.c, jchan.c, galspani3.c independent from kaneko16_state and use ... Scott Stone2012-08-101-4/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* * Fully modernized segahang. Aaron Giles2012-08-101-1/+1
* MPU4: Starting spliting up some of the more intimidating mpu4 sets, ready to... Scott Stone2012-08-091-2/+4
* More Kaneko separation and continued mpu4 work - From Haze (nw) Scott Stone2012-08-091-2/+26
* Kaneko sprites are now a device. This should facilitate cleaning up video re... Scott Stone2012-08-081-13/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Started the process of converting some Kaneko games to use devices. [David H... Scott Stone2012-07-311-5/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-4/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* Small cleanup (no whatsnew) Miodrag Milanovic2012-04-091-4/+4
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-59/+70
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-5/+5
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-20/+20
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-2/+2
* screen eof regressions Michaël Banaan Ananas2012-01-231-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-7/+11
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-17/+18
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-22/+22
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-25/+47
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2