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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user