Compare commits
4 commits
sgxx-custo
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e721e319f1 | ||
|
|
dd2a7f6421 | ||
|
|
74dbf49fee | ||
|
|
555edb9337 |
2 changed files with 2 additions and 5 deletions
|
|
@ -33,9 +33,7 @@ void sync (void) {
|
|||
| (reg[1] &0x08? 0x80: 0x00)
|
||||
| (reg[1] &0x04? 0x100: 0x00)
|
||||
| (reg[1] &0x02? 0x200: 0x00)
|
||||
|((reg[0] &0x30) <<6)
|
||||
|((~reg[1] &0x01) <<12)
|
||||
;
|
||||
|((reg[0] &0x30) <<6);
|
||||
break;
|
||||
case 4: /* Different arrangement of register 1, PRG A20-A21 in register 0 */
|
||||
prgMaskGNROM = (reg[3] &0x10? (reg[1] &0x02? 0x03: 0x01): 0x00);
|
||||
|
|
|
|||
|
|
@ -119,8 +119,7 @@ void sync () {
|
|||
break;
|
||||
|
||||
default: // Standard VT4FFx platform
|
||||
OR = ((OneBus::reg4100[0x39] & 0x02) ? 0x0800 : 0x0000) |
|
||||
((OneBus::reg4100[0x39] & 0x01) ? 0x1000 : 0x0000); // Custom PCB design
|
||||
OR = ((OneBus::reg4100[0x39] & 0x02) ? 0x0800 : 0x0000);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue