Previous 199869 Revisions Next

r32093 Saturday 13th September, 2014 at 06:55:39 UTC by Fabio Priuli
some licensing. nw.
[src/emu/bus/a7800]a78_carts.h a78_slot.c a78_slot.h cpuwiz.c cpuwiz.h hiscore.c hiscore.h rom.c rom.h xboard.c xboard.h
[src/emu/bus/a800]a800_carts.h a800_slot.c a800_slot.h oss.c oss.h rom.c rom.h sparta.c sparta.h

trunk/src/emu/bus/a7800/xboard.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_XBOARD_H
24#define __A78_XBOARD_H
35
trunk/src/emu/bus/a7800/a78_slot.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_SLOT_H
24#define __A78_SLOT_H
35
trunk/src/emu/bus/a7800/cpuwiz.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_CPUWIZ_H
24#define __A78_CPUWIZ_H
35
trunk/src/emu/bus/a7800/hiscore.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A7800 HighScore passthrough cart emulation
trunk/src/emu/bus/a7800/rom.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A7800 ROM cart emulation
trunk/src/emu/bus/a7800/xboard.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A7800 XBoarD & XM expansions emulation
trunk/src/emu/bus/a7800/a78_carts.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_CARTS_H
24#define __A78_CARTS_H
35
trunk/src/emu/bus/a7800/a78_slot.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35
trunk/src/emu/bus/a7800/cpuwiz.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A7800 CPUWIZ's homebrew boards (MegaCart+ and VersaBoard)
trunk/src/emu/bus/a7800/hiscore.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_HISCORE_H
24#define __A78_HISCORE_H
35
trunk/src/emu/bus/a7800/rom.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A78_ROM_H
24#define __A78_ROM_H
35
trunk/src/emu/bus/a800/a800_carts.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A800_CARTS_H
24#define __A800_CARTS_H
35
trunk/src/emu/bus/a800/a800_slot.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35
trunk/src/emu/bus/a800/oss.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A800_OSS_H
24#define __A800_OSS_H
35
trunk/src/emu/bus/a800/sparta.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A800 SpartaDOS cart emulation
trunk/src/emu/bus/a800/rom.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A800/A5200/XEGS ROM cart emulation
trunk/src/emu/bus/a800/a800_slot.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A800_SLOT_H
24#define __A800_SLOT_H
35
trunk/src/emu/bus/a800/sparta.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A800_SPARTA_H
24#define __A800_SPARTA_H
35
trunk/src/emu/bus/a800/rom.h
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13#ifndef __A800_ROM_H
24#define __A800_ROM_H
35
trunk/src/emu/bus/a800/oss.c
r32092r32093
1// license:BSD-3-Clause
2// copyright-holders:etabeta
13/***********************************************************************************************************
24
35 A800 ROM cart emulation

Previous 199869 Revisions Next


© 1997-2024 The MAME Team