diff options
author | 2019-08-13 03:43:39 +0200 | |
---|---|---|
committer | 2019-08-13 03:43:39 +0200 | |
commit | 920d964b16da6f387ebc5edd4de8e121e0c9068c (patch) | |
tree | 80613dee9d6b739c4ae7da3fd8d36e708cb52b06 /src/devices/bus/pce/pce_slot.h | |
parent | 902c4589e9d4bd458c8a500133e2b7ba112dd511 (diff) |
pce.cpp: add support for Tennokoe Bank extended Backup RAM [Angelo Salese]
Diffstat (limited to 'src/devices/bus/pce/pce_slot.h')
-rw-r--r-- | src/devices/bus/pce/pce_slot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/pce/pce_slot.h b/src/devices/bus/pce/pce_slot.h index add982a534b..53d690cc4ce 100644 --- a/src/devices/bus/pce/pce_slot.h +++ b/src/devices/bus/pce/pce_slot.h @@ -20,7 +20,8 @@ enum PCE_CDSYS3J, PCE_CDSYS3U, PCE_POPULOUS, - PCE_SF2 + PCE_SF2, + PCE_TENNOKOE }; |