|
|
EXTSYM ConvertJoyMap,ConvertJoyMap1,ConvertJoyMap2,printhex,InitSPC | EXTSYM ConvertJoyMap,ConvertJoyMap1,ConvertJoyMap2,printhex,InitSPC |
EXTSYM StartUp,PrintStr,WaitForKey,PrintChar,ZFileSystemInit | EXTSYM StartUp,PrintStr,WaitForKey,PrintChar,ZFileSystemInit |
EXTSYM SPCDisable,SystemInit,allocmem | EXTSYM SPCDisable,SystemInit,allocmem |
EXTSYM FPSOn,FPSAtStart,cfgsoundon,FirstTimeData |
EXTSYM FPSOn,FPSAtStart,cfgsoundon |
EXTSYM xa | EXTSYM xa |
EXTSYM SBPort,SBInt,SBIrq,SBDMA,SBDMAPage,SBHDMAPage,getenv,vibracard | EXTSYM SBPort,SBInt,SBIrq,SBDMA,SBDMAPage,SBHDMAPage,getenv,vibracard |
EXTSYM ram7fa,wramdataa | EXTSYM ram7fa,wramdataa |
|
|
| |
cld ;clear direction flag | cld ;clear direction flag |
| |
%ifndef __MSDOS__ |
|
cmp byte[FirstTimeData],1 |
|
je .nofirsttime |
|
mov byte[soundon],1 |
|
mov byte[cfgsoundon],1 |
|
.nofirsttime |
|
%endif |
|
|
|
call setnoise | call setnoise |
call InitSPC | call InitSPC |
call allocmem ;allocate memory | call allocmem ;allocate memory |
|
|
db 'ZSNES v',ZVERSION,' (c) 1997-2002, ZSNES Team (zsKnight & _Demo_)',13,10,13,10 | db 'ZSNES v',ZVERSION,' (c) 1997-2002, ZSNES Team (zsKnight & _Demo_)',13,10,13,10 |
db 'Be sure to check http://www.zsnes.com/ for the latest version.',13,10 | db 'Be sure to check http://www.zsnes.com/ for the latest version.',13,10 |
db 'Please report crashes to zsnes-devel@lists.sourceforge.net.',13,10,13,10 | db 'Please report crashes to zsnes-devel@lists.sourceforge.net.',13,10,13,10 |
db ' Main Coders : zsKnight, _Demo_, and pagefault',13,10 |
db 'ZSNES is written by the ZSNES Team (See AUTHORS.TXT)',13,10 |
db ' Assistant Coders : Pharos, teuf, theoddone33, and stainless',13,10,13,10 |
|
db 'ZSNES comes with ABSOLUTELY NO WARRANTY. This is free software,',10,13 | db 'ZSNES comes with ABSOLUTELY NO WARRANTY. This is free software,',10,13 |
db 'and you are welcome to redistribute it under certain conditions;',10,13 | db 'and you are welcome to redistribute it under certain conditions;',10,13 |
%ifdef __LINUX__ | %ifdef __LINUX__ |