log sega_mapper.c @ 2496:187bc857a76a default tip

age author description
Sun, 28 Apr 2024 23:33:11 -0700 Michael Pavone Fix bug in MED mapper protection bit implementation default tip
Mon, 04 Sep 2023 20:54:27 -0700 Michael Pavone Slightly more correct implementation of MED extended Sega mapper so s2built debug build doesn't hang
Sun, 11 Sep 2022 15:04:42 -0700 Michael Pavone Fix SRAM endianness for word-wide SRAM combined with Sega mapper
Sat, 01 Jan 2022 18:54:46 -0800 Michael Pavone Support Sega mapper without 'SEGA SSF' in header or ROM DB entry and implement a subset of the extended Sega mapper implemented in the Mega Everdrive when 'SEGA SSF' is present
Sat, 18 Apr 2020 11:42:53 -0700 Michael Pavone Merge from default mame_interp
Tue, 14 May 2019 23:20:35 -0700 Michael Pavone Differentiate between the full Sega mapper and the SRAM only one. Fixes crash on save state load for Phantasy Star IV and other games that use the same mapper
Tue, 12 Mar 2019 21:58:53 -0700 Michael Pavone Wrote a version of m68k_invalidate_code_range for interpreter build so that MMAP_PTR_IDX regions can safely get "fast" pointers mame_interp
Sun, 27 Aug 2017 18:15:00 -0700 Michael Pavone Save/restore mapper state in native save states
Fri, 23 Jun 2017 23:16:44 -0700 Michael Pavone Move Sega mapper implementation out of romdb.c