dreamcast/regs/gdrom.csv
Zack Buhman 10d17d3c98 example: add gdrom_iso9660
This combines my iso9660 parsing code, with all of the prior gdrom packet
interface / command code.

The example, on real Dreamcast hardware, displays the first 2048 bytes [1] of every
file in the root directory on the serial console.

[1] or the size of the file, whichever is smaller
2024-02-27 00:28:39 +08:00

15 lines
437 B
CSV

"address","size","name","r/w","description"
"0018","1","alternate_status","R",
"0018","1","device_control","W",
"0080","2","data","RW",
"0084","1","error","R",
"0084","1","features","W",
"0088","1","interrupt_reason","R",
"0088","1","sector_count","W",
"008C","1","sector_number","R",
"0090","1","byte_count_low","RW",
"0094","1","byte_count_high","RW",
"0098","1","drive_select","RW",
"009C","1","status","R",
"009C","1","command","W",