SORD M5:
Adding an analog input for a cassette player.
Search found 24 matches
- Thu Jun 22, 2023 7:57 pm
- Forum: MiSTer Updates & Changelog
- Topic: MiSTer updates and changelog
- Replies: 820
- Views: 4469132
Re: MiSTer updates and changelog
- Tue Feb 07, 2023 1:37 pm
- Forum: Other Computer / System Cores
- Topic: Is an MSX2 Core Being Developed?
- Replies: 18
- Views: 5911
Re: Is an MSX2 Core Being Developed?
thera34 wrote: ↑Tue Feb 07, 2023 1:24 pmYou need to update MiSTer as well for the last version of the core to work(2023.02.03), changes are not yet merged in main: https://github.com/tdlabac/MSX1_MiSTer/ ... ses/MiSTer
It's not a requirement. OSD freezing should not happen.
- Wed Nov 30, 2022 9:46 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
I added MSX1 to the official repository.
At the same time I replaced the BIOS with an opensource BIOS and added a few small things.
https://github.com/MiSTer-devel/MSX1_MiSTer
- Wed Nov 30, 2022 9:35 pm
- Forum: MiSTer Updates & Changelog
- Topic: MiSTer updates and changelog
- Replies: 820
- Views: 4469132
Re: MiSTer updates and changelog
New Computer Core: MSX1
Reference HW Philips VG8020/00
- Sun Nov 27, 2022 6:05 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Today I posted another version.
- SCC sound fix
- adjustment of the number of VDP lines
- support for two cartridges
- BIOS upload support
- firmware/Hangul ROM support
- SCC sound fix
- adjustment of the number of VDP lines
- support for two cartridges
- BIOS upload support
- firmware/Hangul ROM support
- Sun Nov 13, 2022 12:42 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Correction in the next version. Thanks! Any chance we can get this patch in too? diff --git a/vdp18_pack-p.vhd b/vdp18_pack-p.vhd --- a/vdp18_pack-p.vhd 2022-10-22 23:47:04.000000000 +0200 +++ b/vdp18_pack-p.vhd 2022-11-01 15:23:13.303453960 +0100 @@ -26,10 +26,10 @@ -- Constants for first and last vertical line of NTSC and PAL mode. -- constant h...
- Sun Nov 13, 2022 12:15 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
- Fri Nov 11, 2022 7:35 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
- Sun Nov 06, 2022 5:37 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Work continues and new fixes and features have been added to the core.
- FDD support
- SYS updates
- Unloading ROM cartridge
- Change video mode PAL/NTSC
- Fixed PSG sound
- Fixed border problem on CRT
- Fixed joystick in some games
- FDD support
- SYS updates
- Unloading ROM cartridge
- Change video mode PAL/NTSC
- Fixed PSG sound
- Fixed border problem on CRT
- Fixed joystick in some games
- Sun Jul 24, 2022 7:03 pm
- Forum: Arcade Cores
- Topic: IREM M72 & M84 Core (R-Type, R-Type II, Image Fight, Ninja Spirit, Gallop : Armed Police Unit)
- Replies: 59
- Views: 33376
- Sun Mar 06, 2022 12:46 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
@vampier I would say that PSG sounds almost spot on now. SCC sounds good for a 1st implementation but it seems that waveforms and channels are getting mixed up or something (hard to explain) If you want to have good test scenarios to see how accurate the core is please run Utopia demo by Dvik and JoyRex or Waves by the same people. The sound playba...
- Mon Jan 17, 2022 6:09 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
HI,
New version 20220117 adds support for Konami mappers, Konami SCC, ASCII8, ASCII16. If ROM > 1Mbit (128 kB) is loaded, used SDRAM in the core. If SDRAM is not available the ROM will not work and BASIC will appear.
New version 20220117 adds support for Konami mappers, Konami SCC, ASCII8, ASCII16. If ROM > 1Mbit (128 kB) is loaded, used SDRAM in the core. If SDRAM is not available the ROM will not work and BASIC will appear.
- Mon Jan 10, 2022 6:16 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
That's gonna be tough. I don't have a way to test it at the moment and video is not my thing.
- Mon Jan 10, 2022 5:31 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Look Github. Release 20220110marcelosofth wrote: ↑Mon Jan 10, 2022 12:50 pm I saw that the sound correction was made, but I didn't find the last file compiled with and this correction will still be released with the sound correction?
- Mon Jan 10, 2022 10:12 am
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
This may be due to lack of mapping support from cartrige. Currently no external mapper is implemented. More information could be provided if I know which specific ROM it is.
- Thu Jan 06, 2022 7:56 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Does the core support audio in (loading from tape?) Yes, today's version allows emulation of the audio IN and cassette player. However, I have not tried the audio IN. I don't have it available on my HW. The cassette player emulation assumes a CAS file for MSX from the Mame project. I have tested it cursorily on one game composed of several files (...
- Wed Jan 05, 2022 10:33 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: New MSX Core In The Works
Hey, I've posted the first publishable version. https://github.com/tdlabac/MSX1_MiSTer Don't hit me too hard. I'm not a professional and I do this as a hobby. I never owned MSX, but I know ported games thanks to my Sord M5 :-). There is also an rbf file available for download on github. BIOS is included. I ended up using a Philips VG-8020 as a temp...
- Sun Jan 02, 2022 7:57 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
Re: Sord M5 (Japanese Computer)
Looks great already. How did you get around all the different kind of mappers? If needed I can help testing or provide mapper types if needed: https://romdb.vampier.net/Archive//softwaredb-latest.zip This zip file contains the Official XML ROM database for openMSX as well as a SQLLite file I hope the MSX will run at 60hz to make sure most games ru...
- Thu Dec 30, 2021 9:29 pm
- Forum: Other Computer / System Cores
- Topic: New MSX Core In The Works
- Replies: 114
- Views: 74246
- Mon Dec 27, 2021 9:48 am
- Forum: MiSTer Updates & Changelog
- Topic: MiSTer updates and changelog
- Replies: 820
- Views: 4469132
Re: MiSTer updates and changelog
Sord M5:
- Joypad support added
- Joypad support added
- Wed Nov 10, 2021 7:09 pm
- Forum: Other Computer / System Cores
- Topic: Sord M5 (Japanese Computer)
- Replies: 11
- Views: 9283
Re: Sord M5 (Japanese Computer)
Yes, it is true that the Sord M5 is very similar to the MSX-1. After all, the Sord M5 has a modified MSX bios and modified games to work. As I recall, the modification consisted of adjusting the VDP and keyboard addressing. Additionally, the bios routines had to be modified to work with the cassette player. Can be tested. Enable EM-64 + Basic - I a...
- Tue Nov 09, 2021 9:28 pm
- Forum: MiSTer Updates & Changelog
- Topic: MiSTer updates and changelog
- Replies: 820
- Views: 4469132
Re: MiSTer updates and changelog
Sord M5:
- New computer core
- New computer core
- Tue Nov 09, 2021 1:28 pm
- Forum: Other Computer / System Cores
- Topic: Sord M5 (Japanese Computer)
- Replies: 11
- Views: 9283
- Fri Mar 12, 2021 4:46 pm
- Forum: General Discussions
- Topic: Wishlist of Cores You Would Like to See in the Future
- Replies: 338
- Views: 495534
Re: Wishlist of Cores You Would Like to See in the Future
Hi,MiSTer_Kirk wrote: ↑Wed Mar 10, 2021 11:47 pm ...
Sord M5
...
Not going to happen, but one can dream - Sega System 32, Sega Model 1, Dreamcast, N64
My first attempt to port a Sord M5 personal computer. https://github.com/tdlabac/SordM5_MiSTer/tree/master