Maximilian Rehkopf
|
effa2a6972
|
FPGA/SDDMA: fix clock glitch, adjust RAM write timings
|
2012-07-09 02:22:07 +02:00 |
|
Maximilian Rehkopf
|
9253cc45b0
|
FPGA: implement MSU1 "audio error" status bit
|
2012-07-09 02:20:13 +02:00 |
|
Maximilian Rehkopf
|
9fbe61bad1
|
FPGA: Use internal clock instead of SNES master clock for $213F RMW timing
|
2012-07-09 02:18:28 +02:00 |
|
Maximilian Rehkopf
|
968c347986
|
FPGA/SPI: detect end of byte via MSB toggle instead of constant compare of async input
|
2012-07-09 02:17:01 +02:00 |
|
Maximilian Rehkopf
|
c231c8b821
|
FPGA: misc cleanup
|
2012-07-09 02:15:21 +02:00 |
|
Maximilian Rehkopf
|
60d7a08117
|
FPGA: Adjust Cx4 timing to new master clock rate
|
2012-07-09 02:13:44 +02:00 |
|
Maximilian Rehkopf
|
7df6909266
|
FPGA: rework shared memory access FSM
|
2012-07-09 02:12:59 +02:00 |
|
Maximilian Rehkopf
|
006ea8c44a
|
FPGA: debug wires
|
2012-07-09 02:03:59 +02:00 |
|
Maximilian Rehkopf
|
684e2c3b81
|
FPGA/BSX: fix checksum registers
|
2012-07-09 02:00:29 +02:00 |
|
Maximilian Rehkopf
|
3af05cef91
|
FPGA/sd2sneslite: add missing file mcu_cmd.v; remove avr_cmd.v
|
2012-07-09 01:55:02 +02:00 |
|
Maximilian Rehkopf
|
a083d80ff9
|
FPGA: update clock speed to 88MHz
|
2012-07-09 01:54:05 +02:00 |
|
Maximilian Rehkopf
|
8148f5567c
|
FPGA: properly synchronize external signals
|
2012-07-09 01:48:43 +02:00 |
|
Maximilian Rehkopf
|
1a52da6272
|
FPGA: Adjust DAC I²S signal timing
|
2012-07-09 01:41:47 +02:00 |
|
Maximilian Rehkopf
|
e33b2b2bc7
|
FPGA: simple SNES address input filtering
|
2012-07-09 01:37:57 +02:00 |
|
Maximilian Rehkopf
|
3530613349
|
FPGA: prepare new SNES command interface for future use (SNES side)
|
2012-07-09 01:29:47 +02:00 |
|
Maximilian Rehkopf
|
0d02bfded7
|
Firmware: adjust to SPI changes
|
2012-07-09 01:19:44 +02:00 |
|
Maximilian Rehkopf
|
576cedd285
|
Update embedded FPGA config
|
2012-07-09 01:17:32 +02:00 |
|
Maximilian Rehkopf
|
e6f77c242b
|
Update changelog for version 0.1.4
|
2012-07-09 01:16:39 +02:00 |
|
Maximilian Rehkopf
|
40099772f7
|
menu: comments
|
2012-07-03 20:44:17 +02:00 |
|
Maximilian Rehkopf
|
247e6591c4
|
menu: replace AVR with MCU in labels
|
2012-07-03 20:43:48 +02:00 |
|
Maximilian Rehkopf
|
1b77a6e7fa
|
menu: remove redundant code from DMA macro
|
2012-07-03 20:43:18 +02:00 |
|
Maximilian Rehkopf
|
eede8b491b
|
menu: properly init P register for gettimt
|
2012-07-03 16:21:46 +02:00 |
|
Maximilian Rehkopf
|
350b83e06b
|
menu: fix scroll bug when entering directories with long names
|
2012-07-03 16:20:45 +02:00 |
|
Maximilian Rehkopf
|
943a3d14bb
|
menu: fix order of SNES initialization
|
2012-07-03 16:18:12 +02:00 |
|
Maximilian Rehkopf
|
5eae77f626
|
menu: fade in screen on cold boot
|
2012-07-03 16:14:39 +02:00 |
|
Maximilian Rehkopf
|
14a2136be7
|
menu: speed up print routine, move tilemap buffers to bank $7E
|
2012-07-03 16:10:30 +02:00 |
|
Maximilian Rehkopf
|
45b67d0f1a
|
Firmware: Change ROM size detection for broken headers
|
2012-07-01 03:27:34 +02:00 |
|
Maximilian Rehkopf
|
e23a76d812
|
Firmware: properly enable offloading before f_lseek
|
2012-07-01 03:25:37 +02:00 |
|
Maximilian Rehkopf
|
f4b8d57810
|
Firmware/FatFs: make f_gets break on NUL character as well
|
2012-07-01 03:24:35 +02:00 |
|
Maximilian Rehkopf
|
1be6885223
|
Firmware: bump default date
|
2012-07-01 03:23:27 +02:00 |
|
Maximilian Rehkopf
|
2eeaaefcef
|
Firmware/SD: implement FatFs CTRL_SYNC ioctl (issue #4)
|
2012-07-01 03:20:27 +02:00 |
|
Maximilian Rehkopf
|
71aef898d2
|
Firmware: load database using DMA
|
2012-07-01 03:18:16 +02:00 |
|
Maximilian Rehkopf
|
d9e1680800
|
Firmware: remove SPI speed switching
|
2012-07-01 03:15:27 +02:00 |
|
Maximilian Rehkopf
|
57bb6351e7
|
Firmware: change CPU frequency to 88MHz
|
2012-07-01 03:12:05 +02:00 |
|
Maximilian Rehkopf
|
023901cab2
|
Firmware: refactor SNES reset pulse
|
2012-07-01 03:08:36 +02:00 |
|
Maximilian Rehkopf
|
6038d94d0f
|
Firmware/cli: add mkdir command
|
2012-07-01 03:03:30 +02:00 |
|
Maximilian Rehkopf
|
aef19a2576
|
Firmware/cli: check parameters to saveraw command
|
2012-07-01 03:01:02 +02:00 |
|
Maximilian Rehkopf
|
3db272662c
|
firmware: disregard trailing slash when sorting directory names
|
2012-06-11 02:00:58 +02:00 |
|
Maximilian Rehkopf
|
91458011aa
|
minor comment cleanup
|
2012-06-11 02:00:18 +02:00 |
|
Maximilian Rehkopf
|
c062800386
|
firmware: speedup filesystem footprinting
|
2012-06-11 01:59:39 +02:00 |
|
Maximilian Rehkopf
|
61c7014f85
|
firmware: keep directory tables within bank boundaries
|
2012-06-11 01:59:04 +02:00 |
|
Maximilian Rehkopf
|
64b1b07333
|
firmware: change filesystem footprint calculation (order of files doesn't matter)
|
2012-06-11 01:57:06 +02:00 |
|
Maximilian Rehkopf
|
723bf9eb95
|
firmware: limit number of files per directory
|
2012-06-11 01:56:09 +02:00 |
|
Maximilian Rehkopf
|
9c84f01fd5
|
firmware: update embedded FPGA config
|
2012-06-11 01:54:48 +02:00 |
|
Maximilian Rehkopf
|
a5a02992e5
|
FPGA/embedded config: slightly tighten timing constraints
|
2012-06-11 01:52:45 +02:00 |
|
Maximilian Rehkopf
|
0f38935981
|
menu: fix xscroll bug when entering directories with scrolled names
|
2012-06-11 01:52:01 +02:00 |
|
Maximilian Rehkopf
|
f44de5ba64
|
menu/SPC player: fix "Artist" display for "binary format" ID666 tags
|
2012-06-11 01:50:35 +02:00 |
|
Maximilian Rehkopf
|
12deb9a0c7
|
firmware: correct number of files/dirs in system information
|
2012-06-10 20:28:33 +02:00 |
|
Maximilian Rehkopf
|
a1ca5f1dad
|
firmware/SPC: zero echo buffer to avoid artifacts
|
2012-06-10 20:09:02 +02:00 |
|
Maximilian Rehkopf
|
ae4af50dac
|
firmware: adjust SNES reset pulse
|
2012-06-10 20:08:31 +02:00 |
|