|
|
|
|
|
by khedoros1
499 days ago
|
|
In the classic cartridge systems, you plug in the cartridge, and the data is directly accessible on the bus of the system. Some milliseconds to initialize hardware, and the game can start. What they're doing here is dumping the cartridge, and loading it into an emulator. That, and probably the boot of whatever OS the device is running, is the "load time" for the game. |
|