summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gberet.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-37/+37
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-3/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-11/+10
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-7/+7
* Continuing new device implementation for SN76496 and clones - circusc.c, gber... Scott Stone2012-09-021-4/+23
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* 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-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-15/+15
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-11/+11
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-31/+29
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-15/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-29/+29
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* sync interrupts to scanlines anyway Michaël Banaan Ananas2012-01-201-6/+6
* add note Michaël Banaan Ananas2012-01-201-3/+2
* fix gberetb Michaël Banaan Ananas2012-01-201-28/+61
* improved interrupts (bootleg set is broken now, i'll get to that) Michaël Banaan Ananas2012-01-201-98/+72
* rm unnecessary comments, emulate soundlatch properly Michaël Banaan Ananas2012-01-191-12/+17
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Removed deprecat.h dependancy from gberet.c [Angelo Salese] Angelo Salese2011-04-251-14/+33
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* BIG update. Aaron Giles2011-03-291-13/+13
* 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-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Changed the following games to use the 76489A variant (verified on my pcbs): Scott Stone2010-01-231-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Changed Green Beret sound chip to SN76489 and indicated that the bootleg has ... Phil Bennett2009-12-311-2/+12
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Added driver data struct and save states to: hnayayoi.c, hanaawas.c, higemaru... Fabio Priuli2009-12-011-8/+18
* Added driver data struct and save states to: gberet.c, ddrible.c, gaelco.c, t... Fabio Priuli2009-11-301-56/+100
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+11
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4