From 5735135addad7cccf1dc43fbc94a567bf6be9e44 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sat, 3 Sep 2022 15:00:43 -0500 Subject: [PATCH] atari8: wait/dma events, new kbd --- css/ui.css | 2 ++ index.html | 5 +++-- src/common/baseplatform.ts | 2 -- src/common/devices.ts | 19 +++++++++++++++++++ src/common/emu.ts | 15 +++++---------- src/common/probe.ts | 20 ++++++++++++++++---- src/ide/views/debugviews.ts | 9 ++++++++- src/machine/atari7800.ts | 7 ++++--- src/machine/atari8.ts | 22 +++++++++++++--------- src/machine/chips/antic.ts | 14 +++++++++++--- src/machine/chips/gtia.ts | 1 + src/platform/vcs.ts | 2 +- test/cli/testplatforms.js | 8 ++++---- 13 files changed, 87 insertions(+), 39 deletions(-) diff --git a/css/ui.css b/css/ui.css index f3a42d94..3bf92020 100644 --- a/css/ui.css +++ b/css/ui.css @@ -591,6 +591,8 @@ div.asset_toolbar { } .control-def { color: #ccc; + white-space: nowrap; + line-height:2em; } .book-title { font-size:12pt; diff --git a/index.html b/index.html index af1cd267..b47dc084 100644 --- a/index.html +++ b/index.html @@ -373,8 +373,9 @@ if (window.location.host.endsWith('8bitworkshop.com')) {