Update README.md for version 5

This commit is contained in:
wavemotion-dave 2024-03-07 08:14:58 -05:00 committed by GitHub
parent 887ed95d09
commit a1368c4b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ Intellivision games come in two main formats: .bin+cfg and .rom formats.
A flat-binary (.bin) may or may not have an associated .cfg file to help describe where to load it in memory. If no .cfg file is found, the Nintellivision internal database (with over 200 games known) will try to load it automatically.
Nintellivision emulator also supports the .int extension which can be either a .bin or a .rom format file. As of version 4.7b, the emulator will look at the first byte of the file to determine if it's a flat-binary (.bin) or a meta-data .rom (the file will start with a 0xA8 byte). This is useful as Twilight Menu only supports auto-launching Nintellvision with .int files.
Nintellivision emulator also supports the .int extension which can be either a .bin or a .rom format file. As of version 4.8, the emulator will look at the first byte of the file to determine if it's a flat-binary (.bin) or a meta-data .rom (the file will start with a 0xA8 byte). This is useful as Twilight Menu only supports auto-launching Nintellvision with .int files.
Controller Types :
-----------------------