From 74bfb04dd69aeda56fd34bef96d8f7061515b99c Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 10 Jun 2020 10:25:42 -0500 Subject: [PATCH] cmoc: fixed error msgs, threed.c --- index.html | 1 + presets/vectrex/joystick.c | 55 ++++++++++ presets/vectrex/skeleton.cmoc | 20 ++++ presets/vectrex/skeleton.xasm6809 | 47 ++++++++ presets/vectrex/threed.c | 173 ++++++++++++++++++++++++++++++ src/platform/nes.ts | 4 + src/platform/vcs.ts | 2 +- src/platform/vectrex.ts | 2 + src/worker/workermain.ts | 7 +- 9 files changed, 307 insertions(+), 4 deletions(-) create mode 100644 presets/vectrex/joystick.c create mode 100644 presets/vectrex/skeleton.cmoc create mode 100644 presets/vectrex/skeleton.xasm6809 create mode 100644 presets/vectrex/threed.c diff --git a/index.html b/index.html index 923881e9..0e6c0127 100644 --- a/index.html +++ b/index.html @@ -175,6 +175,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
  • Sega Master System
  • Atari 7800
  • +