summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfcobra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-28/+27
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-120/+120
* 6850acia: bring IRQ line into standard usage (ASSERT_LINE = IRQ active) [R. B... R. Belmont2012-12-031-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-8/+9
* 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-16/+16
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-13/+13
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-16/+14
* 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-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-25/+25
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-35/+40
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-6/+6
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Whoops, broke some stuff. Aaron Giles2012-04-101-1/+1
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-2/+4
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-81/+82
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-19/+19
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaƫl Banaan Ananas2012-02-111-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* 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-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* Cleanups and version bump Angelo Salese2011-08-251-9/+9
* Fruit machine WIP by Haze (no whatsnew) Miodrag Milanovic2011-08-171-13/+40
* Few sets added and cosmetic fd changes by Haze (no whatsnew) Miodrag Milanovic2011-08-151-0/+8
* Cleanup acia6850 modernization, removing trampolines. Aaron Giles2011-05-041-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Changes to rom names per original filenames/readme texts for qosb (no whatsnew) Scott Stone2011-04-221-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-129/+129
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-68/+68
* 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-2/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-91/+106
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-122/+145
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Reimplemented fruit-machine mechanical meters to use timers [AGEMAME] Phil Bennett2011-02-051-2/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6