mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Hook up rw3 mem size
This commit is contained in:
@@ -404,6 +404,11 @@ SS_CARDTYPE GetCurrentExpansionMemType(void)
|
||||
|
||||
//
|
||||
|
||||
UINT GetRamWorksMemorySize()
|
||||
{
|
||||
return g_uMaxExBanks;
|
||||
}
|
||||
|
||||
void SetRamWorksMemorySize(UINT banks, bool updateRegistry/*=true*/)
|
||||
{
|
||||
_ASSERT(banks <= kMaxExMemoryBanks);
|
||||
|
||||
Reference in New Issue
Block a user