summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nemesis.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-10/+13
* misc cleanup (nw) Vas Crabb2018-06-291-3/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Replace MCFG_CPU_VBLANK_INT with line callbacks in more Konami games (nw) AJR2018-03-291-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+16
* 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/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-8/+9
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Convert VLM5030 to device_memory_interface; correct region lengths AJR2016-06-301-2/+0
* 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
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* nemesis.c: use standard palette handler for salamander and friends (nw) Alex W. Jackson2014-05-181-1/+0
* nemesis.c: use resnet for palette [Alex Jackson] Alex W. Jackson2014-05-171-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/+4
* nemesis.c [Alex Jackson]: Alex W. Jackson2014-02-031-0/+12
* k005289.c: refactored, removed redundant state variables and unneccessary flo... Alex W. Jackson2013-12-181-1/+0
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Modernized the vlm5030 speech synthesizer chip. [Osso] Scott Stone2013-07-161-5/+7
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-0/+7
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-031-0/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* Modernization of drivers part 13 (no whatsnew) Miodrag Milanovic2013-02-121-0/+1
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
* 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-8/+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/+4
* 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/+4
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-16/+25
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-10/+10
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+13
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-31/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3