chore: code cleanup

This commit is contained in:
2022-10-21 05:11:50 -03:00
parent 880546468c
commit 036b861b05
12 changed files with 25 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
const std = @import("std");
const Scheduler = @import("scheduler.zig").Scheduler;
const Io = @import("bus/io.zig").Io;
const Bios = @import("bus/Bios.zig");
const GamePak = @import("bus/GamePak.zig");
const Io = @import("bus/io.zig").Io;
const Ppu = @import("ppu.zig").Ppu;
const Scheduler = @import("scheduler.zig").Scheduler;
const Allocator = std.mem.Allocator;