Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ This structure makes it easy to integrate the emulator into larger applications
- link:opcodes.html[Chip8 Opcodes: Overview and API Design]
- link:operands.html[Chip8 Instruction Operands: Design and Extensibility]
- link:operations.html[The `SupportsChip8Ops` Concept]
- link:core.html[Core Emulator API Reference]
- link:chip8_emu.html[Chip8 Emulator Overview and Design Principles]
2 changes: 1 addition & 1 deletion docs/instruction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ This design keeps the codebase clean, maintainable, and easy to extend for futur
- link:opcodes.html[Chip8 Opcodes: Overview and API Design]
- link:operands.html[Chip8 Instruction Operands: Design and Extensibility]
- link:operations.html[The `SupportsChip8Ops` Concept]
- link:chip8_emu.html[Chip8 Emulator Overview and Design Principles]
- link:core.html[Core Emulator API Reference]