mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
rest for Juergen (nw)
This commit is contained in:
parent
ba41d0dce6
commit
2d2728363a
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* geebee.c
|
* geebee.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* Phoenix sound hardware simulation - still very ALPHA!
|
* Phoenix sound hardware simulation - still very ALPHA!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* Sound hardware for Pleiades, Naughty Boy and Pop Flamer.
|
* Sound hardware for Pleiades, Naughty Boy and Pop Flamer.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* warpwarp.c
|
* warpwarp.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
||||||
DECO Cassette System driver
|
DECO Cassette System driver
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Lazer Command memory map (preliminary)
|
Lazer Command memory map (preliminary)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:?
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Angelo Salese, R. Belmont, Juergen Bunchmueller
|
// copyright-holders:Angelo Salese, R. Belmont, Juergen Bunchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Xerox AltoII driver for MESS
|
* Xerox AltoII driver for MESS
|
||||||
*
|
*
|
||||||
* Copyright Juergen Buchmueller <pullmoll@t-online.de>
|
|
||||||
*
|
|
||||||
* Licenses: MAME, GPLv2
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
KIM-1
|
KIM-1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:MAME
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller, Robbbert
|
// copyright-holders:Juergen Buchmueller, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
microbee.c
|
microbee.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:BSD-3-Clause
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller, Robbbert
|
// copyright-holders:Juergen Buchmueller, Robbbert
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Motorola Evaluation Kit 6800 D2
|
Motorola Evaluation Kit 6800 D2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Microtan 65
|
* Microtan 65
|
||||||
*
|
*
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller, Dirk Best
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Sharp MZ700
|
* Sharp MZ700
|
||||||
*
|
*
|
||||||
* license: MAME
|
|
||||||
* copyright-holders: Juergen Buchmueller, Dirk Best
|
|
||||||
*
|
|
||||||
* Reference: http://sharpmz.computingmuseum.com
|
* Reference: http://sharpmz.computingmuseum.com
|
||||||
*
|
*
|
||||||
* MZ700 memory map
|
* MZ700 memory map
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller, Dirk Best
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Video Technology Laser 110
|
Video Technology Laser 110
|
||||||
@ -12,9 +12,6 @@
|
|||||||
Video Technology Laser 310
|
Video Technology Laser 310
|
||||||
Dick Smith Electronics VZ-300
|
Dick Smith Electronics VZ-300
|
||||||
|
|
||||||
license: MAME
|
|
||||||
copyright-holders: Juergen Buchmueller, Dirk Best
|
|
||||||
|
|
||||||
Thanks go to:
|
Thanks go to:
|
||||||
|
|
||||||
- Guy Thomason
|
- Guy Thomason
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
vtech2.c
|
vtech2.c
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:MAME
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
|
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
zx.c
|
zx.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Microtan 65
|
* Microtan 65
|
||||||
*
|
*
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller, Dirk Best
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Sharp MZ700
|
* Sharp MZ700
|
||||||
*
|
*
|
||||||
* license: MAME
|
|
||||||
* copyright-holders: Juergen Buchmueller, Dirk Best
|
|
||||||
*
|
|
||||||
* Reference: http://sharpmz.computingmuseum.com
|
* Reference: http://sharpmz.computingmuseum.com
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari 400/800
|
Atari 400/800
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* kay_kbd.c
|
* kay_kbd.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
microbee.c
|
microbee.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Microtan 65
|
* Microtan 65
|
||||||
*
|
*
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller, Dirk Best
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Sharp MZ700
|
* Sharp MZ700
|
||||||
*
|
*
|
||||||
* license: MAME
|
|
||||||
* copyright-holders: Juergen Buchmueller, Dirk Best
|
|
||||||
*
|
|
||||||
* Reference: http://sharpmz.computingmuseum.com
|
* Reference: http://sharpmz.computingmuseum.com
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
vtech2.c
|
vtech2.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
zx.c
|
zx.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller,Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
microbee.c
|
microbee.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Microtan 65
|
* Microtan 65
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Sharp MZ700
|
* Sharp MZ700
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
vtech2.c
|
vtech2.c
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
zx.c
|
zx.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user