mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-10 16:29:48 +00:00
Merge branch 'master' of github.com:sehugg/8bitworkshop
This commit is contained in:
commit
002e8e2447
@ -206,4 +206,4 @@ const _SG1000Platform = function(mainElement) {
|
||||
|
||||
///
|
||||
|
||||
PLATFORMS['sms-sg1000'] = _SG1000Platform;
|
||||
PLATFORMS['sms-sg1000-libcv'] = _SG1000Platform;
|
||||
|
@ -104,7 +104,7 @@ var PLATFORM_PARAMS = {
|
||||
extra_preproc_args: ['-I', '/share/include/coleco'],
|
||||
extra_link_args: ['-k', '/share/lib/coleco', '-l', 'libcv', '-l', 'libcvu', 'crt0.rel'],
|
||||
},
|
||||
'sms-sg1000': {
|
||||
'sms-sg1000-libcv': {
|
||||
rom_start: 0x0000,
|
||||
code_start: 0x0100,
|
||||
rom_size: 0xc000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user