We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c9844 commit 6fd1a90Copy full SHA for 6fd1a90
acia/acia.cpp
@@ -122,19 +122,18 @@ extern "C"
122
CartMenuCallback = context->add_menu_item;
123
AssertInt = context->assert_interrupt;
124
strcpy(IniFile, configuration_path);
125
-
126
LoadConfig();
+ BuildCartridgeMenu();
127
LoadExtRom("RS232.ROM");
128
sc6551_init();
129
}
130
+
131
__declspec(dllexport) void PakTerminate()
132
{
133
CloseCartDialog(g_hDlg);
134
sc6551_close();
135
AciaStat[0]='\0';
136
137
138
139
140
//-----------------------------------------------------------------------
0 commit comments