Search found 93 matches

by nico24
Sat May 14, 2022 2:19 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 13: Addressing
Replies: 6
Views: 1460

Re: MiSTer Core Dev Episode 13: Addressing

@Alkadian,
Thanks!! At the beginning of the week I was getting way more subscribers than typical, so I thought something was up. I did a search and found that Hackaday article. Great to have the coverage! We're close to getting a working core, just minus the sound for now. So that's going to be fun trying to implement that.
by nico24
Mon May 09, 2022 6:46 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 13: Addressing
Replies: 6
Views: 1460

Re: MiSTer Core Dev Episode 13: Addressing

Don't tell anyone, but the secret is that I didn't start making the videos until I knew it worked!!
by nico24
Sun May 08, 2022 4:31 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 13: Addressing
Replies: 6
Views: 1460

MiSTer Core Dev Episode 13: Addressing

Looking at how RAM, ROM and peripherals are addressed by the 6502 in our core and then review of the Verilog for the MiSTer. Finally we launch the actual core for the first time.

by nico24
Wed Apr 27, 2022 3:37 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 11: RAM ROM Test
Replies: 5
Views: 1663

Re: MiSTer Core Dev Episode 11: RAM ROM Test

Thanks MISTerMark - that's a really great resource.
by nico24
Mon Apr 25, 2022 4:07 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 12: Display + CPU
Replies: 1
Views: 1014

MiSTer Core Dev Episode 12: Display + CPU

Looking at how contested VRAM access is handled between display and CPU circuitry in hardware and then in Verilog for the MiSTer. I put the logic analyzer on the circuit to see what's going on.

by nico24
Sun Apr 24, 2022 7:01 pm
Forum: Development for MiSTer
Topic: How do you re-create a video console?
Replies: 16
Views: 7308

Re: How do you re-create a video console?

Just as easy to take the verilog code and just connect it up like that. Not visual, but practically the same.
by nico24
Sat Apr 23, 2022 11:52 pm
Forum: Development for MiSTer
Topic: How do you re-create a video console?
Replies: 16
Views: 7308

Re: How do you re-create a video console?

That's awesome. I shall be 'borrowing' that code!
by nico24
Sat Apr 23, 2022 10:02 pm
Forum: Development for MiSTer
Topic: How do you re-create a video console?
Replies: 16
Views: 7308

Re: How do you re-create a video console?

One thing I would say, my problem was, looking a bit and then trying to look at something else, or thinking some different hardware would allow me to 'get it'. In the end the only thing that let me get it was building it on a breadboard first and then doing it in Verilog. That's why I'm trying to shorten that learning curve in my videos. I think yo...
by nico24
Sat Apr 23, 2022 5:08 pm
Forum: Development for MiSTer
Topic: How do you re-create a video console?
Replies: 16
Views: 7308

Re: How do you re-create a video console?

Rog my first video has a bunch of resources including books. I would definitely persevere with the 8bitworkshop book because, as you say, it is tailored specifically for video games. I go back to it all the time!
by nico24
Fri Apr 22, 2022 10:10 pm
Forum: Development for MiSTer
Topic: How do you re-create a video console?
Replies: 16
Views: 7308

Re: How do you re-create a video console?

One point with the book cited is that, as you mentioned, it is designed to be used with the online IDE. It's a bit quirky compared to writing for an actual FPGA. Still very useful though. He makes some leaps that I personally found a little difficult to understand. Of course, I would shamelessly plug the MiSTer Retro Wolf channel on Youtube, since ...
by nico24
Sun Apr 17, 2022 12:33 am
Forum: Other Computer / System Cores
Topic: SCUMMVM
Replies: 279
Views: 133041

Re: SCUMMVM

Ok- so was looking around the menus. There is something called GLOBAL Volume (rather than Core Volume) that was set to MUTE by default. That's what it was. In case someone has the same issue!
by nico24
Sun Apr 17, 2022 12:16 am
Forum: Other Computer / System Cores
Topic: SCUMMVM
Replies: 279
Views: 133041

Re: SCUMMVM

Thanks bbond007 for the suggestions. Yes plugged in, both tried the HDMI output and the IO board sound out. Both global and game setting changed about to test for a few different games. MiSTer updated constantly. Oh well, I guess it's one of those ones I won't solve. Thanks.
by nico24
Sat Apr 16, 2022 11:58 pm
Forum: Other Computer / System Cores
Topic: SCUMMVM
Replies: 279
Views: 133041

Re: SCUMMVM

Any sound on any game.
by nico24
Sat Apr 16, 2022 11:26 pm
Forum: Other Computer / System Cores
Topic: SCUMMVM
Replies: 279
Views: 133041

Re: SCUMMVM

Any ideas why my sound may not be coming through?
by nico24
Sat Apr 16, 2022 7:51 pm
Forum: Other Computer / System Cores
Topic: SCUMMVM
Replies: 279
Views: 133041

Re: SCUMMVM

Needed to create a fresh system SD card, so started out fresh with SCUMMVM. Now I have no sound at all, apart from that all running ok. Any ideas why I wouldn't be getting sound? thanks.
by nico24
Fri Apr 15, 2022 2:26 pm
Forum: Other Computer / System Cores
Topic: Apple IIGS MiSTer Core Progress
Replies: 46
Views: 20237

