mirror of
https://github.com/holub/mame
synced 2025-06-24 21:34:43 +03:00
lot more changes and fixes (nw)
This commit is contained in:
parent
7a88053201
commit
475e90ca8b
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/***************************************************************************
|
||||
|
||||
Amiga Zorro Cards
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/***************************************************************************
|
||||
|
||||
Amiga Zorro Cards
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/***************************************************************************
|
||||
|
||||
bml3bus.c - Hitachi MB-6890 slot bus and card emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/***************************************************************************
|
||||
|
||||
bml3bus.h - Hitachi MB-6890 slot bus and card emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3kanji.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3kanji.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3mp1802.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3mp1802.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3mp1805.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Jonathan Edwards
|
||||
/*********************************************************************
|
||||
|
||||
bml3mp1805.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* digiblst.c
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* digiblst.h
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+, GPL-2.0+
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/******************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???, GPL-2.0+
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/**********************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+, GPL-2.0+
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/**********************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???, GPL-2.0+
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:Dirk Best
|
||||
/**********************************************************************
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Ramiro Polla, Felipe Sanches
|
||||
/*
|
||||
* Epson LX-810L dot matrix printer emulation
|
||||
*
|
||||
* Copyright: 2014 Ramiro Polla
|
||||
* Felipe Sanches
|
||||
|
||||
* License: BSD-3-Clause
|
||||
*
|
||||
* IC list:
|
||||
|
@ -1,11 +1,8 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Ramiro Polla, Felipe Sanches
|
||||
/*
|
||||
* Epson LX-810L dot matrix printer emulation
|
||||
*
|
||||
* Copyright: 2014 Ramiro Polla
|
||||
* Felipe Sanches
|
||||
* License: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:smf
|
||||
#include "emu.h"
|
||||
#include "printer.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:smf
|
||||
#pragma once
|
||||
|
||||
#ifndef __CENTRONICS_PRINTER_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???// license:BSD-3-Clause
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nathan Woods
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
Final Chess Card by TASC
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Jonathan Gevaryahu
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_FINALCHS_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* Gravis Ultrasound ISA card
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* Gravis Ultrasound ISA card
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Philip Bennett
|
||||
/***************************************************************************
|
||||
|
||||
ISA 8 bit IBM PC Music Feature Card
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Philip Bennett
|
||||
/***************************************************************************
|
||||
|
||||
ISA 8 bit IBM PC Music Feature Card
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
IBM-PC printer interface
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
IBM-PC printer interface
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* mach32.c
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* mach32.h
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Wilbert Pol, Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
Monochrome Display Adapter (MDA) section
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Wilbert Pol, Miodrag Milanovic
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_MDA_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Kevin Horton
|
||||
/***************************************************************************
|
||||
|
||||
MPU-401 MIDI device interface
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont,Kevin Horton
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_MPU401_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* isa_pds.c - Programmers Development System 8-bit ISA card
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
/*
|
||||
* isa_pds.h
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont, Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
ISA 8/16 bit Creative Labs Sound Blaster Sound Card
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont, Miodrag Milanovic
|
||||
#pragma once
|
||||
|
||||
#ifndef __ISA_SOUND_BLASTER_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
// license:???
|
||||
// copyright-holders:Phill Harvey-Smith
|
||||
/***************************************************************************
|
||||
|
||||
The XT-IDE project is a Vintage Computer forum driven project to develop and manufacturer an 8-bit ISA IDE controller.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
// license:???
|
||||
// copyright-holders:Phill Harvey-Smith
|
||||
#pragma once
|
||||
|
||||
#ifndef __XTIDE_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
#include "midi.h"
|
||||
|
||||
const device_type MIDI_PORT = &device_creator<midi_port_device>;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
#ifndef __BUS_MIDI_H__
|
||||
#define __BUS_MIDI_H__
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*********************************************************************
|
||||
|
||||
midiinport.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*********************************************************************
|
||||
|
||||
midiinport.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*********************************************************************
|
||||
|
||||
midioutport.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/*********************************************************************
|
||||
|
||||
midioutport.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#include "emu.h"
|
||||
#include "banked_cart.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_BOOTLEG_CART_H
|
||||
#define __NEOGEO_BOOTLEG_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_BOOTLEG_HYBRID_HYBRID_CART_H
|
||||
#define __NEOGEO_BOOTLEG_HYBRID_HYBRID_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "bootleg_prot.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_CMC_CART_H
|
||||
#define __NEOGEO_CMC_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "cmc_prot.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_FATFURY2_CART_H
|
||||
#define __NEOGEO_FATFURY2_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "fatfury2_prot.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_KOF2002_CART_H
|
||||
#define __NEOGEO_KOF2002_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "kof2002_prot.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_KOF98_CART_H
|
||||
#define __NEOGEO_KOF98_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#include "emu.h"
|
||||
#include "kog_prot.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_MSLUGX_CART_H
|
||||
#define __NEOGEO_MSLUGX_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#include "emu.h"
|
||||
#include "mslugx_prot.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/**********************************************************************
|
||||
|
||||
**********************************************************************/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/**********************************************************************
|
||||
|
||||
**********************************************************************/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "neogeo_helper.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
extern UINT32 neogeohelper_optimize_sprite_data(std::vector<UINT8> &spritegfx, UINT8* region_sprites, UINT32 region_sprites_size);
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "neogeo_intf.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#ifndef __NEOGEO_INTF_H
|
||||
#define __NEOGEO_INTF_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
***********************************************************************************************************/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_SLOT_H
|
||||
#define __NEOGEO_SLOT_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_PCM2_CART_H
|
||||
#define __NEOGEO_PCM2_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_PVC_CART_H
|
||||
#define __NEOGEO_PVC_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_ROM_H
|
||||
#define __NEOGEO_ROM_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
|
||||
|
||||
#pragma once
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
/***********************************************************************************************************
|
||||
|
||||
NEOGEO ROM cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#ifndef __NEOGEO_SMA_CART_H
|
||||
#define __NEOGEO_SMA_CART_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:S. Smith,David Haywood
|
||||
#include "emu.h"
|
||||
#include "sma_prot.h"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user