ti99: Licensing
This commit is contained in:
parent
6ee8dc6f6d
commit
cc61f27264
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TMS9901 Programmable System Interface
|
TMS9901 Programmable System Interface
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TMS9901 Programmable System Interface
|
TMS9901 Programmable System Interface
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TMS9902 Asynchronous Communication Controller
|
TMS9902 Asynchronous Communication Controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TMS9902 Asynchronous Communication Controller
|
TMS9902 Asynchronous Communication Controller
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/*
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
|
/******************************************************************************
|
||||||
MESS Driver for the Myarc Geneve 9640.
|
MESS Driver for the Myarc Geneve 9640.
|
||||||
|
|
||||||
The Geneve has two operation modes. One is compatible with the TI-99/4a,
|
The Geneve has two operation modes. One is compatible with the TI-99/4a,
|
||||||
@ -198,7 +200,7 @@
|
|||||||
Original version 2003 by Raphael Nabet
|
Original version 2003 by Raphael Nabet
|
||||||
|
|
||||||
Rewritten 2012 by Michael Zapf
|
Rewritten 2012 by Michael Zapf
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
SNUG SGCPU (a.k.a. 99/4p) system
|
SNUG SGCPU (a.k.a. 99/4p) system
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
MESS Driver for TI-99/4 and TI-99/4A Home Computers.
|
MESS Driver for TI-99/4 and TI-99/4A Home Computers.
|
||||||
Raphael Nabet, 1999-2003.
|
|
||||||
|
|
||||||
TI99/4 info:
|
TI99/4 info:
|
||||||
|
|
||||||
Similar to TI99/4a, except for the following:
|
Similar to TI99/4a, except for the following:
|
||||||
@ -32,9 +32,9 @@
|
|||||||
| | (16 bit)
|
| | (16 bit)
|
||||||
Cass joyport
|
Cass joyport
|
||||||
|
|
||||||
Michael Zapf
|
Raphael Nabet, 1999-2003.
|
||||||
|
Rewritten by Michael Zapf
|
||||||
February 2012: Rewritten as class
|
February 2012: Rewritten as class
|
||||||
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
The MESS TI-99/8 emulation driver
|
The MESS TI-99/8 emulation driver
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
SNUG BwG Disk Controller
|
SNUG BwG Disk Controller
|
||||||
Based on WD1773
|
Based on WD1773
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
SNUG BwG Disk Controller
|
SNUG BwG Disk Controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
TI-99/4(A) databus multiplexer circuit
|
TI-99/4(A) databus multiplexer circuit
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/4(A) databus multiplexer circuit
|
TI-99/4(A) databus multiplexer circuit
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
SNUG Enhanced Video Processor Card (evpc)
|
SNUG Enhanced Video Processor Card (evpc)
|
||||||
based on v9938 (may also be equipped with v9958)
|
based on v9938 (may also be equipped with v9958)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
SNUG Enhanced Video Processor Card (evpc)
|
SNUG Enhanced Video Processor Card (evpc)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Geneve 9640 mapper and more components
|
Geneve 9640 mapper and more components
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Geneve main board components.
|
Geneve main board components.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
GROM emulation (aka TMC0430)
|
GROM emulation (aka TMC0430)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
GROM emulation
|
GROM emulation
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
GROM port - the cartridge port of the TI-99/4, TI-99/4A, and
|
GROM port - the cartridge port of the TI-99/4, TI-99/4A, and
|
||||||
TI-99/8 console.
|
TI-99/8 console.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Gromport of the TI-99 consoles
|
Gromport of the TI-99 consoles
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/4 Handset support (TI99/4 only)
|
TI-99/4 Handset support (TI99/4 only)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/4 handset
|
TI-99/4 handset
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Myarc Hard and Floppy Disk Controller
|
Myarc Hard and Floppy Disk Controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Myarc Hard and Floppy Disk Controller
|
Myarc Hard and Floppy Disk Controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Horizon Ramdisk
|
Horizon Ramdisk
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Horizon Ramdisk
|
Horizon Ramdisk
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
SNUG HSGPL card emulation.
|
SNUG HSGPL card emulation.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
SNUG HSGPL card emulation.
|
SNUG HSGPL card emulation.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Joystick port
|
Joystick port
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Joystick port
|
Joystick port
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
TI-99/8 Address decoder and mapper
|
TI-99/8 Address decoder and mapper
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/8 Address decoder and mapper
|
TI-99/8 Address decoder and mapper
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Mechatronic mouse with adapter
|
TI-99 Mechatronic mouse with adapter
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Mechatronic mouse with adapter
|
TI-99 Mechatronic mouse with adapter
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Geneve "Memex" memory expansion
|
Geneve "Memex" memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Geneve "Memex" memory expansion
|
Geneve "Memex" memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Myarc memory expansion
|
TI-99 Myarc memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Myarc memory expansion
|
TI-99 Myarc memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 P-Code Card emulation.
|
TI-99 P-Code Card emulation.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 P-Code Card emulation.
|
TI-99 P-Code Card emulation.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Peripheral expansion system
|
Peripheral expansion system
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Peripheral expansion box
|
Peripheral expansion box
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 SuperAMS Memory Expansion Card. Uses a 74LS612 memory mapper.
|
TI-99 SuperAMS Memory Expansion Card. Uses a 74LS612 memory mapper.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 SuperAMS memory expansion
|
TI-99 SuperAMS memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Speech synthesizer
|
TI-99 Speech synthesizer
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Speech Synthesizer
|
TI-99 Speech Synthesizer
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/8 Speech synthesizer subsystem
|
TI-99/8 Speech synthesizer subsystem
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/8 Speech Synthesizer
|
TI-99/8 Speech Synthesizer
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 32 KiB Memory Expansion Card
|
TI-99 32 KiB Memory Expansion Card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 32K memory expansion
|
TI-99 32K memory expansion
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
Hard disk support
|
Hard disk support
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Hard disk support
|
Hard disk support
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Common definitions for TI family
|
Common definitions for TI family
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Standard Floppy Disk Controller Card
|
TI-99 Standard Floppy Disk Controller Card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Standard Floppy Disk Controller Card
|
TI-99 Standard Floppy Disk Controller Card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 RS232 and Parallel interface card
|
TI-99 RS232 and Parallel interface card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99 Serial and parallel interface card
|
TI-99 Serial and parallel interface card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Thierry Nouspikel's IDE card emulation
|
Thierry Nouspikel's IDE card emulation
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Nouspikel IDE controller card
|
Nouspikel IDE controller card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Thierry Nouspikel's USB-SmartMedia card emulation
|
Thierry Nouspikel's USB-SmartMedia card emulation
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Nouspikel USB / SmartMedia interface card
|
Nouspikel USB / SmartMedia interface card
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/4(A) and /8 Video subsystem
|
TI-99/4(A) and /8 Video subsystem
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:MAME|LGPL-2.1+
|
||||||
|
// copyright-holders:Michael Zapf
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
TI-99/4(A) and /8 Video subsystem
|
TI-99/4(A) and /8 Video subsystem
|
||||||
|
Loading…
Reference in New Issue
Block a user