PMD85 Core
-
- Core Developer
- Posts: 25
- Joined: Sun Jan 03, 2021 11:17 am
- Has thanked: 3 times
- Been thanked: 46 times
PMD85 Core
I’d like to share my 2nd Verilog project with you (1st was uninteresting led blinking) – FPGA implementation of Czechoslovakian computer called PMD85 for MISTer. It’s still not 100% done, but it works and you can play some games on it. Here is link to short youtube video with basic and some games for demonstration.
https://youtu.be/VVukIzzWiKY
And here is link to my github where you can get latest release, copy it to your MISTer SD card and start as described in read.me
https://github.com/PetrM1/PMD85
Floppy drive is not implemented in this core (yet), but you can use another facility of PMD for loading SW – rom pack – kind of cartridge. In menu you can load rmm file and then reset PMD. Here is link to few rmm files.
https://uloz.to/!sUF8kbQCSu2d/pmd85-2-zip
Enjoy it
Petr
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
- kathleen
- Top Contributor
- Posts: 421
- Joined: Fri Jun 26, 2020 4:23 am
- Location: Belgium
- Has thanked: 243 times
- Been thanked: 138 times
Re: PMD85 Core
Thank you @shark800 for sharing your nice project. Will test it also with a great interest.
かすりん
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PMD85 Core
I have just tested this core. It' s very cool! I like it a lot.
I have just tried a couple of games which are Arkanoid and Jet Set Willy (Willie Walker) and they run very well included the sound. I do love the green colour screen! It reminds my first days with my beloved commodore C64.
I have also given you a thumb up on your youtube channel and now I an trying to run a few commands in BASIC 2.
Please let us know if you update it.
Re: PMD85 Core
- Threepwood
- Posts: 133
- Joined: Mon May 25, 2020 9:14 am
- Has thanked: 4 times
- Been thanked: 23 times
Re: PMD85 Core
Is this a specific version that you implemented, like the PMD 85-1?
Re: PMD85 Core
Yeah, there are several versions of PMD85:Threepwood wrote: ↑Tue Jan 05, 2021 3:39 pm Is this a specific version that you implemented, like the PMD 85-1?
1 uses 48K RAM. Tape recorder modulator and demodulator is full hardware. user just sends and reads the UART i8251 and the hardware makes Manchester like modulation... short between edges=the same bit level as before, double between edges=different bit level.
2. better keyboard, tape sender is still full hardwired, tape receiver is bit banged, just like ZX Spectrum has.
2A. Switched from DRAM 4116 to 4164, so 64KB, introduces Full RAM mode,
3. Major rework of Bios and Basic, more possibilities of memory handling.
There was an 'intelligent' disc drive for 2A and 3 models.
-
- Core Developer
- Posts: 25
- Joined: Sun Jan 03, 2021 11:17 am
- Has thanked: 3 times
- Been thanked: 46 times
Re: PMD85 Core
thank you for your positive feedback! I'm glad if this core of an old Czechoslovakian computer entertained you (at least for a while).
@Threepwood this core is PMD85-2a (but full RAM mode is not available in this core yet)
Thank you and enjoy!
Petr
-
- Posts: 1
- Joined: Mon May 25, 2020 11:29 pm
- Has thanked: 1 time
Re: PMD85 Core
- LamerDeluxe
- Top Contributor
- Posts: 1239
- Joined: Sun May 24, 2020 10:25 pm
- Has thanked: 887 times
- Been thanked: 284 times
Re: PMD85 Core
-
- Core Developer
- Posts: 25
- Joined: Sun Jan 03, 2021 11:17 am
- Has thanked: 3 times
- Been thanked: 46 times
Re: PMD85 Core
new release of PMD85 mister core is available. In new version load sw (games) via (ADC) line in and mouse were implemented.
Details how to install new release, use both features as well as release itself is available on my github https://github.com/PetrM1/PMD85
And here is link to a zip file with great minesweeper game transformed into rmm file and Saboteur game transformed into WAV file - https://ulozto.cz/file/isVhMayAbcaz/pmd85-games-zip
I'd like to thank to Libor for transforming minesweeper for me. And I have to say he has much more nice games - please visit his pages https://www.pmd85.cz/ - with google translator who can't read in Czech
Petr
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PMD85 Core
Great, many thanks for the new release. I will check it out shortly.shark800 wrote: ↑Sun Sep 26, 2021 8:30 am Hi everyone,
new release of PMD85 mister core is available. In new version load sw (games) via (ADC) line in and mouse were implemented.
Details how to install new release, use both features as well as release itself is available on my github https://github.com/PetrM1/PMD85
And here is link to a zip file with great minesweeper game transformed into rmm file and Saboteur game transformed into WAV file - https://ulozto.cz/file/isVhMayAbcaz/pmd85-games-zip
I'd like to thank to Libor for transforming minesweeper for me. And I have to say he has much more nice games - please visit his pages https://www.pmd85.cz/ - with google translator who can't read in Czech
Petr
Re: PMD85 Core
Thank you for the update. Loading from ADC works very well.shark800 wrote: ↑Sun Sep 26, 2021 8:30 am Hi everyone,
new release of PMD85 mister core is available. In new version load sw (games) via (ADC) line in and mouse were implemented.
Details how to install new release, use both features as well as release itself is available on my github https://github.com/PetrM1/PMD85
Petr
- 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: PMD85 Core
You should pop a post in this thread so that it appears in the Discord news channel feeds and everyone knows that you have released your core, so nobody misses it:
viewtopic.php?f=2&t=147
-
- Core Developer
- Posts: 230
- Joined: Thu Jun 04, 2020 1:43 pm
- Has thanked: 44 times
- Been thanked: 66 times
Re: PMD85 Core
It seems to work great. I knew nothing at all about this machine beforehand, so thanks for bringing another obscure (to me) system to MiSTer!
D.
-
- Posts: 313
- Joined: Thu Sep 16, 2021 10:54 pm
- Has thanked: 840 times
- Been thanked: 51 times
Re: PMD85 Core
shark800 wrote: ↑Sun Jan 03, 2021 4:27 pmHi all,
I’d like to share my 2nd Verilog project with you (1st was uninteresting led blinking) – FPGA implementation of Czechoslovakian computer called PMD85 for MISTer. It’s still not 100% done, but it works and you can play some games on it. Here is link to short youtube video with basic and some games for demonstration.
And here is link to my github where you can get latest release, copy it to your MISTer SD card and start as described in read.me
https://github.com/PetrM1/PMD85Floppy drive is not implemented in this core (yet), but you can use another facility of PMD for loading SW – rom pack – kind of cartridge. In menu you can load rmm file and then reset PMD. Here is link to few rmm files.
https://uloz.to/!sUF8kbQCSu2d/pmd85-2-zip
Enjoy it
Petr
Hi, sorry to resurrect this old thread but https://uloz.to/!sUF8kbQCSu2d/pmd85-2-zip is not more available, when can I find a working *.rnm?
Thanks a lot for this core!