summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/plygonet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-775/+0
* Revert "Set some screens to ROT90 (nw)" Miodrag Milanovic2015-10-121-1/+0
* Set some screens to ROT90 (nw) Miodrag Milanovic2015-10-111-0/+1
* plygonet: use standard palette device ram Dirk Best2015-08-051-15/+2
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* dsp56k: Remove the not required direct update handler [O. Galibert] Olivier Galibert2015-06-241-28/+0
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-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
* dsp56k.c: Modernised cpu core (nw) Wilbert Pol2014-09-121-4/+4
* k054539: converted to use inline configs and delegates. nw. Fabio Priuli2014-06-261-7/+2
* k053936: updated to use inline configs. nw. Fabio Priuli2014-04-091-7/+1
* wrong memmask mask Michaël Banaan Ananas2014-04-031-11/+11
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* Rewrote Konami 056800 (MIRAC): [Phil Bennett] Phil Bennett2013-11-171-31/+41
* Fixed most regressions due to EEPROM changes. Remaining issues Aaron Giles2013-08-021-1/+1
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-18/+5
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-4/+2
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-3/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-40/+40
* Split up in their own files the remaining modernized devices contained in kon... Scott Stone2013-07-111-1/+1
* Modernized the following konicdev.c devices (k056832, k054000, k053936, k0513... Scott Stone2013-07-091-1/+1
* small update, i had other changes too, but too error-prone Michaël Banaan Ananas2013-07-031-6/+18
* some misc fixes/cleanups Michaël Banaan Ananas2013-06-221-203/+209
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-7/+7
* let's enforce naming convention (nw) Miodrag Milanovic2013-04-131-4/+4
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-3/+1
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+1
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-4/+4
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-5/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-44/+43
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+4
* 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-8/+8
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-17/+16
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-4/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3