Search found 1911 matches

by jca
Tue May 23, 2023 10:16 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

Sorry, too busy these days.
The problem comes from the low resolution which also implies small fonts.
AIM65
161x200 34.89kHz 137.3Hz
1920x1080 148.50MHz 60Hz

UK101
512x256 15.79kHz 50.0Hz
1920x1080 148.50MHz 60Hz

Multicomp
640x400 31.26kHz 59.4Hz
1920x1080 148.50MHz 60Hz

by jca
Mon May 22, 2023 4:04 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

In MISTer ini I have it enabled. I will post it when I am back near my MISTer.

by jca
Sat May 20, 2023 4:52 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

I don't have too much merit, I just tried. I am still learning FPGA programming, I don't know anything about the framework except that it is where the hardware dependencies reside. The SokIt uses a framework derived from the MISTer one so it seemed logical to first replace it, next was to change the chip model and redo the chip assignments. I am fa...
by jca
Sat May 20, 2023 2:41 pm
Forum: Linux
Topic: [New version!] SD Card Migration Utility for MiSTer: An easy way to migrate to a new SD card, no PC required
Replies: 47
Views: 28033

Re: [New version!] SD Card Migration Utility for MiSTer: An easy way to migrate to a new SD card, no PC required

It looks like there was some corruption on your SD card. These files contain the data from the corrupted files.

by jca
Fri May 19, 2023 8:54 pm
Forum: Official Addon Boards
Topic: Analog IO board colour depth
Replies: 3
Views: 4246

Re: Analog IO board colour depth

If I am not mistaken it uses a resistive DAC, the more colors the more I/O pins needed and also the resistors have to be very accurate.

by jca
Fri May 19, 2023 3:27 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

On HDMI 1080p it looks horrible. This is the reason I first though the keyboard was sending garbage although the character typed seemed to appear. After that I started to try to figure out what was send by typing QWERTY. Q and W gave a ? and when I typed E it went into the editor. :D The core works but on HDMI it is close to be unusable. I suppose ...
by jca
Thu May 18, 2023 11:53 pm
Forum: General Discussions
Topic: How to Monitor update_all Changes?
Replies: 9
Views: 1440

Re: How to Monitor update_all Changes?

For official arcade it is a little bit difficult as updates to arcades are almost never announced in "MiSTer Updates & Changelog". For Jotego arcades which are usually pushed on Friday I try to announce it. If you only want arcades you can place a filter in downloader.ini to get only arcades plus whatever you are interested in but you...
by jca
Thu May 18, 2023 11:20 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

@EeDee You can already use BASIC, FORTH and PL/65. Load the extended ROM you want and press 5. For his Github Still to do: find a way to load and store programs, i'm still studying the MiSTer framework fix an annoying behaviour on the serial port, tricky enough find why sometimes the screen jumps fix the keyboard as for now works only with US keybo...
by jca
Thu May 18, 2023 8:46 pm
Forum: General Discussions
Topic: How to Monitor update_all Changes?
Replies: 9
Views: 1440

Re: How to Monitor update_all Changes?

May be I misunderstood you. You want to know beforehand what updates are available?

by jca
Thu May 18, 2023 7:50 pm
Forum: General Discussions
Topic: How to Monitor update_all Changes?
Replies: 9
Views: 1440

Re: How to Monitor update_all Changes?

In real time you can ssh into MISTer, cd /media/fat/Scripts and ./update_all.sh.
Or afterwards ftp into MISTer, goto /media/fat/Scripts/.config/downloader and look at the downloader.log.

by jca
Thu May 18, 2023 5:35 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

On the first test I made I though I was in Basic, it was not so. I was in the monitor. Looking on @shinymetal6 Github I saw I had to type 5 to go into BASIC.
Have fun but be careful not to destroy your vision :D

by jca
Thu May 18, 2023 5:18 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

Correction:
I though the KB was "sending" garbage. This is not the case: the font looks horrible on 1080p and the core seems to send other characters after the typed character.
I tried again without loading Basic.
Here is what I got.
I don't have much time so feel free to make some tests.

by jca
Thu May 18, 2023 4:58 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

I could not resist. Note: I don't know what I am doing but I tried. Replaced SYS from original core with SYS from MISTer template. Opened the project with Quartus. Changed the FPGA chip to the one used on MISTer. I removed the pin assignments as recommended. Imported assignments with the pin assignments I exported from another MISTer project. Compi...
by jca
Thu May 18, 2023 4:11 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

@shinymetal6 Thanks for the changes: Relative path for ROMs and FONT. Demux fixed. Now your project compiles out of the box without any error. In the next few days I won't have much time but I will see what I can do. Anyone wanting to do the port to the DE10 Nano should try it and if you have a lot more experience that me it should be a piece of ca...
by jca
Wed May 17, 2023 10:16 pm
Forum: Arcade Cores
Topic: JT Update May 17
Replies: 0
Views: 1156

JT Update May 17

jtkiwi: Fixes music octave in TNZS jotego/jtcores#211 .
Aliens for his patrons.

by jca
Wed May 17, 2023 10:11 pm
Forum: General Discussions
Topic: Hdmi Audio 96khz not supported by all cores?
Replies: 1
Views: 695

Re: Hdmi Audio 96khz not supported by all cores?

I have the same ini settings and have no such problems but I do not use an audio extractor.

by jca
Wed May 17, 2023 5:06 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

