Memory mapped registers: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
(32 intermediate revisions by the same user not shown)
Line 28: Line 28:
==I/O registers==
==I/O registers==


{| class="regdef"
===REG_P1CNT===
|'''Address'''
 
|'''Decode mask'''
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Name'''
|'''Read'''
|'''Read'''
|'''Write'''
|'''Write'''
|'''Handled by'''
|-
|-
|$300000
|[[Joypad]] port 1 inputs (active low)
|$FE0001
|REG_P1CNT
|Player 1 controls or [[trackball]] data (active low)
{{8BitRegister|D|1|C|1|B|1|A|1|Right|1|Left|1|Down|1|Up|1}}
{{8BitRegister|D|1|C|1|B|1|A|1|Right|1|Left|1|Down|1|Up|1}}
|?
|?
|[[NEO-C1]]
|}
 
*Address: $300000
*Decode mask: $FE0001
*Handled by: {{Chipname|NEO-C1}}
 
<br clear=all>
----
 
===REG_DIPSW===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$300001
|[[Hardware DIPs]] (active low) {{8BitRegister|Freeze|1|Freeplay|1|Enable [[Multiplayer]]|1|Comm. ID code|2|0:Normal controller<br>1:Mahjong keyboard|1|0:1 chute<br>1:2 chutes|1|Settings mode|1}}
|$FE0081
|Kick [[watchdog]]
|REG_DIPSW
|}
|[[Hardware DIPs]] (active low)
 
{{8BitRegister|Freeze|1|Freeplay|1|Enable [[Multiplayer]] configuration|1|Communication identification code|2|0:Normal controller<br>1:Mahjong keyboard|1|0:One coin chute<br>1:Two coin chutes|1|Settings mode|1}}
*Address: $300001
|Kick watchdog
*Decode mask: $FE0081 (not sure for write)
|[[NEO-F0]] (read), [[NEO-B1]] (write)
*Handled by: {{Chipname|NEO-F0}} (read), {{Chipname|NEO-B1}} (write)
 
<br clear=all>
----
 
===REG_SYSTYPE===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$300081
|{{8BitRegister|[[Test button]]|1|[[NEO-F0|Type]]<br/>0: 2 slots<br/>1: 4 or 6 slots|1|?|6}}
|$FE0081
|REG_SYSTYPE
|IN01 to D7 (test switch) and TYPE to D6, see [[NEO-F0]]
|?
|?
|[[NEO-F0]]
|}
 
Reads the unused [[Hardware DIPs|DSW2]] on {{PCB|MV4}} boards. Used for system ID on other boards.
 
*Address: $300081
*Decode mask: $FE0081
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_SOUND===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$320000
|$FE0001
|REG_SOUND
|[[68k/Z80 communication|Read Z80 reply code]]
|[[68k/Z80 communication|Read Z80 reply code]]
|Send command to Z80
|Send command to {{Chipname|Z80}}
|[[NEO-C1]]
|}
 
*Address: $320000
*Decode mask: $FE0001
*Handled by: {{Chipname|NEO-C1}}
 
<br clear=all>
----
 
===REG_STATUS_A ===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$320001
|$FE0001
|REG_STATUS_A
|Switch inputs are active low
|Switch inputs are active low
{{8BitRegister|NEC D4990 data bit|1|NEC D4990 time pulse|1|0:4SLOT<br>1:6SLOT|1|Coin-in 4|1|Coin-in 3|1|Service|1|Coin-in 2|1|Coin-in 1|1}}
{{8BitRegister|[[RTC]] data bit|1|RTC time pulse|1|0:4-SLOT<br>1:6-SLOT|1|[[Coin_switch|Coin-in]] 4|1|Coin-in 3|1|[[Service button]]|1|Coin-in 2|1|Coin-in 1|1}}
|?
|?
|[[NEO-F0]]
|}
 
*Address: $320001
*Decode mask: $FE0001
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_P2CNT===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$340000
|Joypad port 2 inputs (active low)
|$FE0001
|REG_P2CNT
|Player 2 controls (active low)
{{8BitRegister|D|1|C|1|B|1|A|1|Right|1|Left|1|Down|1|Up|1}}
{{8BitRegister|D|1|C|1|B|1|A|1|Right|1|Left|1|Down|1|Up|1}}
|?
|?
|[[NEO-C1]]
|}
 
*Address: $340000
*Decode mask: $FE0001
*Handled by: {{Chipname|NEO-C1}}
 
<br clear=all>
----
 
===REG_STATUS_B===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380000
|Aux inputs (lower bits active low)
|$FE0001
{{8BitRegister|0:AES<br>1:MVS|1|[[Memory card]]<br>write protected if 1|1|Memory card<br>inserted if 00|2|Select P2|1|Start P2|1|Select P1|1|Start P1|1|}}
|REG_STATUS_B
|Aux inputs (active low)
{{8BitRegister|0:AES<br>1:MVS|1|[[Memory card]]<br>write protected|1|Memory card<br>inserted if 00|2|Select P2|1|Start P2|1|Select P1|1|Start P1|1|}}
|?
|?
|[[NEO-C1]]
|}
 
*Address: $380000
*Decode mask: $FE0001
*Handled by: {{Chipname|NEO-C1}}
 
<br clear=all>
----
 
===REG_POUTPUT===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380001
|$FE0071
|REG_POUTPUT
|?
|?
|Joypad ports [[Pinouts#joypad ports|outputs]]
|Joypad ports [[Pinouts#joypad ports|outputs]]
{{8BitRegister|?|2|P2 outputs|3|P1 outputs|3}}
{{8BitRegister|?|2|P2 outputs|3|P1 outputs|3}}
|[[NEO-D0]]
|}
 
*Address: $380001
*Decode mask: $FE0071
*Handled by: {{Chipname|NEO-D0}}
 
<br clear=all>
----
 
===REG_CRDBANK===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380011
|$FE0071
|REG_CRDBANK
|?
|?
|{{8BitRegister| |5|Memory card bank selection|3}}
|{{8BitRegister| |5|Memory card bank selection|3}}
|[[NEO-D0]]
|}
 
*Address: $380011
*Decode mask: $FE0071
*Handled by: {{Chipname|NEO-D0}}
 
<br clear=all>
----
 
===REG_SLOT===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380021
|$FE00F1
|REG_SLOT
|?
|?
|{{8BitRegister|?|5|Slot #|3|}}
|{{8BitRegister|?|5|Slot #|3|}}
(Mirror of REG_POUTPUT on the AES)
(Mirror of REG_POUTPUT on the AES)
|[[NEO-F0]]
|}
 
*Address: $380021
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_LEDLATCHES===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380031
|$FE00F1
|REG_LEDLATCHES
|?
|?
|{{8BitRegister|?|2|Latch LED2 data|1|Latch LED1 data|1|Latch EL panel data|1|?|3}}
|{{8BitRegister|?|2|Latch LED2 data|1|Latch LED1 data|1|Latch [[marquee]] data|1|?|3}}
LED data is latched on 1 to 0 transition.
LED data is latched on 1 to 0 transition.
|[[NEO-F0]]
|}
 
*Address: $380031
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_LEDDATA===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380041
|$FE00F1
|REG_LEDDATA
|?
|?
|8-bit data for LEDs and EL panel. See [[MV-LED]].
|8-bit data for LEDs and [[marquee]]. See [[MV-LED]].
|[[NEO-F0]]
|}
 
*Address: $380041
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_RTCCTRL===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380051
|$FE00F1
|REG_RTCCTRL
|?
|?
|MAME upd4990a_control_16_w ([[Calendar]]){{8BitRegister||5|D4990 Strobe|1|D4990 Clock|1|D4990 DIN|1|}}
|MAME upd4990a_control_16_w {{8BitRegister||5|[[RTC]] Strobe|1|RTC Clock|1|RTC DIN|1|}}
|[[NEO-F0]]
|}
 
*Address: $380051
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-F0}}
 
<br clear=all>
----
 
===REG_RESETCC1===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380061
|$FE0071
|REG_RESETCC1
|?
|?
|Any, [[coin counter]] 1 floats
|Any, [[coin counter]] 1 floats
|[[NEO-I0]]
|}
 
*Address: $380061
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_RESETCC2===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380063
|$FE0071
|REG_RESETCC2
|?
|?
|Any, coin counter 2 floats
|Any, [[coin counter]] 2 floats
||[[NEO-I0]]
|}
 
*Address: $380063
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_RESETCL1===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380065
|$FE0071
|REG_RESETCL1
|?
|?
|Any, [[coin lockout]] 1 floats
|Any, [[coin lockout]] 1 floats
|[[NEO-I0]]
|}
 
*Address: $380065
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_RESETCL2===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$380067
|$FE0071
|REG_RESETCL2
|?
|?
|Any, coin lockout 2 floats
|Any, [[coin lockout]] 2 floats
|[[NEO-I0]]
|}
 
*Address: $380067
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_SETCC1===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$3800D1
|$FE0071
|REG_RTCOUT
|?
|Write to RTC
uPD4990AWrite(byteValue & 2, byteValue & 4, byteValue & 1);
|[[NEO-F0]]
|-
|$3800E1
|$FE0071
|REG_SETCC1
|?
|?
|Any, coin counter 1 sinks current
|Any, coin counter 1 sinks current
|[[NEO-I0]]
|}
 
*Address: $3800E1
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_SETCC2===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$3800E3
|$FE0071
|REG_SETCC2
|?
|?
|Any, coin counter 2 sinks current
|Any, coin counter 2 sinks current
|[[NEO-I0]]
|}
 
*Address: $3800E3
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_SETCL1===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$3800E5
|$FE0071
|REG_SETCL1
|?
|?
|Any, coin lockout 1 sinks current
|Any, coin lockout 1 sinks current
|[[NEO-I0]]
|}
 
*Address: $3800E5
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}
 
<br clear=all>
----
 
===REG_SETCL2===
 
{|class="regdef" style="float:right; margin-left:16px; width:600px;"
|'''Read'''
|'''Write'''
|-
|-
|$3800E7
|$FE0071
|REG_SETCL2
|?
|?
|Any, coin lockout 2 sinks current
|Any, coin lockout 2 sinks current
|[[NEO-I0]]
|}
|}
*Address: $3800E7
*Decode mask: $FE00F1
*Handled by: {{Chipname|NEO-I0}}


==System registers==
==System registers==
Handled by a 74HC259 adressable latch on cart systems. Byte writes only. Decode mask: $FE0001.
 
Handled by a 74HC259 addressable latch on cart systems. Byte writes only. Decode mask: $FE0001. Registers go in pairs, bit 4 of address is the data bit.
 
{| class="regdef"
{| class="regdef"
|'''Address'''
|'''Address'''
Line 229: Line 422:
|$3A0015
|$3A0015
|REG_CRDLOCK1
|REG_CRDLOCK1
|Disable writes to memory card
|Disable writes to [[memory card]]
|-
|-
|$3A0007
|$3A0007
Line 249: Line 442:
|$3A000B
|$3A000B
|REG_BRDFIX
|REG_BRDFIX
|Use the embedded [[SFIX]] and [[SM1]] ROM
|Use the embedded [[SFIX ROM]] and [[SM1]] ROM
|-
|-
|$3A001B
|$3A001B
Line 260: Line 453:
|-
|-
|$3A001D
|$3A001D
|REG_SRAMULOCK
|REG_SRAMUNLOCK
|Unprotects backup RAM (MVS)
|Unprotects backup RAM (MVS)
|-
|-
|$3A000F
|$3A000F
|REG_PALBANK1
|REG_PALBANK1
|Use palette bank 1
|Use [[palette RAM|palette]] bank 1
|-
|-
|$3A001F
|$3A001F
Line 271: Line 464:
|Use palette bank 0
|Use palette bank 0
|}
|}


==Video registers==
==Video registers==


Handled by the [[GPU]]s. Byte writes only work on even addresses and stores the same data in the MSB and LSB. Odd addresses aren't mapped ? Decode mask: $FE0001.
Handled by the [[LSPC]]. Byte writes are only effective on even addresses and they store the same data in both bytes. Odd addresses aren't mapped ? Decode mask: $FE0001.


{| class="regdef"
{| class="regdef"
Line 285: Line 477:
|$3C0000
|$3C0000
|REG_VRAMADDR
|REG_VRAMADDR
|Read [[VRAM]] (address isn't changed)
|Read from [[VRAM]] (address doesn't change)
|Sets VRAM address
|Sets VRAM address
|-
|-
|$3C0002
|$3C0002
|REG_VRAMRW
|REG_VRAMRW
|Read VRAM (address isn't changed)
|Read from VRAM (address doesn't change)
|Write VRAM
|Write to VRAM (modulo is applied after)
|-
|-
|$3C0004
|$3C0004
|REG_VRAMMOD
|REG_VRAMMOD
|Reads VRAM address modulo
|Reads VRAM address modulo
|Sets VRAM address modulo (signed)
|Sets VRAM address modulo
|-
|-
|$3C0006
|$3C0006
|REG_LSPCMODE
|REG_LSPCMODE
|{{16BitRegister|Raster line counter.<br>See [[Display timing]]|9|-|3|1:50Hz<br>0:60Hz ([[GPU|LSPC2]] only)|1|[[Auto animation]] counter|3}}
|{{16BitRegister|Raster line counter.<br>See [[Display timing]]|9|0|3|1:50Hz<br>0:60Hz ([[GPU|LSPC2]] only)|1|[[Auto animation]] counter|3}}
|{{16BitRegister|Auto animation speed<br>(in frames)|8|[[Timer interrupt]]<br>mode|3|Timer interrupt enable|1|Disable auto animation|1|?|3}}
|{{16BitRegister|Auto animation speed<br>(in frames)|8|[[Timer interrupt]]<br>mode|3|Timer interrupt enable|1|Disable auto animation|1|Unused|3}}
Reset value: ????????00000---
|-
|-
|$3C0008
|$3C0008
|REG_TIMERHIGH
|REG_TIMERHIGH
|Like REG_VRAMADDR.
|Like REG_VRAMADDR.
|MSBs of timer reload value.
|16 highest bits of the [[timer interrupt|timer]] reload value.
|-
|-
|$3C000A
|$3C000A
|REG_TIMERLOW
|REG_TIMERLOW
|Like REG_VRAMRW.
|Like REG_VRAMRW.
|LSBs of timer reload value.
|16 lowest bits of the timer reload value.
|-
|-
|$3C000C
|$3C000C
|REG_IRQACK
|REG_IRQACK
|Like REG_VRAMMOD.
|Like REG_VRAMMOD.
|Interrupt Acknowledge (byte !).
|[[68k interrupts|Interrupt]] acknowledge.
{{8BitRegister|?|5|Ack VBlank|1|Ack HBlank|1|Ack IRQ3|1}}
{{8BitRegister|Unused|5|Ack VBlank|1|Ack HBlank|1|Ack IRQ3|1}}
|-
|-
|$3C000E
|$3C000E
Line 324: Line 517:
|Bit 0=1: Stops timer counter during first and last 16 lines (32 total) when in PAL mode.
|Bit 0=1: Stops timer counter during first and last 16 lines (32 total) when in PAL mode.
|}
|}


==NeoGeo CD registers==
==NeoGeo CD registers==


[[NEO-MGA]] / [[LC8953]] / [[LC98000]] ?
[[NEO-MGA]] / [[LC8953]] / [[LC98000]] ?
===CD drive===
{| class="regdef"
{| class="regdef"
|'''Address'''
|'''Address'''
Line 337: Line 532:
|'''Handled by'''
|'''Handled by'''
|-
|-
|$FF0002
|$FF0161
|?
|REG_CDDINPUT
|Word
|?
|NeoRaine load_files, really interrupt mask ?
|?
|-
|$FF0004
|?
|Word
|?
|CDM3-2 BIOS writes 0,1,3,7
|?
|-
|$FF0006
|?
|Word
|?
|CDM3-2 BIOS writes 0x71FF, CDZ writes 0x71FF
|?
|-
|$FF0008
|?
|Word
|?
|CDM3-2 BIOS writes 0x0000, CDZ writes 0x0000
|?
|-
|$FF000A
|?
|Word
|?
|CDM3-2 BIOS writes 0x7E40, CDZ writes 0x7E00
|?
|-
|$FF000E
|?
|Byte
|Byte
|{{8BitRegister|?|3|CDCK input|1|4-bit bus from the [[CD drive]]|4}}
|?
|?
|CDM3-2 BIOS writes $3F,$3C
|[[NEO-MGA]]
|?
|-
|-
|$FF000F
|$FF0163
|?
|REG_CDDOUTPUT
|Byte
|Byte
|?
|?
|NeoCDIRQUpdate(byteValue);
|4-bit bus to the CD drive
CDM3-2 BIOS writes $20,$10,$08,$04
|[[NEO-MGA]]
|?
|-
|-
|$FF0011
|$FF0165
|?
|REG_CDDCTRL
|Byte
|Byte
|?
|?
|CDM3-2 BIOS writes $FE
|{{8BitRegister|?|6|Bus direction ?<br>0:Input<br>1:Output|1|HOCK output}}
|?
|[[NEO-MGA]]
|}
 
===Video===
 
{| class="regdef"
|'''Address'''
|'''Name'''
|'''Size'''
|'''Read'''
|'''Write'''
|'''Handled by'''
|-
|-
|$FF0017
|$FF0111
|?
|REG_DISBLSPR
|Byte
|Byte
|colspan="2"|nNeoCDMode
CDM3-2 BIOS read/writes bit 0
|?
|?
|1=Disable 0=Enable sprites
|rowspan="3"|[[NEO-GRC]]/[[NEO-OFC]]
|-
|-
|$FF0061
|$FF0115
|?
|REG_DISBLFIX
|Byte
|Byte
|?
|?
|Bit 6: Execute DMA microcode
|1=Disable 0=Enable fix layer
|rowspan="3"|[[LC8953]]
|-
|-
|$FF0064~$FF0073
|$FF0119
|?
|REG_ENVIDEO
|(Long)words
|?
|Registers used by microcode (NeoRaine upload_param)
|-
|$FF007E~$FF008F
|?
|Words
|?
|Microcode (16x9bit instructions ?)
|-
|$FF0101
|?
|Byte
|Byte
|colspan="2"|nLC8951Register (4 LSB)
CDM3-2 BIOS writes low nibble
|LC8951
|-
|$FF0103
|?
|?
|Byte
|Video output. 1=Enable 0=Disable
|colspan="2"|nLC8951Register value
|}
CDM3-2 BIOS writes 0x10, CDZ writes 0x00 (start up init)
 
|LC8951
===Memory===
 
{| class="regdef"
|'''Address'''
|'''Name'''
|'''Size'''
|'''Read'''
|'''Write'''
|'''Handled by'''
|-
|-
|$FF0105
|$FF01A1
|?
|REG_SPRBANK
|Byte
|Byte
|?
|?
|nActiveTransferArea = byteValue
|Upload zone 1MiB SPR DRAM bank selection (2 LSBs).
upload_type_w
|?
|?
|-
|-
|$FF0108
|$FF01A3
|?
|REG_PCMBANK
|Word
|?
|CDM3-2 BIOS writes $5555
|?
|-
|$FF010C
|?
|Word
|?
|CDM3-2 BIOS writes $5555 and reads
|?
|-
|$FF0111
|REG_DISBLSPR
|Byte
|Byte
|?
|?
|1=Disable 0=Enable sprites
|Upload zone 512KiB PCM DRAM bank selection (1 LSB).
|rowspan="3"|[[NEO-GRC]]/[[NEO-OFC]]
|-
|$FF0115
|REG_DISBLFIX
|Byte
|?
|?
|1=Disable 0=Enable fix layer
|-
|-
|$FF0119
|$FF01A7
|REG_ENVIDEO
|REG_???BANK
|Byte
|Byte
|?
|?
|Video output. 1=Enable 0=Disable
|$A00000 zone bank number. What is this ?
|-
|$FF011C
|REG_CDCONFIG
|Word
|{{16BitRegister|1|2|CD Mech<br>0:TOP/CDZ<br>1:FRONT|1|Lid Status<br>(Opposite on CDZ)|1|Configuration<br>jumpers|4|?|8}}
|?
|?
|[[NEO-CDD boards|NEO-CDD board]]
|-
|-
|$FF0121
|$FF0121
Line 517: Line 650:
|REG_UPUNMAPFIX
|REG_UPUNMAPFIX
|Unset FIX DRAM to upload zone
|Unset FIX DRAM to upload zone
|}
===DMA===
{| class="regdef"
|'''Address'''
|'''Name'''
|'''Size'''
|'''Read'''
|'''Write'''
|'''Handled by'''
|-
|$FF0061
|?
|Byte
|?
|Bit 6: Execute DMA microcode
|rowspan="7"|[[LC8953]]
|-
|$FF0064~$FF0067
|REG_DMA_ADDR1
|Longword
|?
|Sets DMA source address.
|-
|-
|$FF0161
|$FF0068~$FF006B
|REG_DMA_ADDR2
|Longword
|?
|Sets DMA destination address.
|-
|$FF006C~$FF006F
|REG_DMA_VALUE
|Longword
|?
|Sets DMA value for filling.
|-
|$FF0070~$FF0073
|REG_DMA_COUNT
|Longword
|?
|?
|Sets DMA length.
|-
|$FF007E
|REG_DMA_MODE
|Word
|?
|?
|Sets DMA mode.
|-
|$FF007E~$FF008E
|?
|?
|NeoCDCommsRead Status FIFO 10 values (4 bits)
|Words
|?
|?
|Microcode (16x 9-bit opcodes)
|}
===Unkown===
{| class="regdef"
|'''Address'''
|'''Name'''
|'''Size'''
|'''Read'''
|'''Write'''
|'''Handled by'''
|-
|-
|$FF0163
|$FF0002
|?
|?
|Word
|?
|?
|Enables Vector 22 interrupts. NeoRaine calls load_files.
|rowspan="8"|[[LC8953]]
|-
|$FF0004
|?
|?
|NeoCDCommsWrite(byteValue) Command FIFO 10 values (4 bits)
|Word
|?
|?
|CDM3-2 BIOS writes 0,1,3,7
|-
|-
|$FF0165
|$FF0006
|?
|?
|Word
|?
|?
|CDM3-2 BIOS writes 0x71FF, CDZ writes 0x71FF
|-
|$FF0008
|?
|?
|NeoCDCommsControl(byteValue & 1, byteValue & 2); (clock,send)
|Word
|?
|?
|CDM3-2 BIOS writes 0x0000, CDZ writes 0x0000
|-
|-
|$FF016D
|$FF000A
|
|Byte
|?
|?
|MapVectorTable(!(byteValue == 0xFF));
|Word
|?
|?
|CDM3-2 BIOS writes 0x7E40, CDZ writes 0x7E00
|-
|-
|$FF016F
|$FF000E/F
|REG_DISBLIRQ
|?
|Byte
|Byte
|?
|?
|Disable/enable interrupts nTransferWriteEnable = byteValue
|[[68k interrupts|Interrupt]] acknowledge.
{{8BitRegister|?|2|Vector 21|1|Vector 22|1|Vector 23|1|?|3}}
|-
|$FF0010/11
|?
|?
|Byte
|?
|CDM3-2 BIOS writes $FE
|-
|-
|$FF0181
|$FF0016/17
|
|?
|Byte
|Byte
|colspan="2"|nNeoCDMode (data/audio select ?)
CDM3-2 BIOS read/writes bit 0
|-
|$FF0100/1
|?
|?
|Enable/Disable (Reset) CD assy
|Byte
|colspan="2"|nLC8951Register (4 LSB)
CDM3-2 BIOS writes low nibble
|rowspan="3"|[[LC8951]]
|-
|$FF0102/3
|?
|?
|Byte
|colspan="2"|nLC8951Register value
CDM3-2 BIOS writes 0x10, CDZ writes 0x00 (start up init)
|-
|-
|$FF0183
|$FF0104/5
|REG_ENZ80
|?
|Byte
|Byte
|?
|?
|Enable/Disable (Reset) Z80
|nActiveTransferArea = byteValue
upload_type_w
|-
|$FF0108
|?
|Word
|?
|CDM3-2 BIOS writes $5555
|?
|?
|-
|-
|$FF0188
|$FF010C
|REG_CDDALEFTL
|?
|rowspan="2"|Word
|Word
|rowspan="2"|See [[Reading CDDA sound levels]]
|?
|rowspan="2"|No effect
|CDM3-2 BIOS writes $5555 and reads
|rowspan="2"|[[NEO-MGA]]
|?
|-
|-
|$FF018A
|$FF011C
|REG_CDDARIGHTL
|REG_CDCONFIG
|Word
|{{16BitRegister|1|2|CD Mech<br>0:TOP/CDZ<br>1:FRONT|1|Lid Status<br>(Opposite on CDZ)|1|Configuration<br>jumpers|4|?|8}}
|?
|[[NEO-CDD boards|NEO-CDD board]]
|-
|-
|$FF01A1
|$FF016C/D
|?
|
|Byte
|Byte
|?
|?
|Upload zone 1MiB SPR DRAM bank selection
|MapVectorTable(!(byteValue == 0xFF));
|?
|?
|-
|-
|$FF01A3
|$FF016E/F
|?
|?
|Byte
|Byte
|?
|?
|Upload zone 512KiB PCM DRAM bank selection
|Enable/disable writes to the [[68k memory map|upload zone]] ($E00000)
|?
|?
|-
|-
|$FF01A7
|$FF0180/1
|REG_CDRST
|Byte
|?
|Active-low CD drive RESET ($0/$FF)
|?
|?
|-
|$FF0182/3
|REG_Z80RST
|Byte
|Byte
|?
|?
|CDM3-2 BIOS writes
|Active-low Z80 RESET ($0/$FF)
|?
|[[NEO-MGA]] ?
|}
 
===CDDA===
 
{| class="regdef"
|'''Address'''
|'''Name'''
|'''Size'''
|'''Read'''
|'''Write'''
|'''Handled by'''
|-
|$FF0188
|REG_CDDALEFTL
|rowspan="2"|Word
|rowspan="2"|See [[Reading CDDA sound levels]]
|rowspan="2"|No effect
|rowspan="2"|[[NEO-MGA]]
|-
|$FF018A
|REG_CDDARIGHTL
|-
|-
|$FF01FC
|$FF01FC
Line 609: Line 867:
|Word
|Word
|?
|?
|CD DA/data switch ?
|CD music/data switch ?
|?
|?
|}
|}

Revision as of 18:59, 13 February 2019


Address decode masks

Decode masks aren't verified !

Decode masks are used to know which register will be mapped to a precise address, they can be seen as a sort of mirroring range notation.

A "1" bit means that the corresponding address line is involved in decoding, a "0" bit means it can be anything.

For example, REG_P1CNT's base is $300000 and its mask is $FE0001:

BASE 00110000 00000000 00000000
MASK 11111110 00000000 00000001
     0011000x xxxxxxxx xxxxxxx0

This means that it should also be accessible at $300002, $300004, $300006... up to $31FFFE. The highest address is BASE OR (NOT MASK).

Mirror guesser


Register descriptions

I/O registers

REG_P1CNT

Read Write
Joypad port 1 inputs (active low)
Bit 7 6 5 4 3 2 1 0
Def D CBARightLeftDownUp
?
  • Address: $300000
  • Decode mask: $FE0001
  • Handled by: NEO-C1



REG_DIPSW

Read Write
Hardware DIPs (active low)
Bit 7 6 5 4 3 2 1 0
Def Freeze FreeplayEnable MultiplayerComm. ID code0:Normal controller
1:Mahjong keyboard
0:1 chute
1:2 chutes
Settings mode
Kick watchdog
  • Address: $300001
  • Decode mask: $FE0081 (not sure for write)
  • Handled by: NEO-F0 (read), NEO-B1 (write)



REG_SYSTYPE

Read Write
Bit 7 6 5 4 3 2 1 0
Def Test button Type
0: 2 slots
1: 4 or 6 slots
?
?

Reads the unused DSW2 on MV4 boards. Used for system ID on other boards.

  • Address: $300081
  • Decode mask: $FE0081
  • Handled by: NEO-F0



REG_SOUND

Read Write
Read Z80 reply code Send command to Z80
  • Address: $320000
  • Decode mask: $FE0001
  • Handled by: NEO-C1



REG_STATUS_A

Read Write
Switch inputs are active low
Bit 7 6 5 4 3 2 1 0
Def RTC data bit RTC time pulse0:4-SLOT
1:6-SLOT
Coin-in 4Coin-in 3Service buttonCoin-in 2Coin-in 1
?
  • Address: $320001
  • Decode mask: $FE0001
  • Handled by: NEO-F0



REG_P2CNT

Read Write
Joypad port 2 inputs (active low)
Bit 7 6 5 4 3 2 1 0
Def D CBARightLeftDownUp
?
  • Address: $340000
  • Decode mask: $FE0001
  • Handled by: NEO-C1



REG_STATUS_B

Read Write
Aux inputs (lower bits active low)
Bit 7 6 5 4 3 2 1 0
Def 0:AES
1:MVS
Memory card
write protected if 1
Memory card
inserted if 00
Select P2Start P2Select P1Start P1
?
  • Address: $380000
  • Decode mask: $FE0001
  • Handled by: NEO-C1



REG_POUTPUT

Read Write
? Joypad ports outputs
Bit 7 6 5 4 3 2 1 0
Def ? P2 outputsP1 outputs
  • Address: $380001
  • Decode mask: $FE0071
  • Handled by: NEO-D0



REG_CRDBANK

Read Write
?
Bit 7 6 5 4 3 2 1 0
Def Memory card bank selection
  • Address: $380011
  • Decode mask: $FE0071
  • Handled by: NEO-D0



REG_SLOT

Read Write
?
Bit 7 6 5 4 3 2 1 0
Def ? Slot #

(Mirror of REG_POUTPUT on the AES)

  • Address: $380021
  • Decode mask: $FE00F1
  • Handled by: NEO-F0



REG_LEDLATCHES

Read Write
?
Bit 7 6 5 4 3 2 1 0
Def ? Latch LED2 dataLatch LED1 dataLatch marquee data?

LED data is latched on 1 to 0 transition.

  • Address: $380031
  • Decode mask: $FE00F1
  • Handled by: NEO-F0



REG_LEDDATA

Read Write
? 8-bit data for LEDs and marquee. See MV-LED.
  • Address: $380041
  • Decode mask: $FE00F1
  • Handled by: NEO-F0



REG_RTCCTRL

Read Write
? MAME upd4990a_control_16_w
Bit 7 6 5 4 3 2 1 0
Def RTC StrobeRTC ClockRTC DIN
  • Address: $380051
  • Decode mask: $FE00F1
  • Handled by: NEO-F0



REG_RESETCC1

Read Write
? Any, coin counter 1 floats
  • Address: $380061
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_RESETCC2

Read Write
? Any, coin counter 2 floats
  • Address: $380063
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_RESETCL1

Read Write
? Any, coin lockout 1 floats
  • Address: $380065
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_RESETCL2

Read Write
? Any, coin lockout 2 floats
  • Address: $380067
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_SETCC1

Read Write
? Any, coin counter 1 sinks current
  • Address: $3800E1
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_SETCC2

Read Write
? Any, coin counter 2 sinks current
  • Address: $3800E3
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_SETCL1

Read Write
? Any, coin lockout 1 sinks current
  • Address: $3800E5
  • Decode mask: $FE00F1
  • Handled by: NEO-I0



REG_SETCL2

Read Write
? Any, coin lockout 2 sinks current
  • Address: $3800E7
  • Decode mask: $FE00F1
  • Handled by: NEO-I0

System registers

Handled by a 74HC259 addressable latch on cart systems. Byte writes only. Decode mask: $FE0001. Registers go in pairs, bit 4 of address is the data bit.

Address Name Write
$3A0001 REG_NOSHADOW Normal video output
$3A0011 REG_SHADOW Darken video output
$3A0003 REG_SWPBIOS BIOS vector table
$3A0013 REG_SWPROM Use the cart's vector table
$3A0005 REG_CRDUNLOCK1 Enable writes to memory card (use REG_CRDUNLOCK2 too)
$3A0015 REG_CRDLOCK1 Disable writes to memory card
$3A0007 REG_CRDLOCK2 Disable writes to memory card
$3A0017 REG_CRDUNLOCK2 Enable writes to memory card (use REG_CRDUNLOCK1 too)
$3A0009 REG_CRDREGSEL Enable "Register select" for memory card
$3A0019 REG_CRDNORMAL Disable "Register select" for memory card
$3A000B REG_BRDFIX Use the embedded SFIX ROM and SM1 ROM
$3A001B REG_CRTFIX Use the cart's S ROM and M1 ROM
$3A000D REG_SRAMLOCK Write-protects backup RAM (MVS)
$3A001D REG_SRAMUNLOCK Unprotects backup RAM (MVS)
$3A000F REG_PALBANK1 Use palette bank 1
$3A001F REG_PALBANK0 Use palette bank 0

Video registers

Handled by the LSPC. Byte writes are only effective on even addresses and they store the same data in both bytes. Odd addresses aren't mapped ? Decode mask: $FE0001.

Address Name Read Write
$3C0000 REG_VRAMADDR Read from VRAM (address doesn't change) Sets VRAM address
$3C0002 REG_VRAMRW Read from VRAM (address doesn't change) Write to VRAM (modulo is applied after)
$3C0004 REG_VRAMMOD Reads VRAM address modulo Sets VRAM address modulo
$3C0006 REG_LSPCMODE
Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Def Raster line counter.
See Display timing
01:50Hz
0:60Hz (LSPC2 only)
Auto animation counter
Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Def Auto animation speed
(in frames)
Timer interrupt
mode
Timer interrupt enableDisable auto animationUnused

Reset value: ????????00000---

$3C0008 REG_TIMERHIGH Like REG_VRAMADDR. 16 highest bits of the timer reload value.
$3C000A REG_TIMERLOW Like REG_VRAMRW. 16 lowest bits of the timer reload value.
$3C000C REG_IRQACK Like REG_VRAMMOD. Interrupt acknowledge.
Bit 7 6 5 4 3 2 1 0
Def Unused Ack VBlankAck HBlankAck IRQ3
$3C000E REG_TIMERSTOP Like REG_LSPCMODE. Bit 0=1: Stops timer counter during first and last 16 lines (32 total) when in PAL mode.

NeoGeo CD registers

NEO-MGA / LC8953 / LC98000 ?

CD drive

Address Name Size Read Write Handled by
$FF0161 REG_CDDINPUT Byte
Bit 7 6 5 4 3 2 1 0
Def ? CDCK input4-bit bus from the CD drive
? NEO-MGA
$FF0163 REG_CDDOUTPUT Byte ? 4-bit bus to the CD drive NEO-MGA
$FF0165 REG_CDDCTRL Byte ?
Bit 7 6 5 4 3 2 1 0
Def ? Bus direction ?
0:Input
1:Output
HOCK output
NEO-MGA

Video

Address Name Size Read Write Handled by
$FF0111 REG_DISBLSPR Byte ? 1=Disable 0=Enable sprites NEO-GRC/NEO-OFC
$FF0115 REG_DISBLFIX Byte ? 1=Disable 0=Enable fix layer
$FF0119 REG_ENVIDEO Byte ? Video output. 1=Enable 0=Disable

Memory

Address Name Size Read Write Handled by
$FF01A1 REG_SPRBANK Byte ? Upload zone 1MiB SPR DRAM bank selection (2 LSBs). ?
$FF01A3 REG_PCMBANK Byte ? Upload zone 512KiB PCM DRAM bank selection (1 LSB). ?
$FF01A7 REG_???BANK Byte ? $A00000 zone bank number. What is this ? ?
$FF0121 REG_UPMAPSPR Byte ? NeoSetSpriteSlot(1);

Set upload zone to SPR DRAM

?
$FF0123 REG_UPMAPPCM Set upload zone to PCM DRAM
$FF0127 REG_UPMAPZ80 Set upload zone to Z80 DRAM
$FF0129 REG_UPMAPFIX Set upload zone to FIX DRAM
$FF0141 REG_UPUNMAPSPR Unset SPR DRAM to upload zone
$FF0143 REG_UPUNMAPPCM Unset PCM DRAM to upload zone
$FF0147 REG_UPUNMAPZ80 Unset Z80 DRAM to upload zone
$FF0149 REG_UPUNMAPFIX Unset FIX DRAM to upload zone

DMA

Address Name Size Read Write Handled by
$FF0061 ? Byte ? Bit 6: Execute DMA microcode LC8953
$FF0064~$FF0067 REG_DMA_ADDR1 Longword ? Sets DMA source address.
$FF0068~$FF006B REG_DMA_ADDR2 Longword ? Sets DMA destination address.
$FF006C~$FF006F REG_DMA_VALUE Longword ? Sets DMA value for filling.
$FF0070~$FF0073 REG_DMA_COUNT Longword ? Sets DMA length.
$FF007E REG_DMA_MODE Word ? Sets DMA mode.
$FF007E~$FF008E ? Words ? Microcode (16x 9-bit opcodes)

Unkown

Address Name Size Read Write Handled by
$FF0002 ? Word ? Enables Vector 22 interrupts. NeoRaine calls load_files. LC8953
$FF0004 ? Word ? CDM3-2 BIOS writes 0,1,3,7
$FF0006 ? Word ? CDM3-2 BIOS writes 0x71FF, CDZ writes 0x71FF
$FF0008 ? Word ? CDM3-2 BIOS writes 0x0000, CDZ writes 0x0000
$FF000A ? Word ? CDM3-2 BIOS writes 0x7E40, CDZ writes 0x7E00
$FF000E/F ? Byte ? Interrupt acknowledge.
Bit 7 6 5 4 3 2 1 0
Def ? Vector 21Vector 22Vector 23?
$FF0010/11 ? Byte ? CDM3-2 BIOS writes $FE
$FF0016/17 ? Byte nNeoCDMode (data/audio select ?)

CDM3-2 BIOS read/writes bit 0

$FF0100/1 ? Byte nLC8951Register (4 LSB)

CDM3-2 BIOS writes low nibble

LC8951
$FF0102/3 ? Byte nLC8951Register value

CDM3-2 BIOS writes 0x10, CDZ writes 0x00 (start up init)

$FF0104/5 ? Byte ? nActiveTransferArea = byteValue

upload_type_w

$FF0108 ? Word ? CDM3-2 BIOS writes $5555 ?
$FF010C ? Word ? CDM3-2 BIOS writes $5555 and reads ?
$FF011C REG_CDCONFIG Word
Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Def 1 CD Mech
0:TOP/CDZ
1:FRONT
Lid Status
(Opposite on CDZ)
Configuration
jumpers
?
? NEO-CDD board
$FF016C/D Byte ? MapVectorTable(!(byteValue == 0xFF)); ?
$FF016E/F ? Byte ? Enable/disable writes to the upload zone ($E00000) ?
$FF0180/1 REG_CDRST Byte ? Active-low CD drive RESET ($0/$FF) ?
$FF0182/3 REG_Z80RST Byte ? Active-low Z80 RESET ($0/$FF) NEO-MGA ?

CDDA

Address Name Size Read Write Handled by
$FF0188 REG_CDDALEFTL Word See Reading CDDA sound levels No effect NEO-MGA
$FF018A REG_CDDARIGHTL
$FF01FC ? Word ? CDDA control ? ?
$FF01FE ? Word ? CD music/data switch ? ?