mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
(MESS) pencil2 : notes (nw)
This commit is contained in:
parent
cfd4f09676
commit
ea5a0eff22
@ -30,6 +30,7 @@ Undumped known cassettes
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Cheque Book Balance
|
Cheque Book Balance
|
||||||
Data Base
|
Data Base
|
||||||
|
Demo Tape (Calendar, Arith, Melody)
|
||||||
Household Expenses
|
Household Expenses
|
||||||
Reminder Calendar
|
Reminder Calendar
|
||||||
|
|
||||||
|
@ -17,10 +17,17 @@
|
|||||||
- ??? : Floppy Disk Drive (5.25)
|
- ??? : Floppy Disk Drive (5.25)
|
||||||
- ??? : Floppy Disk Controller
|
- ??? : Floppy Disk Controller
|
||||||
- ??? : RS-232C Serial Interface
|
- ??? : RS-232C Serial Interface
|
||||||
|
- ??? : Coleco Adapter*
|
||||||
- PEN-8xx : Various software on Cassette or Floppy Disk
|
- PEN-8xx : Various software on Cassette or Floppy Disk
|
||||||
- ??? : Game Controller (joystick and 14 buttons)
|
- ??? : Game Controller (joystick and 14 buttons)
|
||||||
- PEN-7xx : Various software in Cartridge format
|
- PEN-7xx : Various software in Cartridge format
|
||||||
- PEN-430 : Modem
|
- PEN-430 : Modem
|
||||||
|
- PEN-902 : Computer power supply
|
||||||
|
- PEN-962 : Monitor cable
|
||||||
|
|
||||||
|
* The cart slot is the same as that found on the Colecovision console. By plugging the
|
||||||
|
Coleco Adapter into the expansion slot, Colecovision cartridges can be plugged into the
|
||||||
|
cart slot and played.
|
||||||
|
|
||||||
Information found by looking inside the computer
|
Information found by looking inside the computer
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
@ -313,6 +320,7 @@ static MACHINE_CONFIG_START( pencil2, pencil2_state )
|
|||||||
|
|
||||||
/* cassette */
|
/* cassette */
|
||||||
MCFG_CASSETTE_ADD( "cassette" )
|
MCFG_CASSETTE_ADD( "cassette" )
|
||||||
|
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
|
||||||
|
|
||||||
/* cartridge */
|
/* cartridge */
|
||||||
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "pencil2_cart")
|
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "pencil2_cart")
|
||||||
|
Loading…
Reference in New Issue
Block a user