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
491 stars 59 forks source link

plus4emu memory #269

Closed BODYPRINT closed 2 months ago

BODYPRINT commented 3 months ago

I'm trying to run Mega Assembler on the Plus/4 but for the full package to work it requires 256mb

Plus4emu supports 256 and 1024kb memory. https://plus4emu.sourceforge.net/html/features.html#plus4 "RAM size can be 16, 32, 64, 256, or 1024 kilobytes (the latter two using the Hannes memory expansion)"

Can this be enabled in BMC64 please?

randyrossi commented 3 months ago

Can you try replacing your plus4 kernels with the ones found here?

https://accentual.com/bmc64/downloads/plus4emumemory/

I didn't test this at all so not sure if it will do what you expect. It wasn't clear whether I could just call the same API with 256 or 1024 so it's a shot in the dark.

On Mon, Aug 5, 2024 at 11:31 AM Philip Merwarth @.***> wrote:

I'm trying to run Mega Assembler on the Plus/4 but for the full package to work it requires 256mb

Plus4emu supports 256 and 1024kb memory. https://plus4emu.sourceforge.net/html/features.html#plus4 "RAM size can be 16, 32, 64, 256, or 1024 kilobytes (the latter two using the Hannes memory expansion)"

Can this be enabled in BMC64 please?

— Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKGRJYCAZW67M3PVQALZP6LG7AVCNFSM6AAAAABMARL4WWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DQOBVGAYDEMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Randy Rossi

BODYPRINT commented 3 months ago

Thanks heaps. Yep seems to be working great.