Re: Apple IIGS MiSTer Core Progress

It would be very good to have this IIGS core! I've always wanted to get a system, it was just a little too out of the price range. Would be excellent to play around with this, so really good news it's in development.
by nico24
Wed Mar 30, 2022 3:29 pm
Forum: Guides & Videos
Topic: MiSTer Google Slides PDF Project
Replies: 27
Views: 6675

Re: MiSTer Google Slides PDF Project

That's funny. Cheating in the sense of not doing all the background research into the system yourself, so cheating the 'system'...
by nico24
Sun Mar 27, 2022 7:37 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 11: RAM ROM Test
Replies: 5
Views: 1663

Re: MiSTer Core Dev Episode 11: RAM ROM Test

Ha! Thanks. Yes I can see it's going to really make a difference with checking out arcade boards.
by nico24
Sat Mar 26, 2022 4:34 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 11: RAM ROM Test
Replies: 5
Views: 1663

MiSTer Core Dev Episode 11: RAM ROM Test

A continued look at how to implement a 6502 CPU with RAM and ROM in hardware and Verilog for use in MiSTer cores. The hardware test circuit is analyzed and simulated in Modelsim, with discussion.

by nico24
Fri Mar 25, 2022 11:09 pm
Forum: Arcade Cores
Topic: Hyper Sports - Jotego
Replies: 11
Views: 2547

Re: Hyper Sports - Jotego

So great to see this core!! Very happy about it.
by nico24
Sat Mar 12, 2022 11:53 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 10: 6502 Verilog
Replies: 2
Views: 1239

MiSTer Core Dev Episode 10: 6502 Verilog

A look at how to implement a 6502 CPU in Verilog for use in MiSTer cores. The hardware test circuit from the last episode is simulated in Modelsim, with discussion.

by nico24
Mon Feb 28, 2022 6:01 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 9: Let's Do 6502
Replies: 2
Views: 1367

MiSTer Core Dev Episode 9: Let's Do 6502

Looking into the 6502 chip, it's history and how it works, with a small test circuit and code review.

by nico24
Sun Feb 27, 2022 6:28 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Update: VGA Output
Replies: 6
Views: 1896

Re: MiSTer Core Dev Update: VGA Output

Slypty - the core that I'm developing - but I'd say many of the arcade cores are outputting a composite sync on the HSync input. That is, the VSync and HSyncs are superimposed on that input. The VSync is not needed under this configuration. Now I am using a PVM and this may make it a little more flexible in terms of what it accepts for sync but I'm...
by nico24
Mon Feb 21, 2022 4:33 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Update: VGA Output
Replies: 6
Views: 1896

Re: MiSTer Core Dev Update: VGA Output

Hi thorr - the tutorial series is building from the ground up. You could say that, currently, up to now we're only really using the DE10-nano with the added IO board. I'm not using any of the MiSTer framework that supports the HDMI, VGA port, USB etc. The reason is, if I included the framework it would be REALLY complicated and I want it to be as s...
by nico24
Sun Feb 20, 2022 10:09 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Update: VGA Output
Replies: 6
Views: 1896

MiSTer Core Dev Update: VGA Output

All episode have been updated to now include optional code for VGA output rather than CRT output. Useful for anyone wanting to follow along without a CRT.

by nico24
Sun Feb 13, 2022 11:58 pm
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 8: Test Screen Rom in Verilog
Replies: 1
Views: 1022

MiSTer Core Dev Episode 8: Test Screen Rom in Verilog

Displaying a test pattern on the screen from a Rom chip using the Tank Battalion character set, this time in Verilog.

A simple one this time. Next time we'll be diving into the 6502 CPU actual hardware and then how we implement it in Verilog.

by nico24
Mon Feb 07, 2022 12:39 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 7: Test Screen Rom
Replies: 1
Views: 1851

MiSTer Core Dev Episode 7: Test Screen Rom

MiSTer Core Dev Episode 7: Test Screen Rom

Displaying a test pattern on the screen from a Rom chip using the Tank Battalion character set.

by nico24
Thu Feb 03, 2022 5:58 am
Forum: Guides & Videos
Topic: MiSTer Core Dev Episode 6: Verilog Rom Chips
Replies: 1
Views: 1669

MiSTer Core Dev Episode 6: Verilog Rom Chips

MiSTer Core Dev Episode 6: Verilog Rom Chips

Displaying tilemap graphics on the screen using a Verilog implementation of the Tank Battalion character rom chip, then explaining how it works (hopefully..)

by nico24
Tue Feb 01, 2022 3:47 am
Forum: Other Computer / System Cores
Topic: Acorn Electron Core
Replies: 65
Views: 36869

Re: Acorn Electron Core

Ah = yes, I use FeeUEF to play them through the audio cable. There was a site where someone had analyzed the format of UEF files, but it's a bit of a headache!
by nico24
Mon Jan 31, 2022 11:31 pm
Forum: Other Computer / System Cores
Topic: Acorn Electron Core
Replies: 65
Views: 36869

Re: Acorn Electron Core

What part of the Electron tape wasn't working? The last core had it working just fine.