Skip to content

Commit 302cd10

Browse files
committed
Set up standard BASIC icon to launch with blank disk attached in persist mode, so remembers between sessions.
1 parent 2754c10 commit 302cd10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/emu/jvic/HomeScreen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ private AppConfigItem buildBasicAppConfigItem() {
190190
basicAppConfigItem.setIconPath("screenshots/B/Basic/Basic.png");
191191
basicAppConfigItem.setMachineType("PAL");
192192
basicAppConfigItem.setRam("RAM_UNEXPANDED");
193+
basicAppConfigItem.setDiskWrite("persist");
193194
return basicAppConfigItem;
194195
}
195196

0 commit comments

Comments
 (0)