-
I'd like to interface the HBIOS TIMER functions with the [Y2K](http://www.nongnu.org/avr-libc/user-manual/group__avr__time.html) epoch (related to Unix Epoch). Whilst it is possible as stands, would i…
-
In [this section](https://github.com/EtchedPixels/FUZIX/blob/9d5f38b410a11c31aa9967fa88831d2db76bccaf/Kernel/dev/devsd.c#L125), an optimisation for sdcc weirdness is provided.
I recently copied thi…
-
hi,
please fix that bug.
### test2.asm
org 8000h
start: ld a, 0b00000011
and 0b00000010
out ($80), a
ret
c:\WORK\test1>**zcc +rc2014 -subtype=acia -clib=sdcc_iy -SO3 -v -m --list --m…
-
Wayne,
trying to unwrap your quite complicated system, but I think I've gathered some facts that I'd like to test for correctness, and some questions about things that I don't fully understand.
…
-
#### Issue description
Emulation freezes at:
```
Z80 SBC By Grant Searle
Memory top?
```
when started with `./rc2014 -a -e 0`
and
```
Press [SPACE] to activate console
```
wh…
-
I'v been working on a bootable CF card for weeks now. I am convinced that there is a bug somewhere
in the process. I know that fuzix will boot on some systems, but the correct incantation is elusiv…
-
See below. The first part is the romwbw text messages etc.
RetroBrew HBIOS v2.9.1-pre.3, 2018-05-11
RC2014 @ 7.368MHz
0 MEM W/S, 1 I/O W/S, INT MODE 1
512KB ROM, 512KB RAM
SIO0: IO=0x80 …
-
Mike's command line player (https://github.com/MMaciocia/RC2014-YM2149) makes your sound card a lot easier to use than assembling separate executables for each song, but it's not very easy to find. I …
-
Would it be feasible to support the rc2014 pro kit which comes with the pageable rom/ram modules?
Example: https://www.tindie.com/products/Semachthemonkey/rc2014-pro-homebrew-z80-computer-kit/
-
Hi Wayne.
First of all many thanks for RomWBW, it's great.
Now onto the problem. I'm happy to contribute a code fix, but wondered what the best way to proceed was.
The ppide driver doesn't se…