log

age author description
Sat, 25 Feb 2017 02:30:55 -0800 Michael Pavone Cut down on the verbose logging in XBAND code
Fri, 24 Feb 2017 00:08:52 -0800 Michael Pavone Awful hack to get the XBAND menu booting
Thu, 23 Feb 2017 22:09:34 -0800 Michael Pavone Minor xband fixes
Thu, 23 Feb 2017 00:08:37 -0800 Michael Pavone WIP support for XBAND mapper hardware
Thu, 23 Feb 2017 00:08:17 -0800 Michael Pavone WIP update to README for 0.5.0
Thu, 23 Feb 2017 00:08:04 -0800 Michael Pavone Minor fix to 68K instruction decoder
Sun, 19 Feb 2017 17:37:25 -0800 Michael Pavone Fix loading of the R register from the in memory context
Sun, 19 Feb 2017 12:41:57 -0800 Michael Pavone Ported correct but inefficient overlapping instruction handling from 68K core to Z80 core. Fixed remaining stack alignment issue for Z80 breakpoints on 64-bit. Probably still needs fixing for 32-bit
Sat, 18 Feb 2017 05:42:37 -0800 Michael Pavone Fix indentation of -m option
Tue, 14 Feb 2017 05:14:10 -0800 Michael Pavone Hacky fix so sound works in Project MD again
Tue, 14 Feb 2017 04:44:37 -0800 Michael Pavone Fix handling of SRAM overlapping with ROM
Tue, 14 Feb 2017 04:15:49 -0800 Michael Pavone Add mising include in genesis.c so the Windows build works again
Sun, 12 Feb 2017 12:38:31 -0800 Michael Pavone Fix timing for instructions using BINARY_IMPL
Thu, 09 Feb 2017 00:49:53 -0800 Michael Pavone Properly treat bad addressing modes in OR/AND as illegal instructions
Sat, 04 Feb 2017 00:44:29 -0800 Michael Pavone Update TODO to reflect MULU/MULS improvements
Sat, 04 Feb 2017 00:41:15 -0800 Michael Pavone Cycle accurate MULU/MULS emulation
Wed, 01 Feb 2017 21:19:35 -0800 Michael Pavone Basic implementation of serial IO registers, but without actual serial IO support. Needed to run a certain software check cartridge that is floating around.
Wed, 01 Feb 2017 19:33:11 -0800 Michael Pavone Fix regression in handling of unmapped memory addresses
Sun, 29 Jan 2017 11:06:22 -0800 Michael Pavone Remove movem item from TODO since it is done
Sun, 29 Jan 2017 00:15:18 -0800 Michael Pavone Implement extra read and fix movem timing generally
Sat, 28 Jan 2017 23:50:38 -0800 Michael Pavone Minor TODO list update
Sat, 28 Jan 2017 23:50:15 -0800 Michael Pavone Fix vgmplay and stateview targets
Fri, 27 Jan 2017 22:30:52 -0800 Michael Pavone Implement SMS hardware soft reset (note only available on real hardware on the Genesis in PBC mode)
Fri, 27 Jan 2017 21:27:37 -0800 Michael Pavone Implement soft reset in Genesis mode
Thu, 26 Jan 2017 23:49:13 -0800 Michael Pavone Basic support for mapping an analog axis to functionality
Thu, 26 Jan 2017 20:30:33 -0800 Michael Pavone Update default config to map leftstick/l3 to quick save
Thu, 26 Jan 2017 20:28:00 -0800 Michael Pavone Added mappings to allow PS-style names for leftstick/rightstick click actions aka l3/r3
Thu, 26 Jan 2017 20:07:17 -0800 Michael Pavone Added config file option to specify that RAM should be randomly initialized. Moved default_region inside a new "system" parent node in config
Thu, 26 Jan 2017 09:08:23 -0800 Michael Pavone Updated TODO
Thu, 26 Jan 2017 00:55:02 -0800 Michael Pavone Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file.
Wed, 25 Jan 2017 09:41:12 -0800 Michael Pavone Use filename for game title in SMS mode
Tue, 24 Jan 2017 23:59:32 -0800 Michael Pavone Minor TODO list update
Tue, 24 Jan 2017 23:45:30 -0800 Michael Pavone Update TODO list
Tue, 24 Jan 2017 23:17:24 -0800 Michael Pavone Adjust mouse cursor in absolute mode/menu to account for presence of top border
Tue, 24 Jan 2017 23:16:21 -0800 Michael Pavone Minor cleanup to handle_mouse_moved
Tue, 24 Jan 2017 23:00:56 -0800 Michael Pavone Fix stateview and vgmplay targets
Tue, 24 Jan 2017 21:26:46 -0800 Michael Pavone Improved parsing of cartridge region header
Tue, 24 Jan 2017 20:53:10 -0800 Michael Pavone Make gamepad "semantic" mapping play nice with hotplug support
Tue, 24 Jan 2017 18:53:55 -0800 Michael Pavone Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Tue, 24 Jan 2017 00:15:27 -0800 Michael Pavone Inefficient fix for overlapping instruction problem that was causing issues with Outrunners
Tue, 24 Jan 2017 00:02:03 -0800 Michael Pavone Remove accidentally committed debug logging
Sun, 22 Jan 2017 19:43:04 -0800 Michael Pavone Update version number for preview build
Sun, 22 Jan 2017 19:40:32 -0800 Michael Pavone Force IPV4 for GDB remote debugging on Windows. Bind to localhost instead of unspecified address since listening on external ports probably isn't a good idea in the general case
Sun, 22 Jan 2017 17:12:17 -0800 Michael Pavone Fix missing include that prevented building Windows version
Sun, 22 Jan 2017 16:23:59 -0800 Michael Pavone Initial support for using SDL2 game controller mapping functionality
Sun, 22 Jan 2017 16:13:02 -0800 Michael Pavone Consting up some parameters to ternary tree functions
Thu, 19 Jan 2017 09:32:34 -0800 Michael Pavone Fix border rendering at end of line 1FE. vdp_inactive will probably need a small fixup for the edge case when we start between when the vcounter is incremented and the line is truly finished.
Wed, 18 Jan 2017 23:43:36 -0800 Michael Pavone Overscan is now configurable
Wed, 18 Jan 2017 21:30:20 -0800 Michael Pavone CRAM contention artifact emulation
Wed, 18 Jan 2017 07:29:06 -0800 Michael Pavone Fix regression in tracking of 3+ byte instructions in Z80 core
Tue, 17 Jan 2017 19:01:13 -0800 Michael Pavone Update gst loader to deal with VDP changes
Tue, 17 Jan 2017 19:01:04 -0800 Michael Pavone Undo poorly thought out minor optimization that screwed up rendering
Tue, 17 Jan 2017 09:27:05 -0800 Michael Pavone Fix vdp_run_to_vblank
Tue, 17 Jan 2017 09:18:35 -0800 Michael Pavone Disable timing debug
Tue, 17 Jan 2017 09:18:16 -0800 Michael Pavone Fix line advancement in Mode 4 during inactive display. Fix a Mode 4 VInt timing discrepency
Tue, 17 Jan 2017 09:17:43 -0800 Michael Pavone Add some dummy functions to test_int_timing so debug builds of it succeed
Tue, 17 Jan 2017 09:02:36 -0800 Michael Pavone Fix H40 VInt inconsistency
Mon, 16 Jan 2017 23:34:30 -0800 Michael Pavone Fix H32 VInt timing inconsistency
Mon, 16 Jan 2017 22:30:21 -0800 Michael Pavone Fix H32 inconsistency
Mon, 16 Jan 2017 21:38:49 -0800 Michael Pavone Added synthetic test for tracking down interrupt timing issues