vbagx/source/vba/gba/agbprint.h

11 lines
219 B
C
Raw Normal View History

2009-01-10 03:41:39 +01:00
#ifndef AGBPRINT_H
#define AGBPRINT_H
2008-09-23 01:00:10 +02:00
2009-01-10 03:41:39 +01:00
void agbPrintEnable(bool enable);
bool agbPrintIsEnabled();
void agbPrintReset();
bool agbPrintWrite(u32 address, u16 value);
void agbPrintFlush();
2008-09-23 01:00:10 +02:00
2009-01-10 03:41:39 +01:00
#endif // AGBPRINT_H