From 89da1c61f55ee776669240b95f60b97ff339c901 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 24 Oct 2020 13:30:32 +0200 Subject: Improved testing --- apps/test.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps') diff --git a/apps/test.c b/apps/test.c index 1cd317f..874136e 100644 --- a/apps/test.c +++ b/apps/test.c @@ -97,6 +97,11 @@ int main() else print("All tests passed\n"); + // Try emulator shutdown + outw(0xB004, 0x2000); + outw(0x604, 0x2000); + outw(0x4004, 0x3400); + loop(); return 0; } -- cgit v1.2.3