Be more conservative and use HC=512 instead.

This commit is contained in:
Brandon Wright 2018-08-17 10:59:10 -05:00
parent b79b94b675
commit 28d1aa117d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
#define SNES_HDMA_START_HC 1106 // FIXME: not true
#define SNES_HBLANK_END_HC 4 // H=1
#define SNES_HDMA_INIT_HC 20 // FIXME: not true
#define SNES_RENDER_START_HC (48 * ONE_DOT_CYCLE) // FIXME: Snes9x renders a line at a time.
#define SNES_RENDER_START_HC (128 * ONE_DOT_CYCLE) // FIXME: Snes9x renders a line at a time.
#define SNES_TR_MASK (1 << 4)
#define SNES_TL_MASK (1 << 5)