1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00

download ROM image

This commit is contained in:
Steven Hugg 2017-02-02 14:11:52 -05:00
parent e68c901c3f
commit 41daf862d6

View File

@ -28,8 +28,8 @@ var PLATFORM_PARAMS = {
'vector-z80': {
code_start: 0x0,
code_size: 0x4000,
data_start: 0x4000,
data_size: 0x3000,
data_start: 0x6000,
data_size: 0x1000,
},
};