summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model1.cpp')
-rw-r--r--src/mame/machine/model1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/model1.cpp b/src/mame/machine/model1.cpp
index e14a5676511..eb981a5cce9 100644
--- a/src/mame/machine/model1.cpp
+++ b/src/mame/machine/model1.cpp
@@ -1764,6 +1764,7 @@ void model1_state::machine_start()
} else {
bool is_swa =
!strcmp(machine().system().name, "swa") ||
+ !strcmp(machine().system().name, "swaj") ||
!strcmp(machine().system().name, "wingwar") ||
!strcmp(machine().system().name, "wingwaru") ||
!strcmp(machine().system().name, "wingwarj") ||