Implement support for building on Linux. Hopefully doesn't break Windows/macOS

This commit is contained in:
2025-08-29 13:09:24 -04:00
parent a9357b924d
commit e3af26a508
2 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#ifndef BUS_H
#define BUS_H
#include <algorithm>
#include <cstdint>
#include <vector>
// Memory Bus - handles memory mapping