summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/centiped.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-188/+0
* init vars for coverity Robbbert2022-03-201-11/+11
* centiped.cpp: support switching games in multipede (#7431) Devin Acker2020-11-061-22/+56
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-22/+22
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-1/+1
* removed more dummy_space() calls (nw) smf-2020-04-021-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-0/+3
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-271-0/+6
* more misc stuff (nw) Vas Crabb2018-06-161-3/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-11/+1
* new working clone Ivan Vangelista2018-04-291-15/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-6/+11
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* centiped.cpp: correct tag for the ay8910, removed unneeded callback (nw) Ivan Vangelista2016-07-281-6/+10
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* updated rest of files according to driver license (nw) Miodrag Milanovic2015-05-151-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* changed some rand_r to unknown_r hap2015-04-291-1/+1
* centiped.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-05-021-3/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+2
* 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
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-0/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+13
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* New NOT_WORKING game Michaël Banaan Ananas2012-06-231-8/+18
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+3
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-1/+1