how invisible "Playback Ended Reason: End of file" warning

General Chit-Chat about MAME and other emulators.
Post Reply
SkyJedi
Posts: 5
Joined: Wed Jul 30, 2014 12:02 pm

how invisible "Playback Ended Reason: End of file" warning

Post by SkyJedi »

Hello, how i can invisible this warning?
i want record the gameplay movie but this warning is show game video. (sorry, my english is very bad)
how deleted this warning?
Image
SkyJedi
Posts: 5
Joined: Wed Jul 30, 2014 12:02 pm

Re: how invisible "Playback Ended Reason: End of file" warni

Post by SkyJedi »

Help me pls
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: how invisible "Playback Ended Reason: End of file" warni

Post by Pugsy »

You can try this but you will need to edit the source code and build your own MAME.

In "src\emu\ioport.c" @ line 3423, delete the following two lines:-

Code: Select all

		if (message != NULL)
			popmessage("Playback Ended\nReason: %s", message);
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
SkyJedi
Posts: 5
Joined: Wed Jul 30, 2014 12:02 pm

Re: how invisible "Playback Ended Reason: End of file" warni

Post by SkyJedi »

Pugsy wrote:You can try this but you will need to edit the source code and build your own MAME.

In "src\emu\ioport.c" @ line 3423, delete the following two lines:-

Code: Select all

		if (message != NULL)
			popmessage("Playback Ended\nReason: %s", message);
Thanks, i must using which program for edit mame source code? And where is this place, i cant find :)

My mame version; MAMEUIFX32 0.126 and MAMEUIFX32 0.149.2
(My english bad, sorry)
SkyJedi
Posts: 5
Joined: Wed Jul 30, 2014 12:02 pm

Re: how invisible "Playback Ended Reason: End of file" warni

Post by SkyJedi »

Can you help me by TEamWiever
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Re: how invisible "Playback Ended Reason: End of file" warni

Post by Tafoid »

Pugsy is saying you need to be adjust the MAME source files and be able to compile your own (or have someone do it for you) in order to have the adjustments you want. You cannot use your existing binaries of MAMEUIFX and make changes to the .exe file. Maybe if you ask for support at UIFX's forum, you might get help.
SkyJedi
Posts: 5
Joined: Wed Jul 30, 2014 12:02 pm

Re: how invisible "Playback Ended Reason: End of file" warni

Post by SkyJedi »

Tafoid wrote:Pugsy is saying you need to be adjust the MAME source files and be able to compile your own (or have someone do it for you) in order to have the adjustments you want. You cannot use your existing binaries of MAMEUIFX and make changes to the .exe file. Maybe if you ask for support at UIFX's forum, you might get help.

Thanks
Post Reply