Pokecomgo (Sharp PC emulator on Android) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not remotely HP Calculators (/forum-9.html) +--- Thread: Pokecomgo (Sharp PC emulator on Android) (/thread-11112.html) Pages: 1 2 |
RE: Pokecomgo (Sharp PC emulator on Android) - johanw - 07-02-2024 10:40 AM (06-26-2024 03:34 PM)Elyar Wrote:(02-21-2023 03:10 PM)johanw Wrote: I have all ro images, except for the 1460. Looking at the code I assume the 1401 and 1402 files are the same, with the 1402 having more ram. I got 6 .rom and 4 .bin files for the 1403 from the PockEmul sources, how do I combine those to the required files for the 1460? RE: Pokecomgo (Sharp PC emulator on Android) - johanw - 07-13-2024 05:59 PM 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? RE: Pokecomgo (Sharp PC emulator on Android) - Bill (Smithville NJ) - 07-16-2024 12:12 PM (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 |