pad_bios_init_start: annotate bios codes.

This commit is contained in:
ed
2026-08-08 13:32:25 -04:00
parent 773aa44013
commit 917b764d95
6 changed files with 26 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifdef INTELLISENSE_DIRECTIVES
# pragma once
#endif
enum {
bios_init_pad_2 = 0x12,
bios_start_pad_2 = 0x13,
bios_flushcache = 0x44,
bios_table_addr = 0xA0,
bios_btable_addr = 0xB0,
};
enum {
bios_pad_buffer_size = 0x22,
};