Search found 20 matches

Go to advanced search

by Arbee
Sun Dec 31, 2023 1:13 am
Forum: MAME Discussion
Topic: Need help to preserve the contents of an old Pachinko machine.
Replies: 2
Views: 10467

Re: Need help to preserve the contents of an old Pachinko machine.

Hi! Sorry about the delay, MAME is discussed more often elsewhere so this forum hasn't really caught on.

Where are you located? That would help determine how easy it's going to be to get this dumped.
by Arbee
Fri Aug 28, 2020 4:16 am
Forum: MAME Discussion
Topic: Apple IIGS: can't reset, can't enter Control Panel
Replies: 1
Views: 1736

Re: Apple IIGS: can't reset, can't enter Control Panel

Control-Reset is fixed in current Github (which will eventually be the 0.225 release).

The control panel is a harder problem but I'll take a swing at it.

Cheers,
-RB
by Arbee
Sat Jun 20, 2020 7:25 pm
Forum: MAME Discussion
Topic: Shader or artwork effects only on one monitor
Replies: 2
Views: 2068

Re: Shader or artwork effects only on one monitor

Yes, the -video bgfx backend lets you set different effects per monitor. Check the documentation here:

https://docs.mamedev.org/advanced/bgfx.html

And in particular pay attention to the bgfx_screen_chains option.
by Arbee
Fri Sep 21, 2018 3:26 pm
Forum: MAME Discussion
Topic: about Sonic & Knuckles (World)
Replies: 1
Views: 2777

Re: about Sonic & Knuckles (World)

That's correct. MAME emulates the lock-on hardware and won't work with hacked lock-on images made for other emulators.
by Arbee
Fri Sep 21, 2018 3:20 pm
Forum: MAME Discussion
Topic: Confused about KIller Instinct address map
Replies: 2
Views: 2685

Re: Confused about KIller Instinct address map

The "user1" ROM is equivalent to the BIOS in your PC - it does just enough to load a program off of the harddisk into RAM and transfer control to it. No game code or data exists in that ROM. KI doesn't have an operating system, it just loads the game itself and runs. Some later Midway game...
by Arbee
Thu Nov 02, 2017 12:48 am
Forum: Work In Progress (WIP)
Topic: Merit megatouch xl (mtouchxl.cpp)
Replies: 2
Views: 45031

Re: Merit megatouch xl (mtouchxl.cpp)

Hi again, are you there or just teasing us? :)
by Arbee
Wed Aug 30, 2017 3:26 am
Forum: Work In Progress (WIP)
Topic: Merit megatouch xl (mtouchxl.cpp)
Replies: 2
Views: 45031

Re: Merit megatouch xl (mtouchxl.cpp)

We would be very interested in anything you have about this or any other Megatouch platform :)
by Arbee
Mon Jul 17, 2017 4:01 pm
Forum: MAME Discussion
Topic: Extracting clean audio samples from DonkeyKong / 8035
Replies: 2
Views: 3871

Re: Extracting clean audio samples from DonkeyKong / 8035

Some of the DK sound is synthesized in software by the 8035 and output to a DAC. Some of it's generated by purpose-built analog circuitry that the 8035 triggers. The only thing that's a sample in the ROMs is the gorilla roar, and that's stored in some bespoke compression format. You should look at s...
by Arbee
Mon Jul 17, 2017 3:52 pm
Forum: MAME Discussion
Topic: Getting started
Replies: 2
Views: 4720

Re: Getting started

What language did you use for the business software? I can attempt to feel out explaining your questions from there better I think :) There's plenty you can do without even starting coding though when it comes to emulating a specific PC. You'll want to try and find the manuals for at least the chips...
by Arbee
Tue Apr 25, 2017 4:11 pm
Forum: MAME Discussion
Topic: Interaction between luaengine and lzmq module
Replies: 1
Views: 2991

Re: Interaction between luaengine and lzmq module

You should probably open a ticket.

Go to advanced search