summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sms.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* sms: SegaScope is write-only, but writes are mirrored in RAM, so read values ... Enik Land2021-04-261-11/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-8/+8
* sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) AJR2020-05-311-63/+62
* sms.cpp: Separate more state classes; eliminate old-style overrides (nw) AJR2019-09-021-48/+47
* 315_5124: Adjust horizontal screen positions Enik Land2019-07-251-1/+1
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-34/+38
* sms.cpp: Init SP reg to allow Ecco (GG) to run without BIOS (fix MT07255) Enik Land2019-04-081-0/+6
* sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-10/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-57/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+57
* Merge pull request #4627 from cam900/smsvdp_psg R. Belmont2019-02-161-18/+5
|\
| * 315_5124.cpp : Updates cam9002019-02-111-18/+5
* | sms.cpp: Eliminate remaining uses of machine().device (nw) AJR2019-02-141-6/+3
* | sms.cpp: Further cleanup related to smssdisp (nw) AJR2019-02-141-33/+21
|/
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-1/+1
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* sms: device finder. (nw) Ryan Holtz2018-05-261-59/+40
* sms.cpp: Get rid of driver inits; hopefully fix output finder problem (nw) AJR2018-05-211-83/+14
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-10/+10
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* 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-9/+9
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-1/+3
* Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert2018-01-021-1/+1
* sms/gamegear misc fixes Enik Land2017-09-161-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+16
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge David Haywood2016-11-161-1/+2
* sms: set initial audio mixing state on reset [Enik Land] MetalliC2016-11-011-2/+8
* srcclean (nw) Vas Crabb2016-10-231-4/+4
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-38/+38
* sms.c: small correction to FM change (nw) MetalliC2016-10-141-4/+4
* sms.cpp: fix Out Run sound in FM mode [Enik Land] MetalliC2016-10-101-13/+19
* sms.cpp: more accurate FM Sound Unit behavior [Enik Land] MetalliC2016-09-091-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-6/+6
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Crosshair refactoring (nw) AJR2016-07-101-1/+1
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-70/+214
* sms: More documentation update [Enik] Miodrag Milanovic2016-05-251-0/+24
* - Change SMS/GG master clocks to match service manuals. [Enik] Miodrag Milanovic2016-05-231-50/+41
* Typo fix: softwares → software Jordi Mallach2016-04-011-1/+1