-
The comments in main.c about the CD0-CD7 pin mappings are misleading. TI's convention calls the LSB "CD7" and the MSB "CD0". The nomenclature is correct on the v0.3 schematic, but the comments in ma…
-
I'm not hearing anything from the nyan demos. Visuals work. I have a rc2014-ym2149 R6 card configured for MSX registers. I can play music with tune.com. I saw it mentioned on a video that you had modi…
-
Earlier this year, I came up with the idea of creating a proprietary video format to get digital video data from certain retro computers for further upscaling: https://github.com/c0pperdragon/LumaCod…
-
現状、全画面の1枚絵を表示するにはBG/FG/スプライトを敷き詰める必要がありやや不便なため、TMS9918Aのモード2のような形でネームテーブルの行(0〜31)の位置により異なるパターン(DPM+行÷4)を表示できる機能を検討する。この機能はVDPレジスタを1本新設して、BG/FGそれぞれの有効化ビットをセットすることで利用できる想定。(※DPM利用が前提)
![Screenshot fr…
-
My EmulatorKit emulates RC2014 and SC126 if you still need emulations. The RC2014 emulation can also emulate the EF9345 and TMS9918A graphics to some extent. TMS9918A needs sprites debugging yet.
-
I'm attempting to make an application that utilizes the bitmap (Graphics II) mode. As an initial test, I started by modifying gfxtest.c to test the TMS9918A with the following code:
```c
void test_v…
ry755 updated
10 months ago
-
Just making note that this routine is busted before I push my latest changes. I will try to look into this after the Zx to see what's going wrong.
-
RaspberryPi Zero (2Wを含む) でもMSX2+コアの性能改善が必要
-
Switching to a different TTY via the alt-Fx keys works, but upon pressing any key within that different TTY the computer hangs and the displayed cursor starts blinking quickly as if characters were be…
-
Hi! I'm attempting to run FUZIX on an emulated RC2014 with a TMS9918A. FUZIX seems to boot correctly, if I disable the TMS9918A and PS/2 emulation then it boots to a login prompt over the SIO. But whe…