[RELEASE] PSPCAP32: Amstrad CPC Emulator for PSP v1.0.3
This is a discussion on [RELEASE] PSPCAP32: Amstrad CPC Emulator for PSP v1.0.3 within the ZX-81's Homebrew Releases forums, part of the PSP Development Forum category; Hi All, Here is a new version of PSPCAP32 the CPC Emulator for PSP. What's new in version 1.0.3 : ...
-
04-23-2006, 01:09 PM #1QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
[RELEASE] PSPCAP32: Amstrad CPC Emulator for PSP v1.0.3

Hi All,
Here is a new version of PSPCAP32 the CPC Emulator for PSP.
What's new in version 1.0.3 :
- Full Speed Emulation, due to several optimizations :
> Z80 emulation code (rewrite instructions decoder part)
> Display/graphic functions improvements
- Add a "frame skip" option in the emulator menu
What's new in version 1.0.2 :
- Emulator options menu to change parameter such as sound, clock ...
- Zip archive (.zip) support for both disk files (.dsk) and snapshot files (.sna).
- User Keyboard mapping file to specify dedicated mapping between CPC
and PSP keys (usefull for games that use specials keys and/or don't support joystick).
How to use it ?
Have a look to the README.txt file !
Two binary versions (for 2.x and 1.5 FW) and sources are included in the zip archive.
This package is under GPL Copyright, read COPYING file for more information about it.
Enjoy, :)
Zx.
Last edited by NeilR-X; 04-25-2006 at 06:02 PM.
The more you fail, the more you have a chance that it will work in the end.
-
04-23-2006, 01:18 PM #2TheMarioKartersGuest
Nice work, glad to see zip support.
-
04-23-2006, 01:34 PM #3QJ Gamer Gold
- Join Date
- Jul 2005
- Location
- California
- Posts
- 2,409
- QJ Pts
- 13,924
- Level
- 76
- Downloads
- 0
- Uploads
- 0
yeah every emulator should have zip support to save memory
"The True Master Paralyzes His Opponent Leaving Him Vulnerable to Attack"
M.Shinoda
V.3.52 M33
Thanks Deturb For Premium.
http://i118.photobucket.com/albums/o...Untitled-2.jpg
-
04-23-2006, 01:54 PM #4QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
Right ! on our case, a disk file is 200k and a snapshot is 128k ... after zip the size is generally divided by 10 ! :icon_bigg
Originally Posted by frylock
The more you fail, the more you have a chance that it will work in the end.
-
04-23-2006, 11:57 PM #5QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
Yes. it was not so easy to integrate, because the original C code of Caprice32 (that support zip files) wasn't portable at all. It was mainly due to byte/word alignment problems : on a mips r4000 word memory access must be aligned on a 4 bytes address, and this is not the case for x86 processors.
Originally Posted by TheMarioKarters
:)The more you fail, the more you have a chance that it will work in the end.
-
04-24-2006, 10:06 AM #6
- Join Date
- Apr 2006
- Posts
- 11
- QJ Pts
- 4,018
- Level
- 40
- Downloads
- 0
- Uploads
- 0
Is it just me, or does changing the clock speed have no effect?
I'm running on 2.6 firmware, Japanese white machine, and no matter what settings I use (including fiddling with the clock speed on the e-loader itself) it always seems exactly the same.
Still, great to see quick progress being made.
-
04-24-2006, 10:32 AM #7QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
Clock change has no effect even for me on 2.5. I think the code i use should be taken into account only with 1.x FW (kernel access).
Originally Posted by Fry Crayola
The more you fail, the more you have a chance that it will work in the end.
-
04-24-2006, 10:54 AM #8QJ Gamer Silver
- Join Date
- Oct 2005
- Location
- England
- Posts
- 1,970
- QJ Pts
- 10,906
- Level
- 69
- Downloads
- 0
- Uploads
- 0
Great emulator.
Your on a roll Zx-81! Keep up the good work!
-
04-25-2006, 11:48 AM #9
- Join Date
- Apr 2006
- Posts
- 4
- QJ Pts
- 3,998
- Level
- 40
- Downloads
- 0
- Uploads
- 0
hi,first thanx for this emulator
i really like (gryzor,ikari,ghost goblins,solomon's key , ah the good old time)
the clock has not effect at all even on 1.5
-
04-25-2006, 11:53 AM #10QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
ok thanks for your feedback :). May be i've missed something on the usage of the function to call to modify clock speed. Anyway i will release a new version very soon, and few minutes ago, i succeed to have a working emulator at 100% original CPU original speed !
The more you fail, the more you have a chance that it will work in the end.
-
04-25-2006, 12:22 PM #11
- Join Date
- Apr 2006
- Posts
- 4
- QJ Pts
- 3,998
- Level
- 40
- Downloads
- 0
- Uploads
- 0
wow it's really an good news :)
i'm impatient to play with it
-
04-25-2006, 01:06 PM #12QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- France
- Posts
- 1,094
- QJ Pts
- 29,779
- Level
- 99
- Downloads
- 0
- Uploads
- 0
[RELEASE] PSPCAP32: Amstrad CPC Emulator for PSP v1.0.3
Hi All,
Here is a new version of PSPCAP32 the CPC Emulator for PSP.
What's new in version 1.0.3 :
- Full Speed Emulation, due to several optimizations :
> Z80 emulation code (rewrite instructions decoder part)
> Display/graphic functions improvements
- Add a "frame skip" option in the emulator menu
How to use it ?
Have a look to the README.txt file !
Two binary versions (for 2.x and 1.5 FW) and sources are included in the zip archive.
This package is under GPL Copyright, read COPYING file for more information about it.
Enjoy, :)
Zx.The more you fail, the more you have a chance that it will work in the end.
-
04-26-2006, 08:47 AM #13
- Join Date
- Apr 2006
- Posts
- 4
- QJ Pts
- 3,998
- Level
- 40
- Downloads
- 0
- Uploads
- 0
thanx
i'm trying right now :icon_smil
-
04-27-2006, 04:40 AM #14
- Join Date
- Apr 2006
- Posts
- 11
- QJ Pts
- 4,018
- Level
- 40
- Downloads
- 0
- Uploads
- 0
It doesn't seem quite full speed on a 2.6, but it's close. The sound is still slow, and needs turned off to maintain a playable speed. Changing the clock speed still has no effect but I gather you haven't tweaked that code?
The frequency of these updates is certainly something to praise. Each release getting better and better.
I must remember to have a running clock in my bathroom. "ETA to Batman on Bog" written above it.


LinkBack URL
About LinkBacks
Reply With Quote

Unfortunately, these cheaters are ruining many games.
Damn Cheaters Ruining A Game