From 5a9ee8f7fe4bf24bf19038d1edcaa5b3f1a238bb Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 15 Jan 2009 23:21:44 +0000 Subject: [PATCH] Damn, will these last minute changes never end? git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1626 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/docs/debugger.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/docs/debugger.html b/stella/docs/debugger.html index 1fe074e01..a5494c169 100644 --- a/stella/docs/debugger.html +++ b/stella/docs/debugger.html @@ -462,8 +462,8 @@ Stella debugger.

_reset !(*SWCHB & $02) Game Reset pressed _color *SWCHB & $08 Color/BW set to Color _bw !(*SWCHB & $08) Color/BW set to BW - _diff0b !(*SWCHB & $40) Right difficulty set to B (easy) - _diff0a *SWCHB & $40 Right difficulty set to A (hard) + _diff0b !(*SWCHB & $40) Left difficulty set to B (easy) + _diff0a *SWCHB & $40 Left difficulty set to A (hard) _diff1b !(*SWCHB & $80) Right difficulty set to B (easy) _diff1a *SWCHB & $80 Right difficulty set to A (hard)