summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu/dps56156, plygonet.cpp: DSP56156 fixes and plygonet.cpp cleanup: (#9894) ... MooglyGuy2022-06-091-124/+0
* init vars for coverity (includes/p,q) Robbbert2022-03-231-8/+8
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-24/+24
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* -dsp56k: Renamed relevant classes, files and namespaces to indicate that it i... mooglyguy2019-08-191-27/+27
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-2/+2
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-2/+7
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-9/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-7/+15
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* plygonet: use standard palette device ram Dirk Best2015-08-051-4/+1
* dsp56k: Remove the not required direct update handler [O. Galibert] Olivier Galibert2015-06-241-3/+0
* updating remaining for RB (nw) Miodrag Milanovic2015-05-211-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
* dsp56k.c: Modernised cpu core (nw) Wilbert Pol2014-09-121-1/+2
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+4
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-2/+2
* Rewrote Konami 056800 (MIRAC): [Phil Bennett] Phil Bennett2013-11-171-3/+7
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* 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
* shuffle some things around ready for attempting to kill off non-device code (nw) David Haywood2013-07-101-0/+2
* some misc fixes/cleanups Michaƫl Banaan Ananas2013-06-221-19/+22
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-0/+2
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-1/+3
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+5
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+3
* 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/+1