BizHawk/waterbox/ngp/rtc.h

12 lines
111 B
C++

#ifndef __NGP_RTC_H
#define __NGP_RTC_H
namespace MDFN_IEN_NGP
{
uint8 rtc_read8(uint32 address);
}
#endif