Casio PV-1000 Console Core
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Casio PV-1000 Console Core
Still needs some tweaking and polishing, like the video timing but for the most part, the whole library of games (all 13) load and seem playable.
- Attachments
-
- Casio_PV-1000_Beta_20220804.7z
- (655.92 KiB) Downloaded 427 times
-
- Posts: 125
- Joined: Wed Jun 03, 2020 5:39 pm
- Has thanked: 8 times
- Been thanked: 36 times
Re: Casio PV-1000 Console Core
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
Re: Casio PV-1000 Console Core
Game directory must be name as casio_pv-1000
- Moondandy
- Top Contributor
- Posts: 535
- Joined: Mon May 25, 2020 2:14 am
- Location: Edinburgh, Scotland
- Has thanked: 32 times
- Been thanked: 102 times
Re: Casio PV-1000 Console Core
Well done doing the NEC D65010G031 sound chip, we didn't have that one yet.
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
I couldn't find any information on that chip, which actually handles the sound and video so based it on information from Mame, videos and brute force.
- Moondandy
- Top Contributor
- Posts: 535
- Joined: Mon May 25, 2020 2:14 am
- Location: Edinburgh, Scotland
- Has thanked: 32 times
- Been thanked: 102 times
Re: Casio PV-1000 Console Core
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
The biggest thing for me, is cleaning up the code. It's the equivalent of a prototype board with nothing but bodge wire and duct tape.
Once I get it to a state that is not too embarrassing, I will put it in Main.
- Moondandy
- Top Contributor
- Posts: 535
- Joined: Mon May 25, 2020 2:14 am
- Location: Edinburgh, Scotland
- Has thanked: 32 times
- Been thanked: 102 times
Re: Casio PV-1000 Console Core
How you getting on with your refactor? Coming together OK?Flandango wrote: ↑Fri Aug 05, 2022 3:56 pm As for additional menu items, there really isn't anything, system-wise, that is left. No joystick options, no peripherals not even Ntsc/Pal options. Maybe add back in the usual Wide/Normal screen option.
The biggest thing for me, is cleaning up the code. It's the equivalent of a prototype board with nothing but bodge wire and duct tape.
Once I get it to a state that is not too embarrassing, I will put it in Main.
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
Got some of it cleaned up and refactored but for the most part it is not what I would like to deem as "professional" or semi-professional.Moondandy wrote: ↑Sat Sep 03, 2022 8:04 pmHow you getting on with your refactor? Coming together OK?Flandango wrote: ↑Fri Aug 05, 2022 3:56 pm As for additional menu items, there really isn't anything, system-wise, that is left. No joystick options, no peripherals not even Ntsc/Pal options. Maybe add back in the usual Wide/Normal screen option.
The biggest thing for me, is cleaning up the code. It's the equivalent of a prototype board with nothing but bodge wire and duct tape.
Once I get it to a state that is not too embarrassing, I will put it in Main.
I am just going to put a quick Readme together and push it up to main one of these days.
- Moondandy
- Top Contributor
- Posts: 535
- Joined: Mon May 25, 2020 2:14 am
- Location: Edinburgh, Scotland
- Has thanked: 32 times
- Been thanked: 102 times
Re: Casio PV-1000 Console Core
Are there any other systems you are interested in making cores for? Really appreciate you working on these obscure ones.
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
I had a couple of them going but others beat me to the punch and they did a much better job.
I got a couple others but they are much more complicated and I'm trying to avoid having to make any changes to Main as much as possible. If they get anywhere I'll make post for folks to try out. Again I'm no expert at all and just spending some time learning and having fun.
- PistolsAtDawn
- Posts: 358
- Joined: Fri Feb 18, 2022 7:29 pm
- Has thanked: 303 times
- Been thanked: 100 times
Re: Casio PV-1000 Console Core
Options are always appreciated. Thank you for sharing!Flandango wrote: ↑Sat Sep 03, 2022 8:34 pmGot some of it cleaned up and refactored but for the most part it is not what I would like to deem as "professional" or semi-professional.Moondandy wrote: ↑Sat Sep 03, 2022 8:04 pmHow you getting on with your refactor? Coming together OK?Flandango wrote: ↑Fri Aug 05, 2022 3:56 pm As for additional menu items, there really isn't anything, system-wise, that is left. No joystick options, no peripherals not even Ntsc/Pal options. Maybe add back in the usual Wide/Normal screen option.
The biggest thing for me, is cleaning up the code. It's the equivalent of a prototype board with nothing but bodge wire and duct tape.
Once I get it to a state that is not too embarrassing, I will put it in Main.
I am just going to put a quick Readme together and push it up to main one of these days.
- Moondandy
- Top Contributor
- Posts: 535
- Joined: Mon May 25, 2020 2:14 am
- Location: Edinburgh, Scotland
- Has thanked: 32 times
- Been thanked: 102 times
Re: Casio PV-1000 Console Core
Re: Casio PV-1000 Console Core
tybreiztiger wrote: ↑Fri Aug 05, 2022 10:12 am No boot rom needed
Game directory must be name as casio_pv-1000
no info here https://github.com/MiSTer-devel/Casio_PV-1000_MiSTer
edit. it seems external storage cannot been used w this core
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
How is your external storage linked/used so I can try it out myself and see what may be the cause.
Re: Casio PV-1000 Console Core
Capital C, Capital P, Capital V
Otherwise doenst works for me
-
- Posts: 237
- Joined: Sat Aug 22, 2020 3:08 am
- Has thanked: 27 times
- Been thanked: 50 times
Re: Casio PV-1000 Console Core
Re: Casio PV-1000 Console Core
hey, I tried playing the game Dirty Chameleon and I can't get it controlling right. The Chameleon can't move to the right, can't use it's tongue attack. Either the controls of this game are weird or there's some kind of bugginess going on.
-
- Posts: 237
- Joined: Sat Aug 22, 2020 3:08 am
- Has thanked: 27 times
- Been thanked: 50 times
Re: Casio PV-1000 Console Core
I thought it was just me. This game either controls like garbage or there's a bug in terms of the playability of this game. I tried this sometime last year. Maybe you should open a Github ticket?
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Casio PV-1000 Console Core
I believe I fixed the control issue with Dirty Chameleon (played for a few levels a few times and it seems to work now).
Try this out, if everything looks good and no complaints, I'll push it up.
- Attachments
-
- Casio_PV-1000_20230310.7z
- (656.97 KiB) Downloaded 243 times
-
- Posts: 237
- Joined: Sat Aug 22, 2020 3:08 am
- Has thanked: 27 times
- Been thanked: 50 times
Re: Casio PV-1000 Console Core
Just tested it out. Dirty Chameleon is playable now! Tested out the whole library too to see if there were any regressions and none at all. The entire library is now playable! Great work