summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snk6502.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vanguard, fantasy, pballoon, nibbler: Insert wait states when reading from up... AJR2019-11-251-6/+6
* vanguard, fantasy, pballoon, nibbler: Insert wait states when reading from lo... AJR2019-11-251-3/+25
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-9/+12
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* snk6502: improve sound encapsulation and fix BGM (nw) Vas Crabb2018-06-021-16/+28
* 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
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+6
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-75/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* snk6502.c: added save state support (nw) Ivan Vangelista2015-05-191-23/+30
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* converted sn76477 to use inline config. nw. Fabio Priuli2014-10-161-7/+0
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-4/+4
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-3/+3
* Modernized galeco, okim6376, vr0video, mb87078, snk6502 devices. [Osso] Scott Stone2013-07-251-27/+61
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* 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 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+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-13/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+14
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+23
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+9
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-0/+2
* 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-10/+10
* BIG update. Aaron Giles2011-03-291-3/+3