This commit is contained in:
Angelo Salese 2015-05-07 20:35:06 +02:00
commit da9f165d4d
7011 changed files with 15432 additions and 4159 deletions

View File

@ -341,7 +341,6 @@ endif
ifdef PROFILE
PROFILER =
SYMBOLS = 1
OPTIMIZE = 3
ifndef SYMLEVEL
SYMLEVEL = 1
endif

View File

@ -359,6 +359,22 @@ if (CPUS["ESRIP"]~=null or _OPTIONS["with-tools"]) then
table.insert(disasm_files , MAME_DIR .. "src/emu/cpu/esrip/esripdsm.c")
end
--------------------------------------------------
-- Seiko Epson E0C6200 series
---@src/emu/cpu/e0c6200/e0c6200.h,CPUS += E0C6200
--------------------------------------------------
if (CPUS["E0C6200"]~=null) then
files {
MAME_DIR .. "src/emu/cpu/e0c6200/e0c6200.c",
MAME_DIR .. "src/emu/cpu/e0c6200/e0c6200.h",
}
end
if (CPUS["E0C6200"]~=null or _OPTIONS["with-tools"]) then
table.insert(disasm_files , MAME_DIR .. "src/emu/cpu/e0c6200/e0c6200d.c")
end
--------------------------------------------------
-- RCA COSMAC
---@src/emu/cpu/cosmac/cosmac.h,CPUS += COSMAC

View File

@ -100,7 +100,7 @@ CPUS["SM8500"] = true
CPUS["MINX"] = true
CPUS["SSEM"] = true
CPUS["AVR8"] = true
CPUS["TMS0980"] = true
--CPUS["TMS0980"] = true
CPUS["I4004"] = true
CPUS["SUPERFX"] = true
CPUS["Z8"] = true
@ -123,9 +123,10 @@ CPUS["ALTO2"] = true
--CPUS["W65816"] = true
CPUS["ARC"] = true
CPUS["ARCOMPACT"] = true
CPUS["AMIS2000"] = true
CPUS["UCOM4"] = true
--CPUS["AMIS2000"] = true
--CPUS["UCOM4"] = true
CPUS["HMCS40"] = true
--CPUS["E0C6200"] = true
--------------------------------------------------
-- specify available sound cores

View File

@ -103,7 +103,7 @@ CPUS["SUPERFX"] = true
CPUS["Z8"] = true
CPUS["I8008"] = true
CPUS["SCMP"] = true
CPUS["MN10200"] = true
--CPUS["MN10200"] = true
CPUS["COSMAC"] = true
CPUS["UNSP"] = true
CPUS["HCD62121"] = true
@ -123,6 +123,7 @@ CPUS["ARCOMPACT"] = true
CPUS["AMIS2000"] = true
CPUS["UCOM4"] = true
CPUS["HMCS40"] = true
CPUS["E0C6200"] = true
--------------------------------------------------
-- specify available sound cores; some of these are

View File

@ -1,4 +1,7 @@
#!/usr/bin/python
##
## license:BSD-3-Clause
## copyright-holders:Aaron Giles, Andrew Gardner
from __future__ import with_statement

View File

@ -1,4 +1,7 @@
#!/usr/bin/python
##
## license:BSD-3-Clause
## copyright-holders:Aaron Giles, Andrew Gardner
from __future__ import with_statement

View File

@ -1,4 +1,7 @@
#!/usr/bin/python
##
## license:BSD-3-Clause
## copyright-holders:Aaron Giles, Andrew Gardner
from __future__ import with_statement

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/***************************************************************************
a1bus.c - Apple I slot bus and card emulation

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/***************************************************************************
a1bus.h - Apple I expansion slot and card emulation

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2alfsm2.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2alfam2.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2applicard.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2applicard.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2arcadeboard.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2arcadebd.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2cffa.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2cffa.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2corvus.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2corvus.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2diskii.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2diskii.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2diskii.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2diskiing.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/***************************************************************************
a2eauxslot.c - Apple IIe auxiliary slot and card emulation

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/***************************************************************************
a2eauxslot.h - Apple IIe auxiliary slot and card emulation

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2echoii.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2echoii.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2eext80col.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2eext80col.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2eramworks3.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2eramworks3.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2estd80col.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2estd80col.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2hsscsi.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2hsscsi.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2lang.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2lang.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2memexp.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2memexp.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2midi.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2midi.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2mockingboard.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2mockingboard.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2pic.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2pic.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2sam.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2sam.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2scsi.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2scsi.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2softcard.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2softcard.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2ssc.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2ssc.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2swyft.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2swyft.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2themill.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2themill.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2thunderclock.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2thunderclock.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2ultraterm.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2ultraterm.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2videoterm.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2videoterm.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2vulcan.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2vulcan.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2zipdrive.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
a2zipdrive.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
corvfdc01.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
corvfdc01.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
corvfdc02.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
corvfdc02.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
ezcgi.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
ezcgi.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
laser128.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
laser128.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
mouse.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
mouse.h

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
timemasterho.c

View File

@ -1,3 +1,5 @@
// license:???
// copyright-holders:???
/*********************************************************************
timemasterho.h

View File

@ -4,9 +4,6 @@
Luxor ABC 890 bus expander emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "abc890.h"

View File

@ -4,9 +4,6 @@
Luxor ABC 890 bus expander emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor ABC (Databoard 4680) Bus emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include "abcbus.h"

View File

@ -4,9 +4,6 @@
Luxor ABC (Databoard 4680) Bus emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************
ABC 80

View File

@ -4,9 +4,6 @@
Scandia Metric ABC FD2 floppy controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
/*

View File

@ -4,9 +4,6 @@
Scandia Metric ABC FD2 floppy controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor XEBEC Winchester controller card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "hdc.h"

View File

@ -4,9 +4,6 @@
Luxor XEBEC Winchester controller card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor 55-10828 "slow" floppy disk controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
/*

View File

@ -4,9 +4,6 @@
Luxor 55-10828 "slow" floppy disk controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor 55 21046-11/-21/-41 5.25"/8" Controller Card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
/*

View File

@ -4,9 +4,6 @@
Luxor 55 21046-11/-21/-41 5.25"/8" Controller Card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor 55 21056-00 Xebec Interface Host Adapter emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
/*

View File

@ -4,9 +4,6 @@
Luxor 55 21056-00 Xebec Interface Host Adapter emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor 4105 SASI hard disk controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "lux4105.h"

View File

@ -4,9 +4,6 @@
Luxor 4105 SASI hard disk controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
Luxor ABC Memory Card 55 10762-01 emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
/*

View File

@ -4,9 +4,6 @@
Luxor ABC Memory Card 55 10762-01 emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
ABC 80 16 KB RAM expansion card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "ram.h"

View File

@ -4,9 +4,6 @@
ABC 80 16 KB RAM expansion card emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -4,9 +4,6 @@
MyAB Turbo-Kontroller disk controller emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "turbo.h"

Some files were not shown because too many files have changed in this diff Show More