-
In VS Code today, when someone inspects memory, we open the hex editor and never automatically close it. The first question is, should be memory view be automatically closed at any point? This would d…
-
So I'm looking to make a Tactics game for the Commodore 64 and Commodore 128, but I want to also be able to port it to the MSX2 and possibly other architectures (68K, 65816, x86). So this seems to be …
-
Possibly related to #56?
I have a rare case where ROM and RAM overlap slightly. Specifically, I overlay my "ROM" image into RAM which is shared w/ a debugger's variables (_the debugger itself is in…
-
### MAME version
0.263 (unknown) (0.263+dfsg.1-0ubuntu1~ppa1~mantic1)
### System information
Linux Ubuntu 23.04, x86_64, en_US.UTF-8 locale.
### INI configuration details
```INI
#
# CORE CONFIG…
-
Spun off from #445.
@peterferrie said:
>What I really miss - BPMR and BPMW so that it will trigger on only specific accesses.
tomcw updated
4 years ago
-
Hi David,
This looks very impressive. I've been playing with the BBC Micro Core on the DE10-nano/MISTer platform which has limitations currently. Your BBC FPGA is considerably ahead. Have you by an…
-
With the current code on [xania.org](https://bbc.xania.org/?coProcessor=true), firing up a BBC B with 65C02 co-pro, leaving the default Elite disc in the drive and doing:
```
*SAVE Z 1000 1100
```
…
-
Great work gentlemen.
I was testing the latest r30 build on Linux. Works great but it grabs one cpu core and runs it at 100%, even when the emulator is idle. Otherwise lots of fun.
FYI: I’m runn…
-
This is just a suggestion in case it interests you. EWoz is a slightly improved version of WozMon. I have a version of it running as the OS (along with BASIC) for a 6502 computer I built and the enhan…
-
I'm getting this error when I try to build the project in VS Code:
```
FAILED: bin/Hbc56Emu.exe
cmd.exe /C "cd . && C:\msys64\mingw64\bin\g++.exe -Wno-uninitialized -Wno-uninitialized -O3 -DNDEBUG …