mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Merge pull request #5243 from clawgrip/patch-16
o2.cpp: Add notes about the O2 Keyboard MCU (Zilog "RT101+228A") [Sea…
This commit is contained in:
commit
686fff3c37
@ -13,6 +13,11 @@
|
|||||||
1fc00000 - 1fc7ffff Boot ROM
|
1fc00000 - 1fc7ffff Boot ROM
|
||||||
40000000 - 7fffffff RAM
|
40000000 - 7fffffff RAM
|
||||||
|
|
||||||
|
NOTE: The default Sgi O2 Keyboard (Model No. RT6856T, Part No. 121472-101-B,
|
||||||
|
Sgi No. 062-0002-001) has a Zilog "RT101+228A" MCU, which is really a
|
||||||
|
Zilog Z8615 (a Z8-based PC keyboard controller) with 4K ROM (undumped).
|
||||||
|
It might have a custom ROM, since it had special marking.
|
||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user