2023-06-18 22:59:01 -05:00
|
|
|
/*
|
2024-01-01 12:04:09 -06:00
|
|
|
* Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
2023-06-18 22:59:01 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
// stubs for building TeaGBA for PC targets, for purposes of not having to
|
|
|
|
// switch back and forth between builds when editing GBA files
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
void teagba_halt() {}
|
|
|
|
|
|
|
|
void teagba_stop() {}
|
|
|
|
|
|
|
|
void teagba_intrwait(unsigned, unsigned) {}
|
|
|
|
|
|
|
|
void teagba_vblankintrwait() {}
|
|
|
|
|
|
|
|
}
|