summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sg1000_exp
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-222-10/+4
* bus/sg1000_exp/sp400.cpp: Added a skeleton device for the SP-400 plotter (#13... goldnchild2025-02-273-2/+248
* srcclean and cleanup Vas Crabb2024-12-221-1/+1
* Sega SC-3000/SK-1100 overhaul AJR2024-11-263-62/+204
* Cleanup: Vas Crabb2024-11-252-7/+6
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-11/+11
* devices/bus: remove use of utf8.h hap2023-12-231-5/+4
* misc: remove some unneeded PORT_NAME from input defs hap2023-12-231-2/+2
* misc: remove \xc2 and \xc3 from input defs hap2023-12-221-1/+1
* misc: remove some use of utf8.h in input defs hap2023-12-221-1/+1
* Move format #includes out of header files AJR2023-10-122-1/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-20/+20
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-30/+20
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/l-w) Robbbert2022-04-021-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) AJR2020-05-316-18/+18
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-6/+6
* Spring cleaning: Vas Crabb2019-11-014-12/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-268-42/+519
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-519/+42
* sg1000m3: Add keyboard cable link for F-16 Fighting Falcon's 2p mode (#4680) enikland22019-02-276-14/+493
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-4/+5
* Merge pull request #4573 from cam900/fm_args ajrhacker2019-02-011-2/+2
|\
| * Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* | devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-15/+11
|/
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-5/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-4/+4
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-4/+4
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-144-21/+8
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-30/+31
* Self-registering devices prep: Vas Crabb2017-02-273-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-116-3/+3
* sms: set initial audio mixing state on reset [Enik Land] MetalliC2016-11-012-15/+34
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-22/+22
* 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-102-10/+43
* sms.cpp: more accurate FM Sound Unit behavior [Enik Land] MetalliC2016-09-091-3/+13
* Devfind revision phase 2 (nw) AJR2016-08-052-49/+12
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1