diff options
Diffstat (limited to 'src/devices/bus/pofo/ccm.h')
-rw-r--r-- | src/devices/bus/pofo/ccm.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/devices/bus/pofo/ccm.h b/src/devices/bus/pofo/ccm.h index f8387326207..4f8f87c873f 100644 --- a/src/devices/bus/pofo/ccm.h +++ b/src/devices/bus/pofo/ccm.h @@ -6,6 +6,41 @@ ********************************************************************** + Pin COMMON RAM OPTROM Mask ROM + 32k 64k 128k + 1 A16 + 2 A15 + 3 VBB VPP NC VPP NC + 4 A12 + 5 A7 + 6 A6 + 7 A5 + 8 A4 + 9 A3 + 10 A2 + 11 A1 + 12 A0 + 13 D0 + 14 D1 + 15 D2 + 16 GND + 17 D3 + 18 D4 + 19 D5 + 20 D6 + 21 D7 + 22 CE + 23 A10 + 24 OE OE OE/VPP OE OE + 25 A11 + 26 A9 + 27 A8 + 28 A13 + 29 A14 + 30 WE NC NC PGM NC + 31 VCC + 32 CDET + **********************************************************************/ #pragma once @@ -14,6 +49,7 @@ #define __PORTFOLIO_MEMORY_CARD_SLOT__ #include "emu.h" +#include "softlist_dev.h" |