hoglet67 / PiTubeDirect

Bare-metal Raspberry Pi project that attaches to the Acorn TUBE interface and emulates many BBC Micro Co Processors
GNU General Public License v3.0
187 stars 23 forks source link

Add to Call &2000 to some method to highlight which 65C02 is running. #148

Closed dp111 closed 2 years ago

dp111 commented 2 years ago

Also add copro number to the PiVDU screen and the sphere REM statements

hoglet67 commented 2 years ago

How do the following look?

capture2 capture1

Co Pro now in the SPHERE REM statement: capture0

Co Pro now in the VDU splash screen: my_photo-1

dp111 commented 2 years ago

Looks excellent to me.

On Wed, 5 Jan 2022 at 12:35, David Banks @.***> wrote:

How do the following look?

[image: capture2] https://user-images.githubusercontent.com/1951463/148218156-d826d52c-cb80-4b1d-b8f3-97c4b89b2c8b.png [image: capture1] https://user-images.githubusercontent.com/1951463/148218150-f2c36b33-4619-4a24-b75e-d141cbea2263.png [image: capture0] https://user-images.githubusercontent.com/1951463/148218131-67517a66-c405-4236-bb34-0dccf941d58e.png [image: my_photo-1] https://user-images.githubusercontent.com/1951463/148218404-2b579808-51fe-49c9-a6d5-7acb1617c485.jpg

— Reply to this email directly, view it on GitHub https://github.com/hoglet67/PiTubeDirect/issues/148#issuecomment-1005648739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVVFISNY6MW4W4LCU42O5LUUQ3I7ANCNFSM5LIKEE3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

hoglet67 commented 2 years ago

The splash screen is now redrawn when you switch Co Pros (previously it was only drawn once)

BTW, I tried cherry picking 2cc44faf and 0fa9f08f

When I did ?&FEF8=65 the system hung, recovered by BREAK.

Any thoughts?