Search found 5 matches

Go to advanced search

by hacker65xx
Tue Nov 17, 2020 6:40 am
Forum: MAME Discussion
Topic: ?? Shadow Dancer and player's input
Replies: 0
Views: 3251

?? Shadow Dancer and player's input

Hi,

Where is the address of player's input for Shadow Dancer
by hacker65xx
Sun Nov 08, 2020 8:47 pm
Forum: MAME Discussion
Topic: Konami
Replies: 1
Views: 2398

Re: Konami

username wrote: Fri Nov 06, 2020 5:21 pm System 573 has many Champ games but only Steering Champ and Hyper Bishi Bashi Champ are in English. Were the others (Gachaga, Step, Salary Man, Anime, Great Bishi Bashi) Japanese-only, or are English versions undumped?
simply there is no english version of do
by hacker65xx
Sun Oct 25, 2020 3:50 am
Forum: MAME Discussion
Topic: Question about to edit a driver
Replies: 3
Views: 3091

Re: Question about to edit a driver

No such thing as rw. You have to split it up. .r(blah).w(foo); Hi , thank you Robert In PGM driver: https://github.com/mamedev/mame/blob/master/src/mame/drivers/pgm.cpp there is: line 339: map(0xc08000, 0xc08001).portr("P1P2"); line 340: map(0xc08002, 0xc08003).portr("P3P4"); If...
by hacker65xx
Fri Oct 23, 2020 2:57 pm
Forum: MAME Discussion
Topic: Question about to edit a driver
Replies: 3
Views: 3091

Re: Question about to edit a driver

Can i modify .portr by .rw or .portr.rw or .portrw ??
by hacker65xx
Wed Oct 21, 2020 7:27 pm
Forum: MAME Discussion
Topic: Question about to edit a driver
Replies: 3
Views: 3091

Question about to edit a driver

Hi,

I would like to know if I can modify a driver to change .port addresses, to read & write addresses ??

by example line: map(0xX, 0xX).portr(XXX);
become: map(0xX, 0xX).rw(XXX);

It's possible ??

Thank you

Go to advanced search