Skip to content

Commit

Permalink
CPC+ emulation added to menu, check issues #59
Browse files Browse the repository at this point in the history
  • Loading branch information
David Skywalker committed Mar 13, 2019
1 parent cdc4a6a commit 0358a7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libretro/libretro-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void retro_set_environment(retro_environment_t cb)
},
{
"cap32_model",
"Model; 6128|464", // 6128+ - WIP
"Model; 6128|464|6128+",
},
{
"cap32_ram",
Expand Down
17 changes: 10 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

All the credit of the caprice32 Emulator to Ulrich Doewich

You can download the caprice32 original source code here :
http://sourceforge.net/projects/caprice32/
You can download the caprice32 original source code [here](http://sourceforge.net/projects/caprice32/)


This core also use some code from wiituka/pituka (c) 2004-2016 David Colmenero
http://code.google.com/p/wiituka/
This core also use some code from [wiituka/pituka](http://code.google.com/p/wiituka/) (c) 2004-2016 David Colmenero


CPC464+/CPC6128+/GX4000 (c) 2016-2019 Colin Pitrat : https://github.com/ColinPitrat/caprice32

CPC464+/CPC6128+/GX4000 - ATM as **Work in Progress** (c) 2016-2019 Colin Pitrat
https://github.com/ColinPitrat/caprice32

And of course for the RetroArch/Libretro team : "http://www.libretro.com"

Expand All @@ -24,6 +23,10 @@ Launch a TAPE (cdt), DSK or M3U, and game should autostart.

Detailed usage at libretro docs: https://docs.libretro.com/library/caprice32/

### New Features

* New model added 6128+

### Keyboard emulated layout
![imagen](https://user-images.githubusercontent.com/560310/52812237-4c4fbd80-3097-11e9-8537-88f62e8ba5e8.png)

Expand Down Expand Up @@ -77,7 +80,7 @@ Jack the Nipper II... In Coconut Capers (E).dsk

# Known Bugs

- CPC-PLUS model is in WIP state, do not use yet.
- [CPC+ Emulation have some issues](https://github.com/libretro/libretro-cap32/issues/59)

- Android version is not fully tested/optimized.

Expand Down

0 comments on commit 0358a7c

Please sign in to comment.