1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-11 02:28:54 +00:00

Fixes that reflect feedback.

* Remove excess MULTI_MASK
* Delete placeholder message
This commit is contained in:
absindx 2021-07-29 23:46:05 +09:00
parent 363c2eef76
commit 64c7ce28f9
2 changed files with 3 additions and 9 deletions

View File

@ -8,10 +8,10 @@
*SYNOPSIS Super NES registers
; PPU registers (Address Bus B)
*MULTI_MASK
; PPU registers (Address Bus B)
INIDISP @ $2100 ;W B--- FFFF Initial settings for screen
OBJSEL @ $2101 ;W SSSN NAAA Object size & Object data area designation
OAMADDL @ $2102 ;W AAAA AAAA Address for accessing OAM (Low)
@ -87,8 +87,6 @@ WMADDH @ $2183 ;W ---- ---A Address to consecutively read and write WR
; CPU registers (Internal)
*MULTI_MASK
NMITIMEN @ $4200 ;W N-VH ---C Enable flag for V-Blank, Timer interrupt & Standard controller read
WRIO @ $4201 ;W DDDD DDDD Programmable I/O port (Out port)
WRMPYA @ $4202 ;W AAAA AAAA Multiplicand by multiplication
@ -124,8 +122,6 @@ STDCNTRL4H @ $421F ;R BYST UDLR Data for standard controller 4 (High)
; Old Style Joypad Registers
*MULTI_MASK
JOYSER0 @ $4016 ;R:---- --31 W:---- -xxL
JOYSER1 @ $4017 ;R ---- --42
@ -133,8 +129,6 @@ JOYSER1 @ $4017 ;R ---- --42
; DMA / HDMA Registers
*MULTI_MASK
DMAP0 @ $4300 ;RW DT-I FDDD Parameter for DMA transfer (Channel 0)
BBAD0 @ $4301 ;RW AAAA AAAA B-bus address for DMA (Channel 0)
A1T0L @ $4302 ;RW AAAA AAAA Table address of A-bus for DMA (Low) (Channel 0)

View File

@ -261,7 +261,7 @@
"GroupName" : "Nintendo",
"Cpu" : "5A22",
"Speed" : "3.58",
"Description" : "Super Nintendo Entertainment System [placeholder].",
"Description" : "Super Nintendo Entertainment System.",
"SymbolFiles" : [
"RT:Nintendo/SNES.sym65"
],