Emulator: Change main to become an Inferno application
This commit is contained in:
@@ -78,15 +78,6 @@ void Loader::init()
|
||||
|
||||
Emu::the().writeMemory(i, bootrom[i]);
|
||||
}
|
||||
|
||||
update();
|
||||
}
|
||||
|
||||
void Loader::update()
|
||||
{
|
||||
while (true) {
|
||||
Emu::the().update();
|
||||
}
|
||||
}
|
||||
|
||||
void Loader::destroy()
|
||||
|
||||
Reference in New Issue
Block a user