summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/unico.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-126/+0
* more init vars (includes) Robbbert2022-04-101-3/+3
* Fix unico, usual width issues Olivier Galibert2020-11-271-6/+6
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+3
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-20/+20
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+7
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros for drivers startin... Ivan Vangelista2019-02-151-7/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-3/+3
* unico.cpp : Variable cleanups (#3712) cam9002018-07-031-29/+35
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-0/+3
* even more encapsulation/cleanup (nw) Vas Crabb2018-02-201-35/+81
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* 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
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* gaelco3d.c, unico.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-2/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+5
* 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
* de-duplicate some code David Haywood2013-09-261-15/+9
* 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
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-2/+2
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+5
* 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 20 (no whatsnew) Miodrag Milanovic2013-02-131-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+2
* Fix most remaining regressions. Aaron Giles2012-04-191-4/+4
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4