MiSTer-devel / MSX_MiSTer

MSX for MiSTer
42 stars 23 forks source link

Add an option to the menu to automatically RESET the core after mounting a VHD image #12

Closed nilp0inter closed 5 years ago

nilp0inter commented 5 years ago

Hi,

this pull request implements the feature discussed in #11. As a recap:

I tested it over 20190712 and is working fine. I had problems running master (even without my patch), so I cannot test it there.

MP2E commented 5 years ago

Thank you for the patch! Just curious, what is wrong with master currently?

nilp0inter commented 5 years ago

The master branch compiled but the resulting core only got me a black screen. I don't know if there is something else I have to update (maybe the Linux part)?

Anyway, It is my first time using Quartus software and I don't think I correctly imported the project because it didn't compile right away. I had to manually add all /sys files to the project configuration for it to compile.

My conclusion is that the most probable cause of the fault is my setup, not the master branch; but I am not sure.

sorgelig commented 5 years ago

you need to use quartus 17.0 Then open project by opening MSX.qpf file. Then it should compile without errors.

nilp0inter commented 5 years ago

Oh, ok, that should be the problem, I am using Quartus 18.1. I am going to downgrade and test master again.

nilp0inter commented 5 years ago

I tested it with Quartus 17.0. Everything is working fine.

Thanks!