Vegeta Posted September 10, 2004 Share Posted September 10, 2004 Did my build run samsh5nd okay after I added the s rom? If so I'll post the driver data for you.Yep, sure did with the S rom. Link to comment Share on other sites More sharing options...
Vegeta Posted September 10, 2004 Share Posted September 10, 2004 how come when I applied ur first patch,+T+, on the mame.xbe file.. the emu didnt load,, for that matter didnt show up on my emu list, i tryed patch on regular default, saw it on my list.. but didnt load.. the xbox frooze Did you patch with Lunar IPS? Link to comment Share on other sites More sharing options...
+ T + Posted September 10, 2004 Author Share Posted September 10, 2004 Yep, sure did with the S rom. Then here's the driver (note that I've removed the s rom decryption lines at the bottom since with the s rom added they are unnecessary):// Samurai Shodown V (Decrypted C & V) static struct BurnRomInfo samsh5ndRomDesc[] = { {"270-p1.bin", 0x400000, 0x0379698b, 0x10}, // 0 68K code {"270-p2.bin", 0x400000, 0x91979dee, 0x10}, // 1 {"270-s1.bin", 0x020000, 0x2ad6048b,  1}, // 2 Text data {"ss5_c1.rom", 0x800000, 0x726abb40,  1}, // 3 Sprite data {"ss5_c2.rom", 0x800000, 0x76806188,  1}, // 4 {"ss5_c3.rom", 0x800000, 0x82db9dae,  1}, // 5 {"ss5_c4.rom", 0x800000, 0xf8041153,  1}, // 6 {"ss5_c5.rom", 0x800000, 0x2219186a,  1}, // 7 {"ss5_c6.rom", 0x800000, 0xd225120d,  1}, // 8 {"ss5_c7.rom", 0x800000, 0xd245d493,  1}, // 9 {"ss5_c8.rom", 0x800000, 0xeb06c9cc,  1}, // 10 {"270-m1d.bin", 0x020000, 0x18114fb1, 0x10}, // 11 Z80 code {"270-v1d.bin", 0x800000, 0xe5c71699,  2}, // 12 Sound data {"270-v2d.bin", 0x800000, 0x70b7083d,  2}, // 13};  STDROMPICKEXT(samsh5nd, samsh5nd, neogeo); STD_ROM_FN(samsh5nd); struct BurnDriver BurnDrvsamsh5nd = { {"samsh5nd", "Samurai Shodown V (decrypted C & V)", "Decrypted C-ROMs", "SNK Playmore / Yuki Enterprise", "Neo Geo", "2003", "samsho5", "neogeo"}, BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_SNK_NEOGEO | HARDWARE_SNK_SWAPC, NULL, samsh5ndRomInfo, samsh5ndRomName, neogeoInputInfo, neogeoDIPInfo, NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3}; how come when I applied ur first patch,+T+, on the mame.xbe file.. the emu didnt load,, for that matter didnt show up on my emu list, i tryed patch on regular default, saw it on my list.. but didnt load.. the xbox frooze Have you tried the latest patch? Link to comment Share on other sites More sharing options...
Thraxen Posted September 10, 2004 Share Posted September 10, 2004 garoud.zip----------motwn_s1.rom 512Kb be2ba1a5 mslug3nd.zip------------ms3n_s1.rom 512Kb 2628d663 mslug4nd.zip------------263-s1.bin 512Kb c349ad60 kof2knd.zip-----------kof2k_s1.rom 512Kb 38901d4d kof2k3ba.zip------------271b-s1.bin 512Kb 3b658d26 svc.zip-------269-s1.bin 512Kb AD184232 svcplus.zip-----------269p-s1.bin 512Kb 06125f98 Wait... what is with these S ROMS? Do we need these to run these games? A lot of these listed here aren't named as they should be according to the MAME sets. Also, what are S ROMS exactly? What information do they contain? I ask because aren't all these overdumps? Why are they so big? Link to comment Share on other sites More sharing options...
+ T + Posted September 10, 2004 Author Share Posted September 10, 2004 (edited) The S rom contains the text layer for the game. This data usually resides within the encrypted C roms and is extracted as part of the decryption process. However since using pre-decrypted roms (nd sets) bypasses this time-consuming process, a pre-extracted S rom is usually necessary. FBA-XXX, on the other hand, is designed to extract S rom data from even pre-decrypted C roms unless otherwise specified in the driver. This makes the loading of nd sets take longer than they should and also is annoying because (and call me old-fashioned if you like) a true pre-decrypted set should always include an S rom. So I'm glad to hear that support for them is being re-included in djohng's promising sounding build. And none of the above roms are overdumps. Those are all perfectly correct CRCs as extracted from the original C roms. The only exception is kof2003 which actually has 1Mb worth of S rom data in its Cs. But the 512Kb works much better with the current set. The names are just what they are called in my sets ATM, ultimately the names of all roms need to match those in the individual driver. Edited September 10, 2004 by + T + Link to comment Share on other sites More sharing options...
Thraxen Posted September 10, 2004 Share Posted September 10, 2004 So are those the names that the ROMS in your build use? Link to comment Share on other sites More sharing options...
+ T + Posted September 10, 2004 Author Share Posted September 10, 2004 (edited) The build I've released patches for uses much older S roms that are mostly incomplete 128Kb versions. I used these in the build because they're the ones that came with the original releases of the romsets and so people are far more likely to already have them than the new ones. The custom build I'm using on my Xbox has been updated to include all the latest drivers for the most recent (and in many cases final) dumps of the roms including the above S roms. I was going to release patches for this build in case anyone else was interested but djohng's upcoming version sounds far better than anything I can produce so, if he doesn't mind, I think I'll leave the releasing side of things to him from now on.  The following is a list of updated roms in my unreleased custom build (all tested and working):garoud.zip----------motwn_s1.rom 512Kb be2ba1a5  ganryud.zip-----------gann_s1.rom 128Kb a8dadec9  preisl2d.zip------------pi2n_s1.rom 128Kb 666cabdc  s1945pn.zip-----------s45pn_s1.rom 128Kb 121a4f94  nitdd.zip---------260-p1.bin 512Kb bdef9b73260-s1.bin 128Kb dd3bf47c  sengok3d.zip------------261-p1 2.0Mb 6fc85b45sen3_s1.rom 128Kb c1e27cc7  zupapad.zip-----------zupan_s1.rom 128Kb 307967ba  mslug3nd.zip------------256-ph1.rom 1.0Mb c871c036ms3n_s1.rom 512Kb 2628d663  mslug4nd.zip------------263-p1.bin 1.0Mb 249c1411263-s1.bin 512Kb c349ad60263-v1d.bin 8.0Mb fd6b982e (join old v1d + v2d)263-v2d.bin 8.0Mb 20125227 (join old v3d + v4d)  mslug5nd.zip------------268-s1.bin 128Kb 64952683268-m1d.bin 256Kb 792e07c1  kof2knd.zip-----------257-p1n.bin 1.0Mb f2eca98fkof2k_s1.rom 512Kb 38901d4d  kof2001d.zip------------262-m1a.bin 128K 56a9067fkf2k1_s1.rom 128K 8c5c479e  kof2002d.zip------------265-p1.bin 1.0Mb f5bea3a9265-s1.bin 128Kb e0eaaba3265-c2d.bin 8.0Mb f09b84a9265-v1d.bin 8.0Mb 0fc9a58d (join old v1d + v2d)265-v2d.bin 8.0Mb b8c475a4 (join old v3d + v4d)  kof2k3ba.zip------------271b-s1.bin 512Kb 3b658d26  matrimnd.zip------------266-p1.bin 1.0Mb 7be60e6b266-s1.bin 128Kb aff2a3be266-m1d.bin 128Kb 7bcafd98  svc.zip-------269-s1.bin 512Kb AD184232269-m1d.bin 128Kb fd4f0ff9  svcplus.zip-----------269p-p1.bin 6.0Mb 397E7F8E269p-s1.bin 512Kb 06125f98269-m1d.bin 128Kb fd4f0ff9  samsh5nd.zip------------270-s1.bin 128Kb 2ad6048b Edited September 10, 2004 by + T + Link to comment Share on other sites More sharing options...
+ T + Posted September 11, 2004 Author Share Posted September 11, 2004 I wonder if someone here might be able to help me out. I'm trying to get hold of sources to versions of FBA-XXX prior to the 08-02 release to test a theory. There is an old GOGO source on xbins but I haven't a clue which version of the emu it's from. So if anyone has any old sources lying around could they please let me know? Many thanks. Link to comment Share on other sites More sharing options...
zero129 Posted September 13, 2004 Share Posted September 13, 2004 ok, i wanna mess around with this and see if i can compile it, i have the xbox sdk, visual studio 6 and whatever extra stuff was needed, now can anyone give me a quick guidline on what i do next?, so far this is what i done, i add all the files from the fba source into my work area on vs6, then i press compile fbaxxx xbe, and i get all them errors. --------------------Configuration: FBAXXX2 - Xbox Release--------------------Compiling...conc.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryconfig.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorycong.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorydat.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorydinp.cppD:\Downloads\FBAxxx20040831_src\dinp.cpp(2) : fatal error C1083: Cannot open include file: '..\..\fba.h': No such file or directoryDipSwitchesConfig.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorydrv.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorydynhuff.cppfba.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryfba_app.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryfba_scale2x.cppfba_xbfont.cppd:\Downloads\FBAxxx20040831_src\fba_xbfont.h(45) : fatal error C1083: Cannot open include file: 'XBResource.h': No such file or directoryfba_xbinput.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryFBAxMenu.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryflash.cppd:\Downloads\FBAxxx20040831_src\fba_flash.h(4) : fatal error C1083: Cannot open include file: 'flash.h': No such file or directorygamc.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryGamepadConfig.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorygami.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryhelp.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryinput.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryIoSupport.cppmisc.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorymoves.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorymusicmanager.cppD:\Downloads\FBAxxx20040831_src\musicmanager.cpp(13) : fatal error C1083: Cannot open include file: 'XbUtil.h': No such file or directoryProgress.cppd:\Downloads\FBAxxx20040831_src\Progress.h( : fatal error C1083: Cannot open include file: 'XBResource.h': No such file or directoryreplay.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryroms.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryshowcommands.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryskin.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorystated.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directorystringset.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryui_gameinfo.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryui_logo.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryvid.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryxlmenu.cppD:\Downloads\FBAxxx20040831_src\xlmenu.cpp(3) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryxstate.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryxstatec.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directory2xSaI.cppadmame.cppbilinear.cppd:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(105) : warning C4799: No EMMS at end of function 'fill_rgb_row_16'd:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(151) : warning C4731: 'Bilinear' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(152) : warning C4731: 'Bilinear' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(211) : warning C4731: 'Bilinear' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(216) : warning C4731: 'Bilinear' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(232) : warning C4799: No EMMS at end of function 'Bilinear'd:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(278) : warning C4731: 'BilinearPlus' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(279) : warning C4731: 'BilinearPlus' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(383) : warning C4731: 'BilinearPlus' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(388) : warning C4731: 'BilinearPlus' : frame pointer register 'ebp' modified by inline assembly coded:\downloads\fbaxxx20040831_src\filters\bilinear.cpp(404) : warning C4799: No EMMS at end of function 'BilinearPlus'eagle_fm.cpphq2x.cppd:\Downloads\FBAxxx20040831_src\fba_app.h(21) : fatal error C1083: Cannot open include file: 'XBUtil.h': No such file or directoryPanel.cppscanline.cppd:\downloads\fbaxxx20040831_src\filters\scanline.cpp(68) : warning C4799: No EMMS at end of function 'Scanlines'd:\downloads\fbaxxx20040831_src\filters\scanline.cpp(150) : warning C4799: No EMMS at end of function 'ScanlinesTV'simple2x.cppd:\downloads\fbaxxx20040831_src\filters\simple2x.cpp(72) : warning C4799: No EMMS at end of function 'Simple2x'superscale.cppaud_dsound3.cppD:\Downloads\FBAxxx20040831_src\interface\aud_dsound3.cpp(3) : fatal error C1083: Cannot open include file: '..\..\fba.h': No such file or directoryaud_interface.cppD:\Downloads\FBAxxx20040831_src\interface\aud_interface.cpp(2) : fatal error C1083: Cannot open include file: '..\..\fba.h': No such file or directorydsp_cmc.cppD:\Downloads\FBAxxx20040831_src\interface\dsp_cmc.cpp(11) : fatal error C1083: Cannot open include file: '..\..\fba.h': No such file or directorylowpass2.cppay8910.cD:\Downloads\FBAxxx20040831_src\src\burn\ay8910.c(594) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ay8910.c(612) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of databurn.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryburn_sound.cppburn_sound_c.cppburn_ym2151.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryburn_ym2608.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryburn_ym2610.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorycheat.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorycheatfile.cppeeprom_93cxx.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryfm.cD:\Downloads\FBAxxx20040831_src\src\burn\fm.c(1160) : warning C4018: '>=' : signed/unsigned mismatchD:\Downloads\FBAxxx20040831_src\src\burn\fm.c(1170) : warning C4018: '>=' : signed/unsigned mismatchD:\Downloads\FBAxxx20040831_src\src\burn\fm.c(1668) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fm.c(1700) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of datafmopl.cD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(347) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(347) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(347) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(347) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(348) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(348) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(348) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(348) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(349) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(349) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(349) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(349) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(350) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(350) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(350) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(350) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(352) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(352) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(352) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(352) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(353) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(353) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(353) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(353) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(354) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(354) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(354) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(354) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(355) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(355) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(355) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(355) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(357) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(357) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(357) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(357) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(358) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(358) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(358) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(358) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(359) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(359) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(359) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(359) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(360) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(360) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(360) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(360) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(362) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(362) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(362) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(362) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(363) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(363) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(363) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(363) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(364) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(364) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(364) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(364) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(365) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(365) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(365) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(365) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(367) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(367) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(367) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(367) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(368) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(368) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(368) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(368) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(369) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(369) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(369) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(369) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(370) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(370) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(370) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(370) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(372) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(372) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(372) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(372) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(373) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(373) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(373) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(373) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(374) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(374) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(374) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(374) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(375) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(375) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(375) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(375) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(377) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(377) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(377) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(377) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(378) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(378) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(378) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(378) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(379) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(379) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(379) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(379) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(380) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(380) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(380) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(380) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(382) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(382) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(382) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(382) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(383) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(383) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(383) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(383) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(384) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(384) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(384) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(384) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(385) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(385) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(385) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(386) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(510) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(511) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(512) : warning C4244: 'initializing' : conversion from 'double' to 'const UINT8', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(773) : warning C4018: '>=' : signed/unsigned mismatchD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(1315) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(1318) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(1323) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\fmopl.c(1325) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataload.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorymemdumper.cppmsm5205.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorymsm6295.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryokim6295.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorysek.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorystate.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorystatec.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorytimer.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryym2151.cD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(582) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(689) : warning C4244: '=' : conversion from 'double' to 'INT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(715) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(725) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(735) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(737) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(1495) : warning C4018: '<' : signed/unsigned mismatchD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(1504) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(1506) : warning C4244: '=' : conversion from 'double' to 'UINT32', possible loss of dataD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(1765) : warning C4146: unary minus operator applied to unsigned type, result still unsignedD:\Downloads\FBAxxx20040831_src\src\burn\ym2151.c(2028) : warning C4018: '>=' : signed/unsigned mismatchymdeltat.cymz280b.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryzet.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryaft_gr.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryaft_mem.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryaft_run.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryaft_rw.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryaft_spr.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryd_aft1.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryd_aft2.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryd_lof.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryd_ra2.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directoryd_thu.cppd:\Downloads\FBAxxx20040831_src\src\burn\zet.h(5) : fatal error C1083: Cannot open include file: 'doze.h': No such file or directorycps.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_draw.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_mem.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_obj.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_pal.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_run.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_rw.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycps_scr.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycpsr.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycpsrd.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorycpst.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directoryctv.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directoryctv_make.cppdc_3wonders.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_19xx.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_1941.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_1944.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_armwar.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_avsp.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_batcir.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_captcomm.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_cawing.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_csclub.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_cworld2j.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_cyb.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ddsom.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ddtod.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_dimahoo.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_dino.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_dstlk.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_dw.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ecofghtr.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ffight.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_forgottn.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ghouls.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_gigawing.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_input.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_knights.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_kod.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_megaman2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_megaman.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mercs.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mmatrix.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mpang.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_msh.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mshvsf.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_msword.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mtwins.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_mvsc.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_nemo.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_nwarr.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_pang3.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_pnickj.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_punisher.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_qad.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_qnd.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_qtono2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ringdest.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sf2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sf2t.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sfa2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sfa3.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sfa.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sfzch.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_sgemf.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_slammast.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_spf.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ssf2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_ssf2t.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_strider.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_unsquad.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_varth.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_vhunt2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_vsav2.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_vsav.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_willow.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_wof.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_xmcota.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorydc_xmvsf.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directorykabuki.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directoryps.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directoryps_m.cppd:\Downloads\FBAxxx20040831_src\src\burn\capcom\cps.h(2) : fatal error C1083: Cannot open include file: 'burnint.h': No such file or directoryps_z.cppd:\Downloads\ Link to comment Share on other sites More sharing options...
axledentaldj Posted September 13, 2004 Share Posted September 13, 2004 Did anyone notice Gogo released a special default.xbe "Unleashed" FBAXXX that plays samsho5spnd.zip! Well, I'm gonan test it, but I don't have samsho5spnd.zip! Link to comment Share on other sites More sharing options...
zero129 Posted September 13, 2004 Share Posted September 13, 2004 no , does it play any other banned roms?. wanna pm me a link to it? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now