- avr8.c: Renamed io map to data map, routed ports through io map [MooglyGuy]
- avr8.c: Implemented ST Z+ and SBIW opcodes [MooglyGuy]
- craft.c: Converted to use new AVR8 core [MooglyGuy]
-avr8.c: Fixed incorrect N flag calculation in ROR opcode. [MooglyGuy]
-avr8.c: Fixed incorrect bit testing in SBIC/SBIS opcodes. [MooglyGuy]
-craft.c: Added port D readback, fixes on-screen VU level. [MooglyGuy]
-craft.c: Sync video with Vsync output, fixes rolling image. [MooglyGuy]
-craft.c: Fixed visible area and promoted to working. [MooglyGuy]
-avr8.c: Fixed register writeback for LD -Z and LD -Y opcodes. [MooglyGuy]
-craft.c: Preliminary video support, bad vsync and colors still. [MooglyGuy]
-avr8.c: Corrected cycle counts for LD and ST opcodes. [MooglyGuy]
-avr8.c: Fixed a bug where a 2-cycle or 3-cycle opcode encountered during a time
slice were causing all subsequent 1-cycle opcodes to deduct 2 or 3 cycles for
the remainder of the time slice instead. [MooglyGuy]
-avr8: Implemented MULS, ANDI, STD Z+, LD -Z, LD Y+, LD -Y, LD -X, SWAP, ASR,
ROR, and SBIS opcodes. [MooglyGuy]
-avr8: Moved Timer 0-2 into the CPU core itself, 30x driver speedup [MooglyGuy]
-cratft.c: Fixed DAC bit order, audio now plays but is 40% too slow [Mooglyguy]
- Fixed functional issues in Atmel AVR opcodes: COM, NEG, LSR [Mooglyguy]
- Added basic Timer 1 support to Craft driver and hooked up the DAC,
currently plays only a buzzing noise due to lacking EEPROM support [MooglyGuy]