From 8fdf49b8e53fd3063ccc2eb51c49c3b6e4d073bb Mon Sep 17 00:00:00 2001 From: sik Date: Mon, 22 Jan 2018 19:19:19 -0300 Subject: Echo 1.6 release... kind of a mess, will clean up in further commits I guess --- src-z80/core/vars.z80 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-z80/core/vars.z80') diff --git a/src-z80/core/vars.z80 b/src-z80/core/vars.z80 index 79e4a1d..321d552 100644 --- a/src-z80/core/vars.z80 +++ b/src-z80/core/vars.z80 @@ -9,7 +9,7 @@ RAM_PSGData: ds 4*16 ; PSG envelope data ; ds 3 ... Current address ; ds 3 ... Looping address ; ds 3 ... Start address - ; ds 1 ... Padding + ; ds 1 ... Semitone ($FF if void) ; ds 3 ... BGM instrument address ; ds 1 ... BGM channel volume @@ -45,6 +45,7 @@ RAM_SFXAddress: ds 2 ; Current SFX address RAM_SFXLoopPoint: ds 3 ; SFX loop point RAM_Paused: ds 1 ; Set if BGM stream is paused +RAM_Mono: ds 1 ; Set if panning is disabled RAM_PCMBank1: db 1 ; (not implemented yet) RAM_PCMAddr1: dw 1 ; (not implemented yet) -- cgit v1.2.3