zephray / VerilogBoy

A Pi emulating a GameBoy sounds cheap. What about an FPGA?
https://hackaday.io/project/57660-verilogboy
Other
465 stars 57 forks source link

编译成功,但运行出现错误 #21

Closed EV71 closed 5 years ago

EV71 commented 5 years ago

提示 %Error: bootrom.mif:0: $readmem file not found Aborting... Aborted (core dumped)

zephray commented 5 years ago

没有汇编启动ROM,请cd至roms运行make,README已更新

EV71 commented 5 years ago

没有汇编启动ROM,请cd至roms运行make,README已更新

其实在发帖之后成功编译了bootrom,貌似可以启动了。 但只能运行32K的ROM吗?试了好几ROM,32K都可以出来启动画面,非32K全部不行。

zephray commented 5 years ago

请看源代码,仿真器中没有实现MBC仿真(因为MBC并非GameBoy一部分),故无法支持大于32K的ROM。之后为了调试需要可能会加入

Sent from my iPhone

On May 9, 2019, at 1:01 AM, EV71 notifications@github.com<mailto:notifications@github.com> wrote:

没有汇编启动ROM,请cd至roms运行make,README已更新

其实在发帖之后成功编译了bootrom,貌似可以启动了。 但只能运行32K的ROM吗?试了好几ROM,32K都可以出来启动画面,非32K全部不行。

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/zephray/VerilogBoy/issues/21#issuecomment-490744169, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABG5QRIITL3Q5DRPYH2MDUDPUOVZBANCNFSM4HLVH4GA.

EV71 commented 5 years ago

请看源代码,仿真器中没有实现MBC仿真(因为MBC并非GameBoy一部分),故无法支持大于32K的ROM。之后为了调试需要可能会加入 Sent from my iPhone On May 9, 2019, at 1:01 AM, EV71 notifications@github.com<mailto:notifications@github.com> wrote: 没有汇编启动ROM,请cd至roms运行make,README已更新 其实在发帖之后成功编译了bootrom,貌似可以启动了。 但只能运行32K的ROM吗?试了好几ROM,32K都可以出来启动画面,非32K全部不行。 — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#21 (comment)>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABG5QRIITL3Q5DRPYH2MDUDPUOVZBANCNFSM4HLVH4GA.

完全明白,谢谢你的回答。