1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-03 19:29:32 +00:00

Merge branch 'master' of github.com:sehugg/8bitworkshop

This commit is contained in:
Steven Hugg 2018-11-29 18:44:00 -05:00
commit 002e8e2447
19 changed files with 2 additions and 2 deletions

View File

@ -206,4 +206,4 @@ const _SG1000Platform = function(mainElement) {
///
PLATFORMS['sms-sg1000'] = _SG1000Platform;
PLATFORMS['sms-sg1000-libcv'] = _SG1000Platform;

View File

@ -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,