mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
mac128.cpp: HW note
This commit is contained in:
parent
1942d7ed76
commit
b5ca52af59
@ -17,7 +17,7 @@
|
|||||||
0xa00000 - 0xbfffff Zilog 8530 SCC (Serial Communications Controller) Write
|
0xa00000 - 0xbfffff Zilog 8530 SCC (Serial Communications Controller) Write
|
||||||
0xc00000 - 0xdfffff IWM (Integrated Woz Machine; floppy)
|
0xc00000 - 0xdfffff IWM (Integrated Woz Machine; floppy)
|
||||||
0xe80000 - 0xefffff Rockwell 6522 VIA
|
0xe80000 - 0xefffff Rockwell 6522 VIA
|
||||||
0xf00000 - 0xffffef ??? (the ROM appears to be accessing here)
|
0xf00000 - 0xffffef Open bus??? (the ROM appears to be accessing here)
|
||||||
0xfffff0 - 0xffffff Auto Vector
|
0xfffff0 - 0xffffff Auto Vector
|
||||||
|
|
||||||
Interrupts:
|
Interrupts:
|
||||||
@ -37,6 +37,9 @@
|
|||||||
PB_EXT (DCDB) from mouse Y circuitry
|
PB_EXT (DCDB) from mouse Y circuitry
|
||||||
PA_EXT (DCDA) from mouse X circuitry
|
PA_EXT (DCDA) from mouse X circuitry
|
||||||
|
|
||||||
|
The MC68000's FC outputs are not used even for autovectoring. The
|
||||||
|
VIA's address range is overdecoded to generate VPA for both.
|
||||||
|
|
||||||
SCC Init:
|
SCC Init:
|
||||||
|
|
||||||
Control B:
|
Control B:
|
||||||
|
Loading…
Reference in New Issue
Block a user