From 856fd58549e5bf50e800a665f9deb27d967df2fb Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 24 Oct 2025 12:58:52 +0200 Subject: checkpoint --- src/code/reference_decoder/sim86.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/code/reference_decoder/sim86.h (limited to 'src/code/reference_decoder/sim86.h') diff --git a/src/code/reference_decoder/sim86.h b/src/code/reference_decoder/sim86.h deleted file mode 100644 index b065a0e..0000000 --- a/src/code/reference_decoder/sim86.h +++ /dev/null @@ -1,27 +0,0 @@ -/* ======================================================================== - - (C) Copyright 2023 by Molly Rocket, Inc., All Rights Reserved. - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Please see https://computerenhance.com for more information - - ======================================================================== */ - -typedef char unsigned u8; -typedef short unsigned u16; -typedef int unsigned u32; -typedef long long unsigned u64; - -typedef char s8; -typedef short s16; -typedef int s32; -typedef long long s64; - -typedef s32 b32; - -#define ArrayCount(Array) (sizeof(Array) / sizeof((Array)[0])) - -static u32 const SIM86_VERSION = 4; -- cgit v1.2.3-70-g09d2