Search found 4 matches

by SKuRGe911
Wed Jul 14, 2021 11:35 am
Forum: Development for MiSTer
Topic: Having some problems when compiling my own core in hdmi enabled mode. ie non debug.
Replies: 4
Views: 4996

Re: Having some problems when compiling my own core in hdmi enabled mode. ie non debug.

ok. after leaving it for a while I came back to this issue and I looked at the ao486 core and used its ddram memory mapping which fixed the issues.
it seems i forgot to divide by 8 on the memory bus to make it 64 bit words. it was being overwritten by the frame buffer every time. lulz.
by SKuRGe911
Wed Jun 16, 2021 12:58 am
Forum: Development for MiSTer
Topic: Having some problems when compiling my own core in hdmi enabled mode. ie non debug.
Replies: 4
Views: 4996

Re: Having some problems when compiling my own core in hdmi enabled mode. ie non debug.

i'm using 17.0 the one recommended and i'm already not using the frame buffer. the thing is i do have a high speed on the bus to ddr. its almost 100mhz.
by SKuRGe911
Sat Jun 12, 2021 1:02 am
Forum: Development for MiSTer
Topic: Having some problems when compiling my own core in hdmi enabled mode. ie non debug.
Replies: 4
Views: 4996

Having some problems when compiling my own core in hdmi enabled mode. ie non debug.

When I compile my design with the NOHDMI_DEBUG MODE enabled, My design works flawlessly. But when I enable the HDMI portion by commenting out the macro, It fails to run properly. I have no idea why this is. Ive checked its ddram upload which seems to have worked properly. So the data is in the DDRRAM. But the cpu doesnt get it and start running. Iv...
by SKuRGe911
Tue Sep 29, 2020 1:28 am
Forum: Development for MiSTer
Topic: SD Card Access
Replies: 0
Views: 1505

SD Card Access

Hi. what does the 'sd_req_type' input in the hp_ios module do?
I am having some problems accessing sd card images with code that used to work but now doesn't , after a few years ago.
better internal code documentation would be really helpful.