summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bagman.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-120/+120
* Small changes [Kevin Eshbach] Robbbert2013-01-011-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-7/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-9/+8
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-11/+11
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-37/+34
* fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... Michaël Banaan Ananas2012-05-081-1/+0
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-9/+8
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-21/+21
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-10/+18
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* BIG update. Aaron Giles2011-03-291-11/+11
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-2/+2
* Bagman is supposed to have glitches during screen transitions: http://www.mam... Michaël Banaan Ananas2011-03-211-13/+17
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-40/+40
* Revert of r11764 - I was duped! Scott Stone2011-03-041-2/+12
* Fixed inputs for sbagman as it is the same as found in bagman. (no whatsnew) Scott Stone2011-03-041-12/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-65/+65
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-9/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Adjusted default volumes to normalize audio and better present the original o... Scott Stone2010-06-021-6/+6
* Small handwritten schematics. Now got the right clock line. Also fixed bit nu... Couriersud2010-06-021-6/+6
* Added clock information and timing from schematics to bagman.c Improved inter... Couriersud2010-06-011-20/+20
* Fix bagmans crash. No whatsnew. Couriersud2010-06-011-1/+3
* Added a new cycle exact VMS interface to TMS5110 emulating M0, M1 and ADD1 to... Couriersud2010-05-311-97/+72
* stern->stern electronics Michaël Banaan Ananas2010-05-241-3/+3
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-2/+2
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-18/+18