summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-653/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-4/+4
* update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Fixed brkthru.c.c save state regression (nw) Ivan Vangelista2014-07-111-0/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-121-15/+3
* modernised YM2203 [smf] smf-2013-05-111-1/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+0
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+0
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-87/+87
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-20/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* 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-4/+4
* undo workarounds not needed anymore after micko's ioport fix Michaël Banaan Ananas2012-05-161-1/+1
* updated prev commit (no regressions here tho) Michaël Banaan Ananas2012-05-071-1/+1
* fix brkthru.c regression Michaël Banaan Ananas2012-05-071-2/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* 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-6/+6
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-9/+8
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-15/+12
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Refactored YM3526 to use devcb. [Curt Coder] Curt Coder2012-03-071-8/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* deprecat.h Angelo Salese2011-12-051-6/+6
* Better fix for Break Thru Angelo Salese2011-12-051-1/+9
* Fixed Dig Dug and Break Thru regressions Angelo Salese2011-12-051-6/+7
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-5/+15
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* BIG update. Aaron Giles2011-03-291-10/+10