getting floating point stuff now

This commit is contained in:
2026-05-18 12:06:03 +02:00
parent b13161f9c2
commit aeb5094b05
8 changed files with 77 additions and 36 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ void video_interface::write32(ircolib::u32 addr, ircolib::u32 value) {
bboi.raw = value;
break;
case 0x1c:
tfbl.raw = value;
tfbl.raw = value & 0x1ffffe00;
break;
case 0x24:
bfbl.raw = value;
bfbl.raw = value & 0x10fffe00;
break;
case 0x4c:
case 0x50: