Keybindings UI is displayed based on the option used (--debugger, -- alpine)
[clinton/Virtual-Jaguar-Rx.git] / src / jagstub1bios.h
... / ...
CommitLineData
1#ifndef __JAGSTUB1BIOS_H__
2#define __JAGSTUB1BIOS_H__
3
4#include <stdint.h>
5
6extern uint8_t jaguarDevBootROM1[];
7
8#endif // __JAGSTUB1BIOS_H__