summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kaneko16.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-3/+3
* kaneko16 : Cleanup OKI Bankswitching (#3143) cam9002018-03-021-29/+21
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+15
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+12
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* kaneko16.cpp: Further organizational cleanups (nw) AJR2017-07-311-21/+19
* galpanic.cpp, kaneko16.cpp: Disentangle dependencies (nw) AJR2017-07-311-3/+0
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* Fix MT #00101 angelosa2016-12-251-0/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-0/+3
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* New machines added or promoted from NOT_WORKING status Luca Elia2016-01-041-1/+2
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* galpani2.c, kaneko16.c: added save state support (nw) Ivan Vangelista2015-01-311-10/+12
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-1/+7
* Improvements to "The Berlin Wall" [Luca Elia] Luca Elia2014-04-271-5/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* handle berlwall alt spriteram layout in driver instead of inside sprite chip,... David Haywood2014-04-041-0/+3
* some misc Kaneko refactor, preparation for further work (nw) David Haywood2014-04-041-6/+23
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-5/+0
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* modernized Kaneko Pandora device. [Osso] Fabio Priuli2013-06-021-10/+14
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-2/+4
* oki tag lookup removal (nw) Miodrag Milanovic2013-04-121-1/+5
* oki cleanup (nw) Miodrag Milanovic2013-04-111-2/+4
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-2/+3
* Modernization of drivers part 10 (no whatsnew) Miodrag Milanovic2013-02-081-0/+5
* srcclean (nw) Curt Coder2012-10-071-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-15/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+9
* pulled galpani2 away from kaneko16.c as well, plus general cleanups, dupe fix... Scott Stone2012-08-101-1/+0
* mpu4.c: Found out the procedure to make some of the ones which fail self test... Scott Stone2012-08-101-42/+28
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+11
* Kaneko calc 3 is now a device - From Haze (nw) Scott Stone2012-08-101-49/+21
* MPU4: Starting spliting up some of the more intimidating mpu4 sets, ready to... Scott Stone2012-08-091-32/+0
* More Kaneko separation and continued mpu4 work - From Haze (nw) Scott Stone2012-08-091-23/+22