summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #206 from felipesanches/i7000 Miodrag Milanović2015-06-101-0/+1
|\ | | | | New driver : Itautec I7000 [Felipe Sanches]
| * Initial minimal skeleton driver for Itautec I7000 computer. Thanks to ↵ Felipe Corrêa da Silva Sanches2015-06-091-0/+1
| | | | | | | | Alexandre Souza (a.k.a. Tabajara).
* | Merge pull request #207 from fulivi/hp64k_dev Miodrag Milanović2015-06-101-0/+2
|\ \ | |/ |/| New driver for hp 64000 development system
| * hp64k: preliminary version of hp64k driver fulivi2015-06-101-0/+2
| |
* | apricot: add initial keyboard support Dirk Best2015-06-091-0/+1
| |
* | apricot: add an expansion slot interface and add two ram expansion Dirk Best2015-06-081-0/+1
| | | | | | | | cards. this will also be usuable by the apricot f series and portable.
* | Merge pull request #205 from SailorSat/master Miodrag Milanović2015-06-071-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Model1 Communication Board [Ariane Fugmann] - add emulator options required for comm boards - add the model 1 communication board as a device - add an optional simulation for the model 1 communication (enabled atm.) - allows to play Virtua Racing, Virtua Formula and WingWar in "link mode".
| * \ Merge pull request #1 from mamedev/master Ariane Fugmann2015-06-076-7/+128
| |\ \ | | | | | | | | merge with base
| * | | M1COMM - initial commit Ariane Fugmann2015-05-311-0/+1
| | |/ | |/|
* | | Merge pull request #203 from belegdol/master Miodrag Milanović2015-06-076-12/+38
|\ \ \ | | | | | | | | | | | | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib based on wallyweek's work This brings the system lib capabilities back to where they were prior to build system rewrite [Julian Sikorski]
| * | | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ Julian Sikorski2015-06-066-12/+38
| | |/ | |/| | | | | | | based on wallyweek's work
* / | m20: improve keyboard [Carl] cracyc2015-06-061-0/+1
|/ /
* | goodbye old friend, you had a good run. Dirk Best2015-06-052-2/+0
| |
* | reverted this commit hap2015-06-031-1/+0
| |
* | new WORKING game David Haywood2015-06-031-0/+1
| | | | | | | | | | | | Monkey Magic [Hau, Chack'n] (politics aside, this is the correct procedure and credit, everything has been submitted for inclusion)
* | small correction hap2015-06-021-1/+1
| |
* | Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-013-0/+123
| | | | | | | | | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw)
* | Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-315-5/+5
|/ | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root.
* added tms1024 device placeholder hap2015-05-262-0/+2
|
* cgenie: Rewrote driver and removed lots of cruft. Dirk Best2015-05-241-2/+1
| | | | | | | | - Remove custom 6845 emulation and use our standard core - Use the slot system for the parallel interface, fix and implement the joystick as a slot device and create a printer slot device - Add support for the RS-232 port - Add support for the Break key (causes NMI)
* cgenie: removed old broken floppy implementation, added an expansion bus Dirk Best2015-05-221-0/+1
| | | | | interface, implemented new floppy controller as expansion device. works with mfi files, still some issues with plain sector dumps.
* All files now do have owner (nw) Miodrag Milanovic2015-05-212-4/+0
|
* added MELPS 4 skeleton hap2015-05-192-0/+2
|
* added hh_melps4 skeleton driver hap2015-05-191-0/+1
|
* Nascom: Clean up, add NASBUS emulation and make the floppy disc Dirk Best2015-05-171-2/+1
| | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list.
* compile/link fix (nw) David Haywood2015-05-171-2/+2
|
* Comment fixes (nw) Wilbert Pol2015-05-161-4/+4
|
* no need for layout deps (nw) Miodrag Milanovic2015-05-141-22/+0
|
* New games added or promoted from NOT_WORKING status Luca Elia2015-05-101-0/+1
| | | | | | --------------------------------------------------- Crazy Dou Di Zhu [Guru, bnathan]
* added Tamagotchi generation 1 driver hap2015-05-091-0/+1
|
* Messy merging maybe done Andrew Gardner2015-05-091-0/+6
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-096-3/+18
|
* MAME now represent full build, for building MESS drivers only use [Miodrag ↵ Miodrag Milanovic2015-05-098-3660/+3602
| | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade
* actually hmcs40 is/should/will be in MAME: it's the hitachi mcu used in some ↵ hap2015-05-052-2/+2
| | | | old alpha denshi games
* added E0C6200 cpu skeleton. hap2015-05-052-4/+6
| | | | also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check: if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then
* added preliminary COP400 handheld driver hap2015-05-011-0/+6
|
* (mess) m24: add z8000 apb support [Carl] cracyc2015-04-291-0/+1
| | | | | | isa_cga: m24 640x400x1 mode (nw) upd765: return 0xff when reading from fifo while busy (nw) z8000: mreq instruction and the apb expects sout to work just like out (nw)
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-221-0/+1
|\
| * skeleton SP, gotta start somewhere (nw) David Haywood2015-04-211-0/+1
| | | | | | | | (plenty more sets can be added, some probably need making into CHDs as a few games used CF cards)
* | Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout couriersud2015-04-221-0/+1
|/ | | | (wip) netlist as well, but still have to implement three more devices until work can really start. [Couriersud]
* added ume subtarget dummy so can test compile of all devices (nw) Miodrag Milanovic2015-04-181-0/+43
|
* atlantis: added PCI9050 device skeleton. [R. Belmont] arbee2015-04-121-0/+1
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+1
|
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-1/+1
|
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-043-0/+36
|
* Added generated m68kops files to tree, added makefile for developers working ↵ Miodrag Milanovic2015-04-031-1/+1
| | | | on core (nw)
* removed includeosd (nw) Miodrag Milanovic2015-04-025-10/+5
|
* hng64: push code for what I believe is the sound chip into it's own file (nw) mamehaze2015-03-301-0/+1
|
* Fix ldplayer build Vas Crabb2015-03-291-2/+2
|
* fixed duplicated lib name (nw) Miodrag Milanovic2015-03-281-2/+2
| | | | ume links now