summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sms.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sms.cpp: Separate more state classes; eliminate old-style overrides (nw) AJR2019-09-021-60/+91
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-3/+6
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-0/+4
* sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+27
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-27/+26
* Merge pull request #4627 from cam900/smsvdp_psg R. Belmont2019-02-161-7/+0
|\
| * 315_5124.cpp : Updates cam9002019-02-111-7/+0
* | sms.cpp: Eliminate remaining uses of machine().device (nw) AJR2019-02-141-4/+9
* | sms.h: These are gone now (nw) AJR2019-02-141-3/+0
* | sms.cpp: Further cleanup related to smssdisp (nw) AJR2019-02-141-14/+20
|/
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-22/+25
* sms: device finder. (nw) Ryan Holtz2018-05-261-2/+6
* sms.cpp: Get rid of driver inits; hopefully fix output finder problem (nw) AJR2018-05-211-28/+22
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-94/+96
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-6/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+19
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-5/+10
* sms: set initial audio mixing state on reset [Enik Land] MetalliC2016-11-011-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-40/+40
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-10/+23
* more trampolines removal (nw) Ivan Vangelista2016-06-141-1/+0
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+250