-
Hi,
first of all sorry if I am using the Issues section to ask a question that may not be a bug.
I am trying to use your lib to get my game to compile.
I am getting several "multiple definition" er…
-
From a crash in the genmod emulator where my buggy code basically ended up fuzzing the 9938 by just loading random crap into it in a loop
Thread 1 "mame" received signal SIGFPE, Arithmetic exce…
-
I want to try to build a wasm of mame0246 on ubuntu 22.04 according to https://docs.mamedev.org/initialsetup/compilingmame.html#emscripten-javascript-and-html. After I configured emscripten, I started…
-
...
BYTE 100, 64, 04, >0E ; ok
...
BYTE 100, 64, 04, >0E ; syntax error
...
(two spaces after "64," on second line)
-
I see SDL2 has already been ported to Serenity and I can't think of any finer SDL-using app to port than MAME/MESS. It might be better to port one of the MAME forks such as mame4all instead of regular…
-
It looks like the BANK_ definition has changed and makeapi.py no longer works:
```rm -f api.asm
for f in `cat api.lst`; do grep $f b*.h; done | grep BANK_ | cut -d'(' -f2 | cut -d',' -f1-2 >api.ba…
-
-
## Steps to reproduce the issue
Current version of yosys reproduces the problem in the title with both ice40 and ecp5 targets. The error message is shown pretty much immediately.
```
git clone …
-
Hi,
With "make tests", I have the following error ;
...
[1802]testing req ... PASS
[1802]testing seq ... PASS
[1802]testing adci 14 ... head: 1802_naken.hex: No such file or directory
FAIL
…
-
I'm seeing an issue with running the disassembler against some TMS-1100 code (from a TMS-1400 processor).
The command I'm using is: `c:naken_util.exe -disasm -tms1100 darktower.bin`
I'm seeing a…