/* * Apple // emulator for *nix * * This software package is subject to the GNU General Public License * version 2 or later (your choice) as published by the Free Software * Foundation. * * THERE ARE NO WARRANTIES WHATSOEVER. * */ #include "testcommon.h" #ifdef HAVE_OPENSSL #include #else #error "these tests require OpenSSL libraries" #endif static bool test_do_reboot = true; static void testdisplay_setup(void *arg) { test_common_setup(); apple_ii_64k[0][MIXSWITCH_ADDR] = 0x00; apple_ii_64k[0][WATCHPOINT_ADDR] = 0x00; joy_button0 = 0xff; // OpenApple if (test_do_reboot) { cpu65_interrupt(ResetSig); } } static void testdisplay_teardown(void *arg) { } static void sha1_to_str(const uint8_t * const md, char *buf) { int i=0; for (int j=0; j