/** @file gb/sgb.h
    Super Gameboy definitions.
*/
#ifndef _SGB_H
#define _SGB_H

/** Return a non-null value if running on Super GameBoy */
UINT8
sgb_check(void);

#endif /* _SGB_H */
