randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

Doesn't start on pi 2 #67

Closed belab closed 5 years ago

belab commented 5 years ago

I'v written the image with win32 disk imager and copied the roms BASIC, CHARGEN, KERNAL, d1541II to the c64 folder. Once I started my raspi 2 the green led starts blinking in an interval with 7 repeats and hdmi screen gets a signal but it stays black. I tried renaming kernel7.img to kernel.img, which has the same effect on the screen except the green led is not blinking anymore.

randyrossi commented 5 years ago

Try formatting the disk, then use the bmc64-2.1.files.zip file and unzipping the files instead of writing the image. (Also remember to copy the roms again). If that workes, sounds like win32 disk imager did something strange with the partition. The results should be nearly identical except for the size of the partition. Let me know if that method works.

belab commented 5 years ago

I didn't mention it, but first I tried this method. Same result. Is it possible to enable logs? What's the right method with the kernel7.img? Do I have to rename it?

belab commented 5 years ago

I found it. I thought it was a pi2, but actually it was a pi1 model b rev. 1.2. Is there a way to run BMC64 on this model?

randyrossi commented 5 years ago

Sorry, the pi1 is not powerful enough to run without lots of frame jitter & sound issues. I don't support it.

On Sat, Jul 27, 2019 at 12:30 PM belab notifications@github.com wrote:

I found it. I thought it was pi2, but actually it was pi1 model b rev. 1.2. Is there a way to run BMC64 on this model?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/67?email_source=notifications&email_token=AAI3HKCLGQ5CIT5QXTUTIXTQBRZ3JA5CNFSM4IHI3MA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD26ORJY#issuecomment-515696807, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI3HKCZ2JP72I2PA7DS2ELQBRZ3JANCNFSM4IHI3MAQ .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

belab commented 5 years ago

OK, thanks anyway for your support.