From 97490e75d32db5abe0244d78d9bdbf87bfe27255 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 21 Jan 2012 13:14:48 +0000 Subject: [PATCH] Updated documentation and UI for FA2 bankswitch scheme. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2362 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- docs/index.html | 1 + src/gui/GameInfoDialog.cxx | 1 + src/gui/GlobalPropsDialog.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index b1dda0c4b..5276022de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3094,6 +3094,7 @@ Ms Pac-Man (Stella extended codes): F8 8K Atari F8SC 8K Atari + ram FA CBS RAM Plus + FA2 CBS RAM Plus 24K FE 8K Decathlon MC ¹²C. Wilkson Megacart SB 128-256k SUPERbanking diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index bf7070e52..63d36ebf7 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -164,6 +164,7 @@ GameInfoDialog::GameInfoDialog( items.push_back("F8 (8K Atari)", "F8" ); items.push_back("F8SC (8K Atari + ram)", "F8SC" ); items.push_back("FA (CBS RAM Plus)", "FA" ); + items.push_back("FA2 (CBS RAM Plus 24K)", "FA2" ); items.push_back("FE (8K Decathlon)", "FE" ); items.push_back("MC (C. Wilkson Megacart)", "MC" ); items.push_back("SB (128-256K SUPERbank)", "SB" ); diff --git a/src/gui/GlobalPropsDialog.cxx b/src/gui/GlobalPropsDialog.cxx index 0adfa9ab6..526b37804 100644 --- a/src/gui/GlobalPropsDialog.cxx +++ b/src/gui/GlobalPropsDialog.cxx @@ -94,6 +94,7 @@ GlobalPropsDialog:: items.push_back("F8 (8K Atari)", "F8" ); items.push_back("F8SC (8K Atari + ram)", "F8SC" ); items.push_back("FA (CBS RAM Plus)", "FA" ); + items.push_back("FA2 (CBS RAM Plus 24K)", "FA2" ); items.push_back("FE (8K Decathlon)", "FE" ); items.push_back("MC (C. Wilkson Megacart)", "MC" ); items.push_back("SB (128-256K SUPERbank)", "SB" );