log

age author description
Thu, 13 Feb 2014 01:41:40 -0800 Mike Pavone Added CHANGELOG v0.2.0
Thu, 13 Feb 2014 01:21:02 -0800 Mike Pavone Update README
Thu, 13 Feb 2014 00:55:01 -0800 Mike Pavone Better emulation of the YM-2612 busy flag
Thu, 13 Feb 2014 00:10:36 -0800 Mike Pavone Properly sync hardware when frame end is reached during DMA
Wed, 12 Feb 2014 23:35:10 -0800 Mike Pavone Added tag v0.1.0 for changeset 949c7d875693
Wed, 12 Feb 2014 23:32:05 -0800 Mike Pavone Comment out LFO debug printf
Wed, 12 Feb 2014 23:25:48 -0800 Mike Pavone Update version number
Wed, 12 Feb 2014 23:22:02 -0800 Mike Pavone Implement memory writes in GDB remote debugging stub
Wed, 12 Feb 2014 23:21:47 -0800 Mike Pavone Remove defines from blastem.c that had been moved to blastem.h
Wed, 12 Feb 2014 22:25:23 -0800 Mike Pavone Add file that was accidentally omitted from a previous commit
Wed, 12 Feb 2014 22:14:11 -0800 Michael Pavone Fix operator 1 self-feedback
Tue, 11 Feb 2014 23:19:29 -0800 Mike Pavone Support setting registers in gdb remote debugger
Tue, 11 Feb 2014 22:38:47 -0800 Mike Pavone Support single stepping in gdb remote debugger
Tue, 11 Feb 2014 21:53:31 -0800 Mike Pavone Move debugging code outside of main source file
Tue, 11 Feb 2014 21:52:15 -0800 Michael Pavone Merge
Tue, 11 Feb 2014 12:52:28 -0800 Michael Pavone Adjust PSG and YM-2612 volume to be closer to the real console
Tue, 11 Feb 2014 12:45:43 -0800 Michael Pavone Fix overflow handling on FM channel output
Tue, 11 Feb 2014 12:45:15 -0800 Michael Pavone Fix check of fwrite return value in wave_finalize so that the data subchunk size gets written
Sun, 09 Feb 2014 17:16:55 -0800 Mike Pavone Added step and step-over debugger commands. step-over is like next except it doesn't follow conditional branches to lower addresses. This makes it useful for advancing to the end of a loop. Also fixed a bug in next introduced by the refactor.
Sun, 09 Feb 2014 12:35:27 -0800 Mike Pavone Refactor debugger next command
Sun, 09 Feb 2014 10:29:29 -0800 Mike Pavone Properly handle dbcc, rtr and rte in the debugger next command
Sun, 09 Feb 2014 00:42:43 -0800 Mike Pavone Properly handle jmp instructions in the debugger next command
Sat, 08 Feb 2014 23:37:09 -0800 Mike Pavone Initial GDB remote debugging support. Lacks some features, but breakpoints and basic inspection of registers and memory work.
Fri, 07 Feb 2014 21:18:05 -0800 Michael Pavone Implement per-channel wave logging and primitive looping support in vgm player.
Fri, 07 Feb 2014 00:41:51 -0800 Michael Pavone Properly clamp envelope value to zero when it overflows during the attack phase. This fixes a number of instruments that sounded rather wrong as well as the missing melody line from Mushroom Hill Zone in Sonic and Knuckles
Fri, 07 Feb 2014 00:21:56 -0800 Michael Pavone Increment sample pointer after reading a sample in VGM player
Thu, 06 Feb 2014 22:18:19 -0800 Michael Pavone Add support for VGM 1.50 PCM data blocks
Thu, 06 Feb 2014 10:04:31 -0800 Michael Pavone Add a zp command to the 68K debugger to allow printing Z80 registers while in the 68K debugger
Thu, 06 Feb 2014 10:03:59 -0800 Michael Pavone Fix accidental use of the conditional jump instruction jp instead of jmp
Mon, 03 Feb 2014 09:18:10 -0800 Michael Pavone Initial attempt at emulating extended bank area access delays when 68K bus is busy with VDP stuff. Also emulate the extra delay on the second access of a word-wide read to the bank area. Needs work as it seems to break stuff.