mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
download ROM image
This commit is contained in:
parent
e68c901c3f
commit
41daf862d6
@ -28,8 +28,8 @@ var PLATFORM_PARAMS = {
|
|||||||
'vector-z80': {
|
'vector-z80': {
|
||||||
code_start: 0x0,
|
code_start: 0x0,
|
||||||
code_size: 0x4000,
|
code_size: 0x4000,
|
||||||
data_start: 0x4000,
|
data_start: 0x6000,
|
||||||
data_size: 0x3000,
|
data_size: 0x1000,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user