Remix.run Logo
spwa4 4 hours ago

I wish people would start with a "rom format" for windows games. There's so many old games and no standardized way to run them.

giancarlostoro 4 hours ago | parent | next [-]

You mean ISOs? ;)

draginol 4 hours ago | parent [-]

I think he means where the DOS/config is all set up too. Sort of like a really small VM.

giancarlostoro 3 hours ago | parent [-]

It was a joke, because ISO is a file copy of a CD-ROM disc. ;)

MisterTea 2 hours ago | parent | prev | next [-]

You mean a packaged file that one simply runs? Isn't that the installer?

nehal3m an hour ago | parent [-]

An installer extracts and moves a bunch of files from a blob to the filesystem, writes registry values (on Windows anyway), sets environment variables, sets up services, permissions and a bunch of other things, does it not?

A ROM is a binary blob that some executable accepts as input and interprets, the executable being the emulator, which simulates the target hardware well enough that the ROM's machine code runs as if it were on the original silicon.

trollbridge 4 hours ago | parent | prev [-]

ScummVM has effectively done this.