Note that if what you have is a dump from an existing, standard arcade board ROM (I can't tell from the picture if that's what it is), then odds are that the game in question is already part of MAME. The interesting case would be if you believe you have some unique variant.
Is there any big reason ...
Search found 7 matches
- Thu Apr 19, 2018 11:40 am
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
- Wed Apr 18, 2018 7:19 pm
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
Re: 6502 to java possible ?
Sorry, I'm no MAME expert. You're going to need help, because of the peculiar layout of the data in the 32k ROM dump you shared: it's not one ROM, it's at least two, and I don't know how they split, or how MAME deals with ROMs. I'm not even sure I've ever used MAME.
Ok thanks for help, I am try ...
Ok thanks for help, I am try ...
- Wed Apr 18, 2018 7:11 pm
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
Re: 6502 to java possible ?
There are a few similar machines which are covered by MAME - that's a free program you can run on the PC, which emulates thousands of arcades and coin-ops. You just need to get the ROMs from somewhere, figure out how to use MAME, and choose the right model of machine. I can't help with that, but ...
- Wed Apr 18, 2018 6:40 pm
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
Re: 6502 to java possible ?
Thanks for sharing! I can confirm that it looks like 6502 code in the 32k ROM image, because the last few bytes look like vectors, and with the ROM placed at 0 the reset vector points to this very normal reset routine:
6D36 A2FF ldx #FF
6D38 9A txs
6D39 D8 cld
6D3A 200060 ` jsr 6000
but beyond ...
6D36 A2FF ldx #FF
6D38 9A txs
6D39 D8 cld
6D3A 200060 ` jsr 6000
but beyond ...
- Wed Apr 18, 2018 3:12 pm
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
Re: 6502 to java possible ?
Just tell me how easy way run games on PC ? see my attached game file, all code in HEX
- Wed Apr 18, 2018 3:07 pm
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
Re: 6502 to java possible ?
BigEd wrote:
Welcome shivshankarq - do you have photos of your board?
- Wed Apr 18, 2018 5:08 am
- Forum: Newbies
- Topic: 6502 to java possible ?
- Replies: 14
- Views: 4634
6502 to java possible ?
I have old Game board which have 6502, i want some information from you, It can possible convert 6502 games in Java ? I have some game files of 6502 but i think so its in HEX, And Currently In Market No game boards of 6502 so you have any idea about how we develop new board ?