├── BootDreams.exe ├── BootDreams.nsi ├── BootDreams.vbp ├── BootDreams.vbw ├── README.md ├── cdda └── audio.raw ├── frmAssociation.frm ├── frmAssociation.frx ├── frmDummySize.frm ├── frmMain.frm ├── frmMain.frx ├── frmSelectCDBurner.frm ├── frmSelectCDBurner.frx ├── frmSelectCDDATracks.frm ├── frmSelectCDDATracks.frx ├── frmSelectMRLogo.frm ├── frmSelectMRLogo.frx ├── frmSelectMainBinary.frm ├── frmSelectMainBinary.frx ├── help ├── Acknowledgement.htm ├── Alcohol 120.htm ├── BootDreams Help.wcp ├── BootDreams.htm ├── CD images.htm ├── CDDA.htm ├── CDRecord.htm ├── ChangeLog.htm ├── DiscJuggler images.htm ├── Dummy files.htm ├── Extra Features.htm ├── GUI Items.htm ├── General Support.htm ├── MR logos.htm ├── Menu Items.htm ├── Nero images.htm ├── pic01.png ├── pic02.png ├── pic03.png ├── pic04.png ├── pic05.png ├── pic06.png ├── pic07.png ├── pic08.png ├── pic09.png ├── pic10.png └── pic11.png ├── icons ├── 105_59.ico ├── Alcohol_MAINICON.ico ├── Alcohol_MAINICON_grey.ico ├── Dj.ico ├── Dj_grey.ico ├── Thumbs.db ├── browse.gif ├── cdimage_burn.ico ├── cdimage_burn_grey.ico ├── cdrecord.ico ├── cdrecord_grey.ico ├── dj.res ├── down.gif ├── inducer.ico ├── left.gif ├── main.ico ├── nero_2.ico ├── nero_2_grey.ico ├── process.gif ├── right.gif └── up.gif ├── iplogos ├── BootDreams.mr ├── Consolevision.mr ├── Consolevision_old.mr ├── DCEmulation.mr ├── TitanStudios.mr ├── bleem.mr ├── kos.mr ├── kos2.mr ├── neogeocd.mr ├── nes.mr ├── old_bd.mr ├── old_new_bd.mr ├── quake.mr ├── sega.mr ├── stella.mr └── wince.mr ├── modAssociate.bas ├── modCDburn.bas ├── modCDimage.bas ├── modCheckVersion.bas ├── modCommonDialog.bas ├── modDummyFile.bas ├── modIP.bas ├── modISOHeader.bas ├── modMainBinary.bas ├── modPrevInst.bas ├── modPubDeclares.bas ├── modPubFunctions.bas ├── modSortFile.bas └── tools ├── IP.TMPL ├── audio.raw ├── blank.bat ├── cdi2nero.exe ├── cdi4dc.exe ├── cdiinfo.bat ├── cdirip.bat ├── cdirip.exe ├── cdrecord.exe ├── cygwin1.dll ├── lbacalc.exe ├── libmp3lame-0.dll ├── libogg-0.dll ├── libvorbis-0.dll ├── libvorbisenc-2.dll ├── libvorbisfile-3.dll ├── mds4dc.exe ├── minfo.bat ├── mkisofs.exe ├── msinfo.bat ├── newfile.exe ├── pipe.bat ├── scanbus.bat ├── scramble.exe ├── settings.ini ├── sh-elf-objcopy.exe ├── sox.exe └── wnaspi32.dll /BootDreams.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/BootDreams.exe -------------------------------------------------------------------------------- /BootDreams.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/BootDreams.nsi -------------------------------------------------------------------------------- /BootDreams.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/BootDreams.vbp -------------------------------------------------------------------------------- /BootDreams.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/BootDreams.vbw -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/README.md -------------------------------------------------------------------------------- /cdda/audio.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/cdda/audio.raw -------------------------------------------------------------------------------- /frmAssociation.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmAssociation.frm -------------------------------------------------------------------------------- /frmAssociation.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmAssociation.frx -------------------------------------------------------------------------------- /frmDummySize.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmDummySize.frm -------------------------------------------------------------------------------- /frmMain.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmMain.frm -------------------------------------------------------------------------------- /frmMain.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmMain.frx -------------------------------------------------------------------------------- /frmSelectCDBurner.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectCDBurner.frm -------------------------------------------------------------------------------- /frmSelectCDBurner.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectCDBurner.frx -------------------------------------------------------------------------------- /frmSelectCDDATracks.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectCDDATracks.frm -------------------------------------------------------------------------------- /frmSelectCDDATracks.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectCDDATracks.frx -------------------------------------------------------------------------------- /frmSelectMRLogo.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectMRLogo.frm -------------------------------------------------------------------------------- /frmSelectMRLogo.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectMRLogo.frx -------------------------------------------------------------------------------- /frmSelectMainBinary.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectMainBinary.frm -------------------------------------------------------------------------------- /frmSelectMainBinary.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/frmSelectMainBinary.frx -------------------------------------------------------------------------------- /help/Acknowledgement.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Acknowledgement.htm -------------------------------------------------------------------------------- /help/Alcohol 120.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Alcohol 120.htm -------------------------------------------------------------------------------- /help/BootDreams Help.wcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/BootDreams Help.wcp -------------------------------------------------------------------------------- /help/BootDreams.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/BootDreams.htm -------------------------------------------------------------------------------- /help/CD images.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/CD images.htm -------------------------------------------------------------------------------- /help/CDDA.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/CDDA.htm -------------------------------------------------------------------------------- /help/CDRecord.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/CDRecord.htm -------------------------------------------------------------------------------- /help/ChangeLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/ChangeLog.htm -------------------------------------------------------------------------------- /help/DiscJuggler images.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/DiscJuggler images.htm -------------------------------------------------------------------------------- /help/Dummy files.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Dummy files.htm -------------------------------------------------------------------------------- /help/Extra Features.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Extra Features.htm -------------------------------------------------------------------------------- /help/GUI Items.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/GUI Items.htm -------------------------------------------------------------------------------- /help/General Support.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/General Support.htm -------------------------------------------------------------------------------- /help/MR logos.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/MR logos.htm -------------------------------------------------------------------------------- /help/Menu Items.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Menu Items.htm -------------------------------------------------------------------------------- /help/Nero images.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/Nero images.htm -------------------------------------------------------------------------------- /help/pic01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic01.png -------------------------------------------------------------------------------- /help/pic02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic02.png -------------------------------------------------------------------------------- /help/pic03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic03.png -------------------------------------------------------------------------------- /help/pic04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic04.png -------------------------------------------------------------------------------- /help/pic05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic05.png -------------------------------------------------------------------------------- /help/pic06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic06.png -------------------------------------------------------------------------------- /help/pic07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic07.png -------------------------------------------------------------------------------- /help/pic08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic08.png -------------------------------------------------------------------------------- /help/pic09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic09.png -------------------------------------------------------------------------------- /help/pic10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic10.png -------------------------------------------------------------------------------- /help/pic11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/help/pic11.png -------------------------------------------------------------------------------- /icons/105_59.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/105_59.ico -------------------------------------------------------------------------------- /icons/Alcohol_MAINICON.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/Alcohol_MAINICON.ico -------------------------------------------------------------------------------- /icons/Alcohol_MAINICON_grey.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/Alcohol_MAINICON_grey.ico -------------------------------------------------------------------------------- /icons/Dj.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/Dj.ico -------------------------------------------------------------------------------- /icons/Dj_grey.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/Dj_grey.ico -------------------------------------------------------------------------------- /icons/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/Thumbs.db -------------------------------------------------------------------------------- /icons/browse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/browse.gif -------------------------------------------------------------------------------- /icons/cdimage_burn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/cdimage_burn.ico -------------------------------------------------------------------------------- /icons/cdimage_burn_grey.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/cdimage_burn_grey.ico -------------------------------------------------------------------------------- /icons/cdrecord.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/cdrecord.ico -------------------------------------------------------------------------------- /icons/cdrecord_grey.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/cdrecord_grey.ico -------------------------------------------------------------------------------- /icons/dj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/dj.res -------------------------------------------------------------------------------- /icons/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/down.gif -------------------------------------------------------------------------------- /icons/inducer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/inducer.ico -------------------------------------------------------------------------------- /icons/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/left.gif -------------------------------------------------------------------------------- /icons/main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/main.ico -------------------------------------------------------------------------------- /icons/nero_2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/nero_2.ico -------------------------------------------------------------------------------- /icons/nero_2_grey.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/nero_2_grey.ico -------------------------------------------------------------------------------- /icons/process.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/process.gif -------------------------------------------------------------------------------- /icons/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/right.gif -------------------------------------------------------------------------------- /icons/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/icons/up.gif -------------------------------------------------------------------------------- /iplogos/BootDreams.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/BootDreams.mr -------------------------------------------------------------------------------- /iplogos/Consolevision.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/Consolevision.mr -------------------------------------------------------------------------------- /iplogos/Consolevision_old.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/Consolevision_old.mr -------------------------------------------------------------------------------- /iplogos/DCEmulation.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/DCEmulation.mr -------------------------------------------------------------------------------- /iplogos/TitanStudios.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/TitanStudios.mr -------------------------------------------------------------------------------- /iplogos/bleem.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/bleem.mr -------------------------------------------------------------------------------- /iplogos/kos.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/kos.mr -------------------------------------------------------------------------------- /iplogos/kos2.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/kos2.mr -------------------------------------------------------------------------------- /iplogos/neogeocd.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/neogeocd.mr -------------------------------------------------------------------------------- /iplogos/nes.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/nes.mr -------------------------------------------------------------------------------- /iplogos/old_bd.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/old_bd.mr -------------------------------------------------------------------------------- /iplogos/old_new_bd.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/old_new_bd.mr -------------------------------------------------------------------------------- /iplogos/quake.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/quake.mr -------------------------------------------------------------------------------- /iplogos/sega.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/sega.mr -------------------------------------------------------------------------------- /iplogos/stella.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/stella.mr -------------------------------------------------------------------------------- /iplogos/wince.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/iplogos/wince.mr -------------------------------------------------------------------------------- /modAssociate.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modAssociate.bas -------------------------------------------------------------------------------- /modCDburn.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modCDburn.bas -------------------------------------------------------------------------------- /modCDimage.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modCDimage.bas -------------------------------------------------------------------------------- /modCheckVersion.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modCheckVersion.bas -------------------------------------------------------------------------------- /modCommonDialog.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modCommonDialog.bas -------------------------------------------------------------------------------- /modDummyFile.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modDummyFile.bas -------------------------------------------------------------------------------- /modIP.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modIP.bas -------------------------------------------------------------------------------- /modISOHeader.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modISOHeader.bas -------------------------------------------------------------------------------- /modMainBinary.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modMainBinary.bas -------------------------------------------------------------------------------- /modPrevInst.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modPrevInst.bas -------------------------------------------------------------------------------- /modPubDeclares.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modPubDeclares.bas -------------------------------------------------------------------------------- /modPubFunctions.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modPubFunctions.bas -------------------------------------------------------------------------------- /modSortFile.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/modSortFile.bas -------------------------------------------------------------------------------- /tools/IP.TMPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/IP.TMPL -------------------------------------------------------------------------------- /tools/audio.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/audio.raw -------------------------------------------------------------------------------- /tools/blank.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdrecord -v gracetime=2 dev=0,2,0 blank=fast 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /tools/cdi2nero.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/cdi2nero.exe -------------------------------------------------------------------------------- /tools/cdi4dc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/cdi4dc.exe -------------------------------------------------------------------------------- /tools/cdiinfo.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdirip -info -pregap 3 | pause -------------------------------------------------------------------------------- /tools/cdirip.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdirip -bin 3 | pause -------------------------------------------------------------------------------- /tools/cdirip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/cdirip.exe -------------------------------------------------------------------------------- /tools/cdrecord.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/cdrecord.exe -------------------------------------------------------------------------------- /tools/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/cygwin1.dll -------------------------------------------------------------------------------- /tools/lbacalc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/lbacalc.exe -------------------------------------------------------------------------------- /tools/libmp3lame-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/libmp3lame-0.dll -------------------------------------------------------------------------------- /tools/libogg-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/libogg-0.dll -------------------------------------------------------------------------------- /tools/libvorbis-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/libvorbis-0.dll -------------------------------------------------------------------------------- /tools/libvorbisenc-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/libvorbisenc-2.dll -------------------------------------------------------------------------------- /tools/libvorbisfile-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/libvorbisfile-3.dll -------------------------------------------------------------------------------- /tools/mds4dc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/mds4dc.exe -------------------------------------------------------------------------------- /tools/minfo.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdrecord dev=0,2,0 -minfo 3 | pause -------------------------------------------------------------------------------- /tools/mkisofs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/mkisofs.exe -------------------------------------------------------------------------------- /tools/msinfo.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdrecord dev=0,2,0 -msinfo 3 | pause -------------------------------------------------------------------------------- /tools/newfile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/newfile.exe -------------------------------------------------------------------------------- /tools/pipe.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/pipe.bat -------------------------------------------------------------------------------- /tools/scanbus.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cdrecord -scanbus 3 | pause -------------------------------------------------------------------------------- /tools/scramble.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/scramble.exe -------------------------------------------------------------------------------- /tools/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/settings.ini -------------------------------------------------------------------------------- /tools/sh-elf-objcopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/sh-elf-objcopy.exe -------------------------------------------------------------------------------- /tools/sox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/sox.exe -------------------------------------------------------------------------------- /tools/wnaspi32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaiSan89/BootDreams/HEAD/tools/wnaspi32.dll --------------------------------------------------------------------------------