Thanks. As I said I am no FPGA guru but I try to learn. Until now I have been trying with various success to port cores from one board to another. No MISTer so far as I got chicken feet with the framework. First I need to compile your original project. Next I will try what I can do: Replace sys with the MISTer sys? Change the board from SocKit to D...
by jca
Wed May 17, 2023 3:20 pm
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

@shinymetal6 Thanks. For the absolute path it was not so much a problem for me, I just changed it to match my system. I suppose there is a way to make it relative but I am far from being an expert. OK for aim65_decmux.v. Regarding this new thread this is my own "fault" as I made the suggestion but it is interesting to have a potential new...
by jca
Wed May 17, 2023 8:23 am
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

After reading this post: https://misterfpga.org/viewtopic.php?p=73418#p73418 I made the suggestion of opening this thread to the author. Due to the lack of information in the original post it may not have been the best suggestion regarding the location of the post but it surely is not inappropriate. New cores are always welcome. If you don't know t...
by jca
Wed May 17, 2023 6:19 am
Forum: Other Computer / System Cores
Topic: New computer core to be ported on DE10 : Rockwell AIM65
Replies: 28
Views: 6582

Re: New computer core to be ported on DE10 : Rockwell AIM65

I tried to compile the project as is but I had some trouble. First the path to the roms and font are fully qualified and did not match the location of these files on my system. Example: .INIT_FILE("D:/SVN/verilog/Projects/aim65/aim65_quartus/rtl/aim65/ROM/monitor_z22.hex")) I wonder if these names can be relative and not absolute. I also ...
by jca
Tue May 16, 2023 11:03 pm
Forum: Input Devices
Topic: Arcade Coin Acceptor via Daemonbite?
Replies: 9
Views: 1060

Re: Arcade Coin Acceptor via Daemonbite?

This is also what I think with the current being low and thus not requiring the resistor. I also saw such a circuit.
Here is a web page for 5V to 3.3V. I don't really know what to think about all that.

by jca
Tue May 16, 2023 8:39 pm
Forum: Input Devices
Topic: Arcade Coin Acceptor via Daemonbite?
Replies: 9
Views: 1060

Re: Arcade Coin Acceptor via Daemonbite?

Usually a series resistor is used but in this case I am not sure if it is necessary. May be someone can comment on it.

by jca
Tue May 16, 2023 1:43 pm
Forum: Arcade Cores
Topic: Arcade News May 13
Replies: 2
Views: 883

Re: Arcade News May 13

There has been an update to Aliens. Not sure what it is as it says: JTFriday 2023-05-19. Jaleco MegaSys1: Did you know #JALECO's Mega System 1 Rod-Land has another set of 31 levels known as the "Second Story (The Unknown Pyramid)"? If you beat the new #CoinOpCollection title by @Darren__O , it tells you the code to input at the end. You c...
by jca
Tue May 16, 2023 1:19 pm
Forum: Arcade Cores
Topic: JALECO Mega System 1 Release: 20230715 (Saint Dragon)
Replies: 29
Views: 6009

Re: JALECO Mega System 1 Release: 20230715 (Saint Dragon)

I don't think the core is official. Did you enable Unofficial in update all settings? I have it on my system but I am not sure if it came via the Unofficial setting. Edit: I had a look in the log and this is what I got. SECTION: atrac17/coin-op_collection Downloading 5 files: _Arcade/Rod-Land (World, Set 1).mra Arcade/ alternatives/_Rod-Land/R&...
by jca
Mon May 15, 2023 7:04 pm
Forum: General Discussions
Topic: Where to post new cores?
Replies: 3
Views: 1074

Re: Where to post new cores?

You can always open a new topic in the computer section, something like "New computer core: AIM65"
Place a link to you Github and users can start testing it.

by jca
Mon May 15, 2023 12:14 pm
Forum: Arcade Cores
Topic: JT Friday May 12
Replies: 19
Views: 2459

Re: JT Friday May 12

Did you have a jtkiwi_xxx.rbf or only jtkiwi.rbf? I'm pretty sure I had both files. In this case deleting just jtkiwi_xxx.rbf would have been enough. What happened is that when you started the mra MISTer looks for the most recent core and a core with a DateStamp is considered more recent than a core without. You should check if you have other jt c...
by jca
Sun May 14, 2023 11:36 am
Forum: Arcade Cores
Topic: JT Friday May 12
Replies: 19
Views: 2459

Re: JT Friday May 12

Did you have a jtkiwi_xxx.rbf or only jtkiwi.rbf?

by jca
Sat May 13, 2023 10:43 pm
Forum: General Discussions
Topic: No games are working on the Mister FPGA anymore
Replies: 7
Views: 8375

Re: No games are working on the Mister FPGA anymore

https://github.com/MiSTer-devel/MemTest_MiSTer
It does not look very good: no memory detected.
Are you sure you plugged it correctly?

by jca
Sat May 13, 2023 3:06 pm
Forum: Arcade Cores
Topic: JT Friday May 12
Replies: 19
Views: 2459

Re: JT Friday May 12

Only Aliens is beta, all others are public and load properly. Delete jtkiwi.rbf and any other jtkiwi_xxx.rbf if they exist. Delete all the mras: Arkanoid - Revenge of DOH (World).mra Dr. Toppel's Adventure (World).mra Extermination (World).mra Insector X (World).mra Kageki (World).mra The NewZealand Story (World, old version) (P0-041A PCB).mra Run ...