better font rendering and start of z80 access
This commit is contained in:
4
cvideo.c
4
cvideo.c
@@ -18,8 +18,8 @@
|
||||
#define DATA_SM 0
|
||||
#define SYNC_SM 1
|
||||
|
||||
#define DATA_PIN 2 // pixel / luma bit pin
|
||||
#define SYNC_PIN 3 // sync pin
|
||||
#define DATA_PIN 19 // pixel / luma bit pin
|
||||
#define SYNC_PIN 18 // sync pin
|
||||
|
||||
#define SYNC_INTERVAL_S 0.000002f // 2 us per sync-SM instruction
|
||||
#define ACTIVE_VIDEO_S 0.000052f // 52 us active video per line
|
||||
|
||||
Reference in New Issue
Block a user