1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-15 17:27:22 +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
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_preproc_args: ['-I', '/share/include/coleco'],
extra_link_args: ['-k', '/share/lib/coleco', '-l', 'libcv', '-l', 'libcvu', 'crt0.rel'], extra_link_args: ['-k', '/share/lib/coleco', '-l', 'libcv', '-l', 'libcvu', 'crt0.rel'],
}, },
'sms-sg1000': { 'sms-sg1000-libcv': {
rom_start: 0x0000, rom_start: 0x0000,
code_start: 0x0100, code_start: 0x0100,
rom_size: 0xc000, rom_size: 0xc000,