Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Scripting / Re: fightcade 2 fbneo emulator with AM
« Last post by arikafgc on February 16, 2024, 04:00:30 AM »
Try adding \

rompath              C:\SYSTEM\AM\roms\fbneo\

Let me know if it worked ;)
42
Themes / Re: Classic Anime & Tokusatsu (C.A.T.) JukeBox v2 [coming soon]
« Last post by kent79 on February 15, 2024, 07:22:32 PM »
v2 is coming soon.  :-*

- new UI desgin with flashing lights effect
- support 4:3 & HD videos
43
Themes / Re: Classic Anime & Tokusatsu (C.A.T.) JukeBox (Final Build)
« Last post by kent79 on February 15, 2024, 07:21:20 PM »
Is there any link or website that allows you to download anime videos in large quantities? Congratulations on the theme, it was amazing!

YT has many good quaulity videos
44
Hello, the links are dead, can someone have the collection and give me a download link?
45
Themes / Re: Classic Anime & Tokusatsu (C.A.T.) JukeBox (Final Build)
« Last post by pedrowarlock on February 15, 2024, 04:40:16 AM »
Is there any link or website that allows you to download anime videos in large quantities? Congratulations on the theme, it was amazing!
46
Themes / Re: Classic Anime & Tokusatsu (C.A.T.) JukeBox (Final Build)
« Last post by kent79 on February 15, 2024, 12:47:09 AM »
I have some new idea of the theme. Below is some pictures  :P
47
Themes / Re: Arcadeflow theme v 16.9 [Release] Updated 12 February 2024
« Last post by zpaolo11x on February 12, 2024, 05:11:55 AM »
Arcadeflow 16.9 is out!

- Added support for history.xml file
- Revamped MAME xml, dat and ini file management
- Message box text now always fills the screen
- Fixed bug in the systems data file
- Fixed bug with history metadata parsing

Enjoy!
48
Emulators / Re: A7800 Emulator & Attract Mode
« Last post by Draugr on February 11, 2024, 06:13:23 AM »
Ok.... This is  strange but it is now working.

I tried removing the executable and args lines from the config and then put the path to the batch file I wrote in the executable field. When I tried to run a game in Attract Mode it worked just as the batch file did directly in windows. The problem was I could only load a specific <romfile.a78> file from within the batch. So, I took the batch line out and retyped the original executable and args field info as shown in my initial post. Now everything is working, I don't know what the hell was going on. LOL All I have left to do is figure out how to get the emulator to go into fullscreen mode instead of window mode, but that isn't an Attract Mode issue.

Here is the current A7800.cfg file, I'm pretty sure its the exact same as the one in my initial post, except now it works. LOL

Quote
# Generated by Attract-Mode v2.7.0
#
executable           D:\[Emulation]\A7800\a7800.exe
args                 a7800 -cart1 xm -cart2 "[romfilename]"
rompath              D:\[Emulation]\A7800\roms;d:\[Emulation]\A7800\bios
romext               .zip;.a78;.bin
artwork    flyer           $HOME/Atari 7800/boxart
artwork    marquee         
artwork    snap            D:\[Emulation]\A7800\\artwork\Atari 7800\STANDARD\snap
artwork    wheel   
49
Emulators / Re: A7800 Emulator & Attract Mode
« Last post by dmmarti on February 11, 2024, 05:59:11 AM »
I don't use that emulator, but look at the last run.log file (it's in the same directory as attract.exe).  See if it has any further info in there that might help.
50
Emulators / A7800 Emulator & Attract Mode
« Last post by Draugr on February 11, 2024, 05:32:13 AM »
Hello.

Does anyone here have the A7800 emulator (was part of MESS/MAME years ago) working in Attract Mode?

I've tried to get the command lines set properly and so far it looks like it starts the emulator as I see the emulator window pop up, but then it closes after 2 or 3 seconds and takes me back to the Attract Mode menu. I've tried everything I can think of, but it's not working.

If I try to use the A7800 emulator directly (aka not in Attract Mode) it works fine.

I'll paste my A7800.cfg file below in case it may help.

Code: [Select]
# Generated by Attract-Mode v2.7.0
#
executable           D:\[Emulation]\A7800\a7800.exe
args                 a7800 -cart1 xm -cart2 "[romfilename]"
rompath              D:\[Emulation]\A7800\roms;d:\[Emulation]\A7800\bios
romext               .zip;.a78;.bin
artwork    flyer           $HOME/Atari 7800/boxart
artwork    marquee         
artwork    snap            D:\[Emulation]\A7800\\artwork\Atari 7800\STANDARD\snap
artwork    wheel           

If anyone sees anything missing or entered incorrectly, please let me know.

Also, I tried creating a batch file to launch the emulator with XM support and a single game (1942). The batch file works fine. Here is the batch info.

Quote
@echo off
a7800 a7800 -cart1 xm -cart2 "d:\[Emulation]\a7800\roms\1942 (2022) [Unknown].a78"
pause

Thanks,
John

PS: Here is the link to the emulators webpage, not sure if there is any useful info regarding this issue.

https://7800.8bitdev.org/index.php/A7800_Emulator

Pages: 1 ... 3 4 [5] 6 7 ... 10