summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes
Commit message (Expand)AuthorAgeFilesLines
* misc: toodle-oo TOOD typo hap2026-03-241-2/+2
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-13/+4
* bus/snes/st018.cpp: Use multibyte helpers AJR2026-02-131-9/+5
* cpu/upd7725.cpp: Improved host interface, suppress side effects for debugger ... cam9002025-04-252-36/+44
* bus/snes/st018.cpp: Add primary support of ST018 coprocessor (#13553) cam9002025-04-133-1/+219
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2713-102/+102
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* Formats-related #include cleanup AJR2023-10-081-2/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-5/+5
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* -Improved some Lua APIs: Vas Crabb2023-04-071-10/+6
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-4/+4
* bus/snes/profighter.cpp: Added skeleton devices for "Pro Figher" SNES cartrid... Ivan Vangelista2023-03-103-2/+347
* Update snes_slot.cpp (#10695) Tom2022-12-171-1/+1
* Reimplemented Game Boy and Mega Duck cartridge slots: Vas Crabb2022-09-132-62/+32
* bus/mononcol: Get rid of a pile of copy/pasted crud. Vas Crabb2022-08-282-13/+7
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-19/+11
* -snes.xml: Added eight dumps (four pirate dumps, four cracked versions). (#10... 0kmg2022-08-131-21/+5
* bus/snes: Log checksums and addresses consistently when loading cartridges. (... 0kmg2022-08-031-24/+10
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-186/+158
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-9/+9
* init vars for coverity (bus/l-w) Robbbert2022-04-022-9/+9
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-4/+4
* device_image_interface: Interface overhaul AJR2022-01-062-13/+3
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-212-6/+6
* bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt (#8... cam9002021-11-194-518/+716
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-4/+5
* sa1.cpp: Fix CPU speed, memory access cycle, Add notes (#8637) cam9002021-10-012-64/+90
* Use std::clamp in more source files AJR2021-08-151-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-16/+8
* -sa1: Fixed up compatibility comments for kirby3, pebble, smrpg Ryan Holtz2020-08-061-3/+3
* -sa1: Fixed type-1 character conversion. [Ryan Holtz] mooglyguy2020-03-152-95/+112
* -sa1: Added savestate support. [Ryan Holtz] mooglyguy2020-03-131-2/+113
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-5/+2
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-20/+22
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) misc cleanup: Vas Crabb2019-10-051-2/+1
* -snes: Differentiate between SuperFX 1 and SuperFX 2. Fixes game speed in Sta... MooglyGuy2019-10-055-24/+71
* (nw) Clean up the mess on master Vas Crabb2019-03-2624-413/+445
* Revert "conflict resolution (nw)" andreasnaive2019-03-2524-445/+413
* bus/gameboy, bus/snes: Simplify read/write handlers (nw) AJR2019-03-0924-333/+350
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-112-70/+82
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-102-9/+11
* snes: Fix crash when no cartridge has been loaded AJR2019-01-071-1/+2
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-172-19/+22