summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sms.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1261/+0
* device_image_interface: Interface overhaul AJR2022-01-061-1/+1
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Spring cleaning: Vas Crabb2019-11-011-5/+5
* sms.cpp: Separate more state classes; eliminate old-style overrides (nw) AJR2019-09-021-85/+70
* nes,sms: Change the way screen is set for light gun Enik Land2019-07-091-0/+3
* sms: remove TODO item obsoleted since MAME 0.208 (nw) Enik Land2019-06-191-1/+0
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-21/+21
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-107/+125
* sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-4/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-218/+181
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-181/+218
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-24/+35
* Merge pull request #4627 from cam900/smsvdp_psg R. Belmont2019-02-161-73/+58
|\
| * 315_5124.cpp : Updates cam9002019-02-111-73/+58
* | sms.cpp: Further cleanup related to smssdisp (nw) AJR2019-02-141-33/+4
* | device/bus/sega8/sega8_slot.cpp : Remove MCFG macros cam9002019-02-111-43/+43
|/
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-3/+3
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-16/+14
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-10/+10
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-9/+9
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-49/+47
* 315_5124.cpp updates (#3692) enikland22018-07-221-15/+16
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-48/+48
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-25/+25
* sms: device finder. (nw) Ryan Holtz2018-05-261-2/+2
* sms.cpp: Get rid of driver inits; hopefully fix output finder problem (nw) AJR2018-05-211-19/+66
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-6/+0
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-14/+14
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-21/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-61/+61
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-92/+100
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-17/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-15/+15
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-19/+19
* sms/gamegear misc fixes Enik Land2017-09-161-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* sms: set initial audio mixing state on reset [Enik Land] MetalliC2016-11-011-1/+2
* sms.cpp: fix Out Run sound in FM mode [Enik Land] MetalliC2016-10-101-0/+2
* sms.cpp: more accurate FM Sound Unit behavior [Enik Land] MetalliC2016-09-091-3/+14
* fix regression: using IPT_START in sms makes mame think joypad 1 is occupied ... hap2016-08-051-1/+1
* gx4000: don't use IPT_KEYBOARD for console pause button hap2016-07-301-1/+1
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-122/+350