refactor(CMake): remove old CPU implementation from build configuration

- Removed the `old_cpu.cc` file from the CMake build configuration to streamline the project structure and eliminate unused code.
- This change enhances maintainability by focusing on the current CPU implementation.

Benefits:
- Improved clarity and organization of the build system.
- Reduced potential confusion from legacy code.
This commit is contained in:
scawful
2025-10-11 03:27:38 -04:00
parent 9371ce6150
commit 33987aff45

View File

@@ -14,7 +14,6 @@ set(
app/emu/cpu/cpu.cc
app/emu/cpu/internal/addressing.cc
app/emu/cpu/internal/instructions.cc
app/emu/cpu/internal/old_cpu.cc
app/emu/debug/apu_debugger.cc
app/emu/debug/breakpoint_manager.cc
app/emu/debug/disassembly_viewer.cc