Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
Projects / Re: Street Fighter Zero 3 Mix (CPS2Turbo)
« Last post by dink on September 17, 2023, 05:55:55 PM »
It shouldn't be too hard to add it though.
22
FBN Development / Re: [IPS] FB Neo IPS Files Collection [by Taoenwen]
« Last post by Silence4life on September 17, 2023, 10:29:01 AM »
685 IPS FILE I had the opportunity to try many of them and they work.

https://mega.nz/file/xNZhXbjA#asgeRZzkDwpMW8eG4x2U2vsvkIAifG5FYa31jIQA77k
23
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on September 16, 2023, 10:01:59 AM »
Added the support to 9 new ZX Spectrum titles (4 classics + 4 homebrews + 1 tech-demo):
Airbase Invader 48K (1984)
BatManolo English/Spanish 48K (HB, 2023)
Break Space 128K (Tech-demo, 2016)
Costa Capers 48K (1985)
Crazy Forest 128K (HB, 2023)
Gamex 48K (HB, 2006)
Kamikaze 16K (1983)
SuperTed - The Search for Spotty 48K (1990)
Virgil's Purgatory 2.0 - Chapter 1/Chapter 2 English/Portuguese (HB, 2023)
24
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on September 16, 2023, 09:26:57 AM »
Added the support to another MSX homebrew/aftermarket:
Prisoner of War (Spanish) (2018)
25
Projects / Re: Street Fighter Zero 3 Mix (CPS2Turbo)
« Last post by barbudreadmon on September 15, 2023, 02:23:01 PM »
To be honest, this one might require too many changes to our cps2 driver, it is basically running on fantasy hardware.
26
FBN Development / Re: dink's FBN Development & Fixes thread
« Last post by geese howard on September 14, 2023, 10:30:38 AM »
thanks for all!!
27
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on September 14, 2023, 08:50:57 AM »
Yet another hack... better colors and FX for WWF Royal Rumble (Genesis / MegaDrive).



Crappy game if you ask me, but there may be people interested.

WWF Royal Rumble Enhanced Colors + SFX (GEN)
28
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on September 13, 2023, 08:30:53 AM »
Just realized this fix for Star Tropics (NES) is not in the database.

StarTropics (Music Fix)

It fixes two music tracks from the game.
29
Projects / catver.ini and compatibilit list website
« Last post by leonv32 on September 13, 2023, 12:06:13 AM »
made this website to showcase games from emulator using the datafile
it list only parents but clones are listed
http://leonv32.epizy.com/

I also made a complete catver.ini file for this emulator, the file its not supported in fbneo but can be used to cleanup game collection from mature, casino, mahjong...ect
I also made other similar files sourcefile.ini can be used to separate neogeo, cps1, cps2...
and flags.ini was extracted from the source files, can be used to look for not working, hardware, players, category...

made this simple batch script that can be used with those files, just drag and drop and will build another .bat files to move matched games to another folder
Code: [Select]

@echo off
set "_file=%~1"
if "%_file%"=="" echo ONLY DRAG AND DROP&pause&exit
cd /d "%~dp0"
title %~nx1
echo md MOVED_GAMES>%~n1.bat
:loop
set /p "_search=Type search terms: "
for /f "delims==" %%g in ('findstr /il /c:"%_search%" "%_file%"') do (
echo %%g
echo move %%g.zip MOVED_GAMES>>%~n1.bat
)
pause
cls
goto loop
   
 





30
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by dink on September 11, 2023, 09:32:08 AM »
Especially thanks for adding Legend of Super Mario! :D

best regards,
- dink
Pages: 1 2 [3] 4 5 6 7 8 ... 10