summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sms.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix regression (nw) David Haywood2016-01-251-2/+5
* ups (nw) Miodrag Milanovic2016-01-111-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-8/+8
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1521