chore: code cleanup

This commit is contained in:
2022-01-07 20:00:42 -04:00
parent 910745f442
commit 568c374131
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;