Added mouse article

This commit is contained in:
Ilia Sharin 2026-06-15 13:30:24 -04:00
parent aa72007e48
commit ff69a14a36
5 changed files with 721 additions and 4 deletions

View file

@ -704,8 +704,8 @@ Emulators are more forgiving of timing violations. Your patch may have altered c
- [Ghidra Setup](../ghidra_setup.md) — Ghidra + ghidra-amiga extension configuration
- [Anti-Debugging](../anti_debugging.md) — Trace vector abuse, NMI defeat, checksum loops
- [WHDLoad Architecture](../whdload_architecture.md) — Slave authoring and snooping
- [Copper Programming](../../08_graphics/copper_programming.md) — Copper list format
- [Blitter Programming](../../08_graphics/blitter_programming.md) — Blitter register sequences
- [Copper Programming](../../08_graphics/copper/copper_programming.md) — Copper list format
- [Blitter Programming](../../08_graphics/blitter/blitter_programming.md) — Blitter register sequences
- [Paula Audio](../../01_hardware/ocs_a500/paula_audio.md) — Audio DMA registers
- *Amiga Hardware Reference Manual* — Custom chip register reference
- *M68000 Programmer's Reference Manual* — Instruction set and cycle timing

View file

@ -916,8 +916,8 @@ Before 1990, there were few practical alternatives to assembly for Amiga softwar
- [api_call_identification.md](api_call_identification.md) — Library call recognition
- [exe_crunchers.md](../../03_loader_and_exec_format/exe_crunchers.md) — Decruncher identification and unpacking
- [code_vs_data_disambiguation.md](code_vs_data_disambiguation.md) — distinguishing code bytes from data/variables
- [copper_programming.md](../../08_graphics/copper_programming.md) — Copper list format and programming
- [blitter_programming.md](../../08_graphics/blitter_programming.md) — Blitter operation reference
- [copper_programming.md](../../08_graphics/copper/copper_programming.md) — Copper list format and programming
- [blitter_programming.md](../../08_graphics/blitter/blitter_programming.md) — Blitter operation reference
- [paula_audio.md](../../01_hardware/ocs_a500/paula_audio.md) — Audio hardware register reference
- [custom_registers.md](../../01_hardware/ocs_a500/custom_registers.md) — Complete custom chip register map
- *M68000 Family Programmer's Reference Manual* — Instruction set and timing