chore: format code
This commit is contained in:
parent
26df683cff
commit
fe74f80ddf
@ -6,7 +6,7 @@ use super::ppu::PPU;
|
||||
pub struct Bus {
|
||||
boot: Option<[u8; 256]>, // Boot ROM is 256b long
|
||||
cartridge: Option<Cartridge>,
|
||||
ppu: PPU
|
||||
ppu: PPU,
|
||||
}
|
||||
|
||||
impl Default for Bus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user