Fixed ROM paging

master
Marco Maccaferri 2020-06-09 11:56:20 +02:00
rodzic f70ae8040e
commit ef80cbdf23
4 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -659,6 +659,7 @@ PROCESSSECTORS
; 0 = SIO A, 1 = SIO B
LD A, (PRIMARYIO)
PUSH AF
LD HL, (0FFFEH)
JP (HL)

Wyświetl plik

@ -87,7 +87,7 @@ public class Emulator {
String s2 = preferences.getRomImage2();
if ((s1 == null || "".equals(s1)) && (s2 == null || "".equals(s2))) {
InputStream is = Emulator.class.getResourceAsStream("rom.bin");
InputStream is = Emulator.class.getResourceAsStream("ROM.BIN");
byte[] rom = new byte[is.available()];
is.read(rom);
is.close();

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.