sms-sg1000 -> sms-sg1000-libcv

This commit is contained in:
Steven Hugg 2018-11-29 17:40:53 -05:00
parent b366ffb1d1
commit d8c1f27902
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,