summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/sa1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-163/+144
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-1/+1
* bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt (#8... cam9002021-11-191-460/+558
* sa1.cpp: Fix CPU speed, memory access cycle, Add notes (#8637) cam9002021-10-011-62/+88
* -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-151-92/+100
* -sa1: Added savestate support. [Ryan Holtz] mooglyguy2020-03-131-2/+113
* (nw) Clean up the mess on master Vas Crabb2019-03-261-43/+44
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-44/+43
* bus/gameboy, bus/snes: Simplify read/write handlers (nw) AJR2019-03-091-39/+39
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-4/+5
* SNES cartridge/clock refinements (nw) AJR2018-12-091-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-5/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+14
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanups (nw) Miodrag Milanovic2015-12-251-5/+5
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-10/+10
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-10/+10
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1144