rom-properties/xdg
David Korth 13a95183eb [libromdata] Intellivision: Initial Intellivision ROM image parser.
There's a bit of weirdness with Intellivision due to its unusual word
size. The General Instrument CP1610 is a 16-bit CPU, but uses 10-bit
opcodes. Because of this, Mattel used 10-bit ROMs. Some of the fields
in the ROM header use 16-bit addresses, split up into two 10-bit words.
The ROM file uses 16-bit big-endian for words, so in order to decode
these addresses, we have to take two 16-bit big-endian values, read
the low 8 bits of each, and combine it into a 16-bit value.

NOTE: ROM images must have a .int or .itv file extension, since the
Intellivision ROM header doesn't have a magic number.
2024-03-02 16:47:14 -05:00
..
CMakeLists.txt [xdg] CMakeLists.txt: Fix installation of rp-config.desktop. 2022-10-19 20:44:08 -04:00
com.gerbilsoft.rom-properties.metainfo.xml [xdg] metainfo: Add recommends/supports for Internet access. 2023-08-02 00:57:43 -04:00
mime.no-thumbnail.types [libromdata] Intellivision: Initial Intellivision ROM image parser. 2024-03-02 16:47:14 -05:00
mime.thumbnail.types [libromdata] DpfReader: Initial reader class for GameCube DPF and Wii RPF files. 2024-02-26 18:20:08 -05:00
rom-properties.xml [libromdata] Intellivision: Initial Intellivision ROM image parser. 2024-03-02 16:47:14 -05:00
rp-config.desktop [xdg] rp-config.desktop: Only show in the "Settings" category, not "System". 2023-07-18 18:53:28 -04:00