From 64c7ce28f90ced54f8c1c318e90d8036b9090ddc Mon Sep 17 00:00:00 2001 From: absindx Date: Thu, 29 Jul 2021 23:46:05 +0900 Subject: [PATCH] Fixes that reflect feedback. * Remove excess MULTI_MASK * Delete placeholder message --- SourceGen/RuntimeData/Nintendo/SNES.sym65 | 10 ++-------- SourceGen/RuntimeData/SystemDefs.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/SourceGen/RuntimeData/Nintendo/SNES.sym65 b/SourceGen/RuntimeData/Nintendo/SNES.sym65 index 465a0fa..8b9f093 100644 --- a/SourceGen/RuntimeData/Nintendo/SNES.sym65 +++ b/SourceGen/RuntimeData/Nintendo/SNES.sym65 @@ -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) diff --git a/SourceGen/RuntimeData/SystemDefs.json b/SourceGen/RuntimeData/SystemDefs.json index f822959..b5149ad 100644 --- a/SourceGen/RuntimeData/SystemDefs.json +++ b/SourceGen/RuntimeData/SystemDefs.json @@ -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" ],