Post Reply 
Pokecomgo (Sharp PC emulator on Android)
07-16-2024, 12:12 PM (This post was last modified: 07-16-2024 12:14 PM by Bill (Smithville NJ).)
Post: #23
RE: Pokecomgo (Sharp PC emulator on Android)
(07-13-2024 05:59 PM)johanw Wrote:  There is a new version released with support for the 1360 added. But I don't see instructions (yet?) on how to make the appropriate bin files, or where to get the contents. Does anyone have an idea?


In your previous Post 9, there is a link to github for early version of Pokemul which has all the roms required.

Look in github directory: PockEmul/resources/pc1360/

There are one cpu-1360.rom file and B0-1360.rom through B7-1360.rom files.

Post Number 15 describes how to combine these files.

What I did:
Put the 9 .rom files in a directory on my windows pc.
Create a blank file of all zeros of 8196 byte in length. Called ths file 8k0.

Created a batch file rom.bat with the following two lines:
copy /b cpu-1360.rom+8k0+8k0+8k0+8k0+8k0+8k0+8k0 pc1360mem.bin
copy /b b*.rom pc1360bank.bin

Execute the Rom.bat file.

Two files are created:
pc1360mem.bin this is a 65536 file which has the cpu-1360.rom in the first 8K
and then the remainder of the file is zeros.
pc1360bank.bin this is a 131072 file which has the 8 banks in sequence of b*1360.rom files.

Just place these two bin files in the directory on the android phone/tablet where you are storing
the rom files. Run Pokecomgo. Set the rom directory. And it should run fine.

I just tested it on my tablet and it looks great.

73
Bill WD9EQD
Smithville, NJ
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Pokecomgo (Sharp PC emulator on Android) - Bill (Smithville NJ) - 07-16-2024 12:12 PM



User(s) browsing this thread: 3 Guest(s)