Search found 414 matches
- 25 Oct 2024 10:44
- Forum: MFX
- Topic: Display issues with MFX 40 column basic
- Replies: 6
- Views: 3891
Re: Display issues with MFX 40 column basic
According to the table on Dave's site, you have FPGA firmware version 1.01. With that version of the firmware, the 80 column display uses the FPGA internal RAM, and it is only the 40-column (VDP emulation) display that uses the external RAM. So that very much suggests to me that the problem lies wit...
- 18 Oct 2024 20:27
- Forum: EVENTS
- Topic: Memofest 2024?
- Replies: 18
- Views: 10329
Re: Memofest 2024?
So far there has not been enough interest shown to be worth hosting the event this year. It really needs at least four or five people. There's probably 4 or 5 of the usual suspects that would attend via skype like last time. I meant four or five physically present. Since there is really no new hard...
- 16 Oct 2024 16:19
- Forum: EVENTS
- Topic: Memofest 2024?
- Replies: 18
- Views: 10329
Re: Memofest 2024?
I am less than 50 miles NE of London. I will send a more precise location by PM.
So far there has not been enough interest shown to be worth hosting the event this year. It really needs at least four or five people.
So far there has not been enough interest shown to be worth hosting the event this year. It really needs at least four or five people.
- 30 Sep 2024 20:28
- Forum: EVENTS
- Topic: Memofest 2024?
- Replies: 18
- Views: 10329
Re: Memofest 2024?
Unfortunate that there are two major events on the same weekend, splitting possible attendance.
So if there is going to be a Memofest this year, it probably needs to be on a different date.
So if there is going to be a Memofest this year, it probably needs to be on a different date.
- 29 Sep 2024 17:00
- Forum: EVENTS
- Topic: Memofest 2024?
- Replies: 18
- Views: 10329
- 24 Sep 2024 21:56
- Forum: INTRODUCE YOURSELF
- Topic: Also from the Netherlands
- Replies: 15
- Views: 6945
Re: Also from the Netherlands
Having looked at the code, support for an I2C port expander was in reasonable shape, and it was not too much work to hack it into he Linux builds. Pull the latest code from my repository, then either: cd MEMU mkdir build cd build cmake -DTARGET=XWin -DHW_23017=Y .. make Or: cd MEMU mkdir build cd bu...
- 24 Sep 2024 10:31
- Forum: INTRODUCE YOURSELF
- Topic: Also from the Netherlands
- Replies: 15
- Views: 6945
Re: Also from the Netherlands
For use with a Pi Zero I would suggest something like this. It provides 16 Input / Outputs at 5v, as per the MTX I/O port.
I have got something I am trying to finish first, then I will have a look at adding support for this to MEMU.
I have got something I am trying to finish first, then I will have a look at adding support for this to MEMU.
- 23 Sep 2024 21:51
- Forum: INTRODUCE YOURSELF
- Topic: Also from the Netherlands
- Replies: 15
- Views: 6945
Re: Also from the Netherlands
I hope this is an incentive to work on a modern GPIO implementation I'm more than happy to test it ;-). Any preference: Raspberry Pi or Pico? The Pico has the advantage of much faster boot (no Linux operating system). If just reading buttons then they probably have a simple pull-up to 5v. Change th...
- 23 Sep 2024 20:51
- Forum: INTRODUCE YOURSELF
- Topic: Also from the Netherlands
- Replies: 15
- Views: 6945
Re: Also from the Netherlands
Unfortunately it supports some (custom ) hardware. ... Indeed interfacing the hardware will be the next challenge because the pi IO is not even 5 Volt tolerant. How was the hardware attached? Centronics Printer Port The internal 20-pin Custom I/O DIP socket The 60-way edge connector Depending upon ...
- 23 Sep 2024 18:39
- Forum: INTRODUCE YOURSELF
- Topic: Also from the Netherlands
- Replies: 15
- Views: 6945
Re: Also from the Netherlands
Is the simulator pure software, or does it interface to any special hardware? If pure software, then you want MEMU . That will run on any Raspberry Pi with HDMI display, or even on a Pico with VGA display. If the simulator needs to control any hardware, then that can be done using GPIO. It may be ne...