Keep the scrollbar position in accordance of the M68K PC pointer
[clinton/Virtual-Jaguar-Rx.git] / src / jagbios.h
... / ...
CommitLineData
1#ifndef __JAGBIOS_H__
2#define __JAGBIOS_H__
3
4#include <stdint.h>
5
6extern uint8_t jaguarBootROM[];
7
8#endif // __JAGBIOS_H__