mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 15:15:43 +00:00
28 lines
559 B
C
28 lines
559 B
C
#ifndef TESTS_H
|
|
#define TESTS_H
|
|
|
|
#include "testSuite.h"
|
|
|
|
var testButtonInput();
|
|
var listDataRegisters();
|
|
var listRegisterFunctions();
|
|
var listRegisterDirections();
|
|
var checkSpi2EnableBitDelay();
|
|
var tstat1GetSemaphoreLockOrder();
|
|
var ads7846Read();
|
|
var ads7846ReadOsVersion();
|
|
var getClk32Frequency();
|
|
var getDeviceInfo();
|
|
var getCpuInfo();
|
|
var getInterruptInfo();
|
|
var getIcrInversion();
|
|
var doesIsrClearChangePinValue();
|
|
var toggleBacklight();
|
|
var toggleMotor();
|
|
var toggleAlarmLed();
|
|
var watchPenIrq();
|
|
var getPenPosition();
|
|
var playConstantTone();
|
|
|
|
#endif
|