mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +03:00
funkybee.cpp: Remove PCB diagram (which belongs to the other skylncr); add note
This commit is contained in:
parent
39756ba8d5
commit
757f8551f2
@ -34,10 +34,12 @@ f800 watchdog
|
|||||||
|
|
||||||
I/0 ports:
|
I/0 ports:
|
||||||
write
|
write
|
||||||
00 8910 control
|
00 8912 control
|
||||||
01 8910 write
|
01 8912 write
|
||||||
|
|
||||||
AY8910 Port A = DSW
|
AY-3-8912 Port A = DSW
|
||||||
|
|
||||||
|
The Sky Lancer PCB has an unpopulated space for a second AY-3-8912.
|
||||||
|
|
||||||
|
|
||||||
Stephh's notes (based on the games Z80 code and some tests) :
|
Stephh's notes (based on the games Z80 code and some tests) :
|
||||||
@ -568,36 +570,6 @@ ROM_START( funkybeeb )
|
|||||||
ROM_LOAD( "funkybee.clr", 0x0000, 0x0020, CRC(e2cf5fe2) SHA1(50b293f48f078cbcebccb045aa779ced2fb298c8) )
|
ROM_LOAD( "funkybee.clr", 0x0000, 0x0020, CRC(e2cf5fe2) SHA1(50b293f48f078cbcebccb045aa779ced2fb298c8) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
Sky Lancer PCB Layout
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
|--------------------------------------------|
|
|
||||||
_| ROM.U33 |
|
|
||||||
| |
|
|
||||||
| ROM.U32 |
|
|
||||||
| WF19054 |
|
|
||||||
| |
|
|
||||||
|_ |
|
|
||||||
| 6264 |
|
|
||||||
| |------| 6116 |
|
|
||||||
_| DSW4(8) |ACTEL | |
|
|
||||||
| DSW3(8) |A1010B| |
|
|
||||||
| DSW2(8) | | 6264 |
|
|
||||||
| DSW1(8) |------| |
|
|
||||||
| 6264 |
|
|
||||||
| M5M82C255 |
|
|
||||||
| |
|
|
||||||
| ROM.U35 |
|
|
||||||
|3.6V_BATT |
|
|
||||||
|_ 6116 Z80 12MHz |
|
|
||||||
|--------------------------------------------|
|
|
||||||
Notes:
|
|
||||||
Z80 @ 3.0MHz [12/4]
|
|
||||||
WF19054 = AY-3-8910 @ 1.5MHz [12/8]
|
|
||||||
*/
|
|
||||||
|
|
||||||
ROM_START( skylancr )
|
ROM_START( skylancr )
|
||||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||||
ROM_LOAD( "1sl.5a", 0x0000, 0x2000, CRC(e80b315e) SHA1(0c02aa9f0d4bdfc3482c400d0e4e38fd3912a512) )
|
ROM_LOAD( "1sl.5a", 0x0000, 0x2000, CRC(e80b315e) SHA1(0c02aa9f0d4bdfc3482c400d0e4e38fd3912a512) )
|
||||||
|
Loading…
Reference in New Issue
Block a user