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" );