mirror of
https://github.com/mattrberry/crab.git
synced 2025-02-05 08:45:50 +01:00
stop printing unmapped ppu writes
This commit is contained in:
parent
e753ebe18a
commit
8c66c9200c
1 changed files with 0 additions and 1 deletions
|
@ -455,7 +455,6 @@ class PPU
|
|||
when 0x053 then @bldalpha.value = (@bldalpha.value & 0x00FF) | value.to_u16 << 8
|
||||
when 0x054 then @bldy.value = (@bldy.value & 0xFF00) | value
|
||||
when 0x055 then @bldy.value = (@bldy.value & 0x00FF) | value.to_u16 << 8
|
||||
else puts "Unmapped PPU write ~ addr:#{hex_str io_addr.to_u8}, val:#{value}".colorize(:yellow)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue