Search results
Launch emulators from command-line
Score: 179.08 %,
Type: Forum topic , Comments: 19 comments
In the C-BIOS 0.29 package In the C-BIOS 0.29 package there are:
- cbios_basic.rom
- ...
ROM starting in page 0 or 3?
Score: 178.71 %,
Type: Forum topic , Comments: 18 comments
with the first statement:
- Plain rom start at 0x0000
- Plain rom start at 0xC000
- Plain 16kB page 0
- ... sense because Case 1 makes sense because you may have data in page 0 and still an AB magic in page ... in OpenMSX, I found 4 that seem incompatible with the first statement:
- Plain rom start at 0x0000
- Plain ...
How are the values of EXPTBL initialized?
Score: 178.62 %,
Type: Forum topic , Comments: 9 comments
register. Whatever value in RAM or ROM at 0FFFFH in any of the expanded slots can not be accessed, ... if the slot is expanded:
ld hl,0FFFFH
ld (hl),0F0H
ld a,(hl) ... nope,
So 0F0H is written first and checked if 00FH is read back (so inverted)
Next 000H is written ...
