mirror of
https://github.com/BrianPugh/game-and-watch-patch.git
synced 2025-12-16 07:16:26 +01:00
6 lines
137 B
C
6 lines
137 B
C
#pragma once
|
|
|
|
void (* const stock_Reset_Handler)(void) = 0x0801ad49;
|
|
|
|
gamepad_t (* const stock_read_buttons)(void) = 0x08016808 | THUMB;
|