summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bishi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-486/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Add licenses (nw) arbee2015-05-091-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
* Remove still more sound irq trampolines (nw) Alex W. Jackson2015-01-281-7/+1
* k056832: updated to use delegates and inline configs. nw. Fabio Priuli2014-06-261-10/+4
* removed completely konami_deinterleave_gfx usage, now that it is redundant. nw. Fabio Priuli2014-06-251-1/+0
* k055555.c: stop seeing double (nw) Alex W. Jackson2014-05-091-1/+1
* k054338: updated to use inline configs. nw. Fabio Priuli2014-04-091-7/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-2/+1
* crash fixes for mame (nw) Miodrag Milanovic2014-02-281-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+7
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* k055555 reworking David Haywood2013-07-131-1/+1
* Modernized two more konicdev devices: 053251 and 054338. [Osso] Scott Stone2013-07-101-1/+1
* Modernized the following konicdev.c devices (k056832, k054000, k053936, k0513... Scott Stone2013-07-091-5/+4
* modernised YMZ280B [smf] smf-2013-05-101-7/+2
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-4/+0
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-1/+0
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-5/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-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
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-19/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-11/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Today work for deprecate the deprecat.h Angelo Salese2011-04-281-18/+12
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-16/+16
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23