Commit 181b1b3
Add CD-debug instrumentation: post-auth poll/service dumps
Adds one-shot JaguarDumpMemWindow hooks in JaguarExecuteNew() for the
game CD-event poll function ($081220), its flag area ($0008B398), and
the BIOS service routines the game calls into ($00196446 DSP serial
comms, $00194D18 CD-data processing). Also traces writes to the
$0008B398 game flag.
These dumps decoded the post-auth blocker: the BIOS service at $194D18
expects $001AE034 (data-present) and $001AE032 (bytes-remaining) to be
non-zero, kicked by ($001AE00C & 0x2000). Our $0505FA stuff value of
$20010001 lacks bit 13, so the kick path never triggers.
Also adds .iso to libretro core's valid_extensions and headless.py docs.
Co-Authored-By: Claude Opus 4.7 <[email protected]>1 parent e6e696c commit 181b1b3
3 files changed
Lines changed: 53 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
429 | 466 | | |
430 | 467 | | |
431 | 468 | | |
| |||
782 | 819 | | |
783 | 820 | | |
784 | 821 | | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
785 | 835 | | |
786 | 836 | | |
787 | 837 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments