mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Clean-ups and version bump
This commit is contained in:
parent
99a4952017
commit
e6b9af5ec6
@ -57,9 +57,9 @@ OSC:
|
|||||||
X3 16.384MHz (Yamaha YMZ770C-F clock)
|
X3 16.384MHz (Yamaha YMZ770C-F clock)
|
||||||
|
|
||||||
Memory:
|
Memory:
|
||||||
U6 (SDRAM) MT46V16M16 – 4 MBit x 16 x 4 banks, RAM (256 MBit)
|
U6 (SDRAM) MT46V16M16 ? 4 MBit x 16 x 4 banks, RAM (256 MBit)
|
||||||
U7 (SDRAM) MT46V16M16 – 4 MBit x 16 x 4 banks, RAM (256 MBit)
|
U7 (SDRAM) MT46V16M16 ? 4 MBit x 16 x 4 banks, RAM (256 MBit)
|
||||||
U1 (SDRAM) MT48LC2M32 – 512K x 32 x 4 banks, (64 MBit) for CV1000-B
|
U1 (SDRAM) MT48LC2M32 ? 512K x 32 x 4 banks, (64 MBit) for CV1000-B
|
||||||
U1 (SDRAM) IS42S32400 - 1024K x 32 x 4 banks, (128 MBit) for CV1000-D
|
U1 (SDRAM) IS42S32400 - 1024K x 32 x 4 banks, (128 MBit) for CV1000-D
|
||||||
|
|
||||||
Roms:
|
Roms:
|
||||||
|
@ -6057,6 +6057,7 @@ popn7 // not sure, doesn't boot yet (c) 2001
|
|||||||
|
|
||||||
// PowerPC based Konami games
|
// PowerPC based Konami games
|
||||||
bujutsu // G?645 (c)1997
|
bujutsu // G?645 (c)1997
|
||||||
|
racjamdx // G?676 (c)1997
|
||||||
fiveside // GX479 (c)1995
|
fiveside // GX479 (c)1995
|
||||||
thunderh // GX680 (c)1996 Euro EAA
|
thunderh // GX680 (c)1996 Euro EAA
|
||||||
thunderhu // GX680 (c)1996 USA UAA
|
thunderhu // GX680 (c)1996 USA UAA
|
||||||
|
@ -38,4 +38,4 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
extern const char build_version[];
|
extern const char build_version[];
|
||||||
const char build_version[] = "0.143u7 ("__DATE__")";
|
const char build_version[] = "0.143u8 ("__DATE__")";
|
||||||
|
Loading…
Reference in New Issue
Block a user