Recent Posts

Pages: 1 ... 4 5 6 7 8 [9] 10
81
谢谢大佬了,功能出来了,但有时,我添加VCT没有的一些作弊功能这些功能也是对的,只要稍不留意,就会的报错,对兼容性要求高了一点。
只要对着写好的作弊码,复制粘贴后修改就OK了。
是对兼容性要求严一点。功能都正常了。谢谢大佬了。

Tell me about the errors - I will try to fix it.  (please, I need examples)

Method for these following types of codes is almost finished ! :)  Probably by tomorrow morning (Detroit timezone)
 xxxx-11-xx,  xxxx-21-xx,  xxxx-31-xx

best regards,
- dink
82
谢谢大佬了,功能出来了,但有时,我添加VCT没有的一些作弊功能这些功能也是对的,只要稍不留意,就会的报错,对兼容性要求高了一点。
只要对着写好的作弊码,复制粘贴后修改就OK了。
是对兼容性要求严一点。功能都正常了。谢谢大佬了。

比说nes_panicrestaurant 这款游戏的vct,
我在最后一行结束的下一行多打一个空格,就会报下面的错误。
还有其它遇到的问题我再发过来,
谢谢大佬了。
83
FBN Development / Re: Games for Home Systems (adds and more...)
« Last post by Gab75 on August 06, 2025, 01:17:58 AM »
Viaje al centro de la Tierra for the Spectrum is quite an interesting addition. It's a Spanish adaptation of the Jules Verne novel that nobody asked for, but at the time games for 8 bit computers were becoming rarer. Topo Soft put quite a lot of effort into it, starting with the cover ilustration...

The "Version Extendida" (the original version was already on the roster) has "extra" features, mainly the AY Sound and 2 additional stages (Fase 4 & 5)... ;)

BTW: updated the support... the previous version was a reduced version (with only the new additional stages), now there's the support to complete version (all 5 stages)!

84
Regarding the operating mechanism of VirtuaNES cheat codes, you may refer to the code provided here for analysis.

https://github.com/ivysnow/virtuanes/blob/master/NES/Cheat.h

https://github.com/ivysnow/virtuanes/blob/master/CheatDlg.cpp
85
2=データより大きい時に実行 AAAA-2y-xxxxxxxx
3=データより小さい時に実行 AAAA-3y-xxxxxxxx

uint32_t AAAA;
uint32_t *AAAA_ptr = &AAAA;

if (y==2 && xxxxxxxx > *AAAA_ptr) *AAAA_ptr =xxxxxxxx
if (y==3 && xxxxxxxx < *AAAA_ptr) *AAAA_ptr =xxxxxxxx

The high-order flag 2 or 3 should be the flag used to determine whether the input value should update the address value.

I guess that's how it should be understood.
86
Cheats / Re: Requests
« Last post by Howerton on August 05, 2025, 09:32:35 PM »
Outrunners cheats no longer work on latest version fbneo. Can someone fix this.
87
I understand now about the high number cheat codes, like mentioned in my other message.
(04BA-11-10, 007E-31-04). 

This is not working yet, I will try to add it tonight.

Thanks lrf739146825, for the cheat format informations

best regards,
- dink
88
04BA-11-10 BOSS一击死  中11地址较大,我也不太懂,
007E-31-04 无敌  中31地址较大,我也不太懂,只知道直接放在VirtuaNES 中当作弊码,功能可以直接实现非常方便,
这是我见过最好的作弊码 ,所以FBNeo要是支持就完美了。可以干掉所以FC模拟器。
所以请求添上这功能了。谢谢了。

Hi,
I added support for .vct with these type of codes, you'll need to get a new exe from here:
https://github.com/finalburnneo/FBNeo/releases/tag/latest

for example, nes_tmnt.vct will go into support/cheats directory
Please try it

best regards,
- dink
89
04BA-11-10 BOSS一击死  中11地址较大,我也不太懂,
007E-31-04 无敌  中31地址较大,我也不太懂,只知道直接放在VirtuaNES 中当作弊码,功能可以直接实现非常方便,
这是我见过最好的作弊码 ,所以FBNeo要是支持就完美了。可以干掉所以FC模拟器。
所以请求添上这功能了。谢谢了。
90
FBN Development / Re: Games for Home Systems (adds and more...)
« Last post by Neville on August 05, 2025, 03:22:02 PM »
Viaje al centro de la Tierra for the Spectrum is quite an interesting addition. It's a Spanish adaptation of the Jules Verne novel that nobody asked for, but at the time games for 8 bit computers were becoming rarer. Topo Soft put quite a lot of effort into it, starting with the cover ilustration:



The game itself is quite good, featuring several mini-games inspired by the book. There's a puzzle, a few horizontal scrolling sections and a vertical scrolling action bit at the end. Their only problem is the high difficulty level, which had become a staple of Spanish games of the era.

Pages: 1 ... 4 5 6 7 8 [9] 10