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