mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
rulechan.cpp: Please don't include nonstandard headers or use fake XTAL values for derived clocks (nw)
This commit is contained in:
parent
3a0d2248f7
commit
4f8e36e11a
@ -149,10 +149,9 @@
|
||||
|
||||
#define CPU_CLOCK XTAL(8'000'000)
|
||||
#define VID_CLOCK XTAL(10'730'000)
|
||||
#define TMS_CLOCK XTAL(1'750'000)
|
||||
#define TMS_CLOCK (VID_CLOCK / 24)
|
||||
#define VDP_MEM 0x20000 // 4x 4464 (64K x 4 DRAM)
|
||||
|
||||
#include <conio.h>
|
||||
#include "emu.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "machine/nvram.h"
|
||||
|
Loading…
Reference in New Issue
Block a user