mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
Update for Frank Palazzolo (nw)
This commit is contained in:
parent
ede2a7f0d7
commit
cb414b84bc
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud
|
// copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud
|
||||||
/**********************************************************************************************
|
/**********************************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud
|
// copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Couriersud, Jonathan Gevaryahu
|
// copyright-holders:Frank Palazzolo, Couriersud, Jonathan Gevaryahu
|
||||||
/* TMS51xx and TMS52xx ROM Tables */
|
/* TMS51xx and TMS52xx ROM Tables */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* starshp1 Sound System Analog emulation
|
* starshp1 Sound System Analog emulation
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Steve Baines, Frank Palazzolo
|
// copyright-holders:Steve Baines, Frank Palazzolo
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Steve Baines, Frank Palazzolo
|
// copyright-holders:Steve Baines, Frank Palazzolo
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
#include "sound/discrete.h"
|
#include "sound/discrete.h"
|
||||||
#include "sound/samples.h"
|
#include "sound/samples.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
#include "sound/samples.h"
|
#include "sound/samples.h"
|
||||||
class starcrus_state : public driver_device
|
class starcrus_state : public driver_device
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
||||||
/*
|
/*
|
||||||
* The schematics don't seem to make a lot of sense when it
|
* The schematics don't seem to make a lot of sense when it
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Steve Baines, Frank Palazzolo
|
// copyright-holders:Steve Baines, Frank Palazzolo
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Steve Baines, Frank Palazzolo
|
// copyright-holders:Steve Baines, Frank Palazzolo
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "includes/blockade.h"
|
#include "includes/blockade.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo
|
// copyright-holders:Frank Palazzolo
|
||||||
|
|
||||||
/* Ramtek - Star Cruiser */
|
/* Ramtek - Star Cruiser */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user