Skip to content

Commit

Permalink
ram size adjusted to 4x8k
Browse files Browse the repository at this point in the history
  • Loading branch information
bienata committed Nov 18, 2017
1 parent 903a3b4 commit 60f24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoboard9.inc
Expand Up @@ -16,7 +16,7 @@ ROM_BEGIN .eq $E000
ROM_END .eq $FFFF

RAM_BEGIN .eq $0000
RAM_END .eq RAM_BEGIN+1*8192
RAM_END .eq RAM_BEGIN+4*8192
;
SYSTEM_STACK .eq RAM_END-1 ; for procedures calls
USER_STACK .eq SYSTEM_STACK-1-512 ; for user data
Expand Down

0 comments on commit 60f24c1

Please sign in to comment.