Final Burn Neo > FBN Development

FB Alpha v0.2.95.23 released

(1/12) > >>

iq_132:

--- Quote ---What's New?
-----------

v0.2.95.23

This is still an alpha release!

Note that, if compiled with GCC, you will need to use version 3.3.x, and
the experimental DirectX 9 blitter is not built.

- Changed the way FB Alpha looks for ROMs. Now, it will always check the last
path for any given .zip file, even when a .zip file of the same name is
present in another path. This way, we can keep ROMs that are only needed
for FB Alpha seperate without sacrifising compatibility with other emulators;
- Changed the way Neo Geo memory cards work, allowing the use of 1 megabit
cards;
- Emulated protection in Super Sidekicks (was patched before);
- Fixed the last few bad game names / bad ROM definitions;
- Fixed a few minor issues in the makefile for mingw/cygwin;
- The debugger is now only compiled for debug builds;
- Minor updates to compile documentation;
- Fixed a crash at startup for some systems when autopause was activated
--- End quote ---


http://www.ojko.com/phpbb/viewtopic.php?t=2601

kash:
Thanks for the news :)

Jimmy_Page I hope you use this source in your next release bro  :D

PRican25:
new release, slightly different error hehe


--- Code: ---C:\fba>make
make: *** Warning: File `makefile' has modification time in the future (2005-01-
26 18:37:30 > 2005-01-26 18:28:02)
make[1]: *** Warning: File `makefile.mingw' has modification time in the future
(2005-01-26 18:37:30 > 2005-01-26 18:28:03)
Making normal build...
ECHO is off.
The syntax of the command is incorrect.
make[1]: *** [init] Error 1
make: *** [mingw] Error 2
--- End code ---

James33:

--- Quote from: PRican25 ---new release, slightly different error hehe


--- Code: ---C:\fba>make
make: *** Warning: File `makefile' has modification time in the future (2005-01-
26 18:37:30 > 2005-01-26 18:28:02)
make[1]: *** Warning: File `makefile.mingw' has modification time in the future
(2005-01-26 18:37:30 > 2005-01-26 18:28:03)
Making normal build...
ECHO is off.
The syntax of the command is incorrect.
make[1]: *** [init] Error 1
make: *** [mingw] Error 2
--- End code ---

--- End quote ---


Edit the file so the time is fixed Also it seems that ECHO is your problem


I use a bat file which goes in the FBA folder


--- Quote ---@echo off
set PATH=C:\MinGW6\bin;%PATH%
echo Compile in progress Please wait !
make
pause
--- End quote ---

PRican25:
well the time prob is fixed (just opened both make files with notepad and saved) but still have this error: The syntax of the command is incorrect.

and when i tried your bat, all it says is: Compile in progress Please wait ! about 90 times and then ends saying: The input line is too long. :confused:

Navigation

[0] Message Index

[#] Next page

Go to full version