summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dacholer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* 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-29/+26
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-8/+8
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-2/+2
* 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-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-8/+8
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-8/+8
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-13/+14
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-3/+3
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-4/+4
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-56/+57
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-21/+21
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-7/+7
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-10/+10
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-8/+8
* Merged dacholer.c and itaten.c drivers, fixes priority and sprite Y positions... Angelo Salese2011-12-241-75/+310
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-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-61/+62
* BIG update. Aaron Giles2011-03-291-28/+28
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Kale revert Michaël Banaan Ananas2011-03-171-1/+1
* (colors were improved _a lot_ in 138u2) Michaël Banaan Ananas2011-03-171-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-31/+31
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-21/+22
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3