therealmogminer@gmail.com
649cb254f5
Added skeleton for Volkswagen Digijet ECUs, nw
2016-09-15 11:23:00 +02:00
Olivier Galibert
d8aa10fbc1
pcipc: sandbox for emulating a modern-ish pc (nw)
2016-09-12 11:55:16 +02:00
Robbbert
d9de85ed95
New not working driver WIP (nw)
...
RC702
2016-09-12 11:18:46 +10:00
R. Belmont
b8bef631bd
Merge pull request #1365 from ajrhacker/darkmist_license
...
Correct manufacturer info for darkmist
2016-09-06 15:39:17 -04:00
Curt Coder
c4d0fbc48b
pc1512: Added mouse port slot interface. [Curt Coder]
2016-09-05 22:09:58 +03:00
Nigel Barnes
e7250d3c92
bbcb: moved fdc to slot device to support various controller boards:
...
- Acorn 8271 and 1770, supporting Acorn, Amcom, Watford DFS's
- Cumana QFS (8877a)
- Opus DDOS and EDOS (1770, 2793, 2791)
- Watford DDFS (1770 and 1772)
- removed fake bbcb1770 machine
2016-09-05 17:38:07 +01:00
AJR
d531cabf59
Correct manufacturer info for darkmist
...
- Move darkmist and t5182 from libtaito to libseibu (nw)
2016-09-04 12:34:51 -04:00
Vas Crabb
234e91f9fb
Add Lua-cleaning ability to srcclean
2016-08-30 14:57:38 +10:00
Miodrag Milanovic
d0665e2879
fixed TARGET=virtual (nw)
2016-08-28 11:02:35 +02:00
Vas Crabb
eff28a88cd
Proper fix for making zlib visible to vgmplay
2016-08-27 15:46:22 +10:00
Ivan Vangelista
232a96c60b
some skeleton drivers to finish synching with PinMAME (nw)
2016-08-24 18:23:26 +02:00
Robbbert
9c83f824dd
Playmatic Pinball: Finished for now (nw)
2016-08-20 00:56:59 +10:00
KEN WHITE
e1a9b75c11
kim1
2016-08-18 17:40:04 -07:00
therealmogminer@gmail.com
de19eb547f
Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to vgmplay, nw
2016-08-18 16:09:12 +02:00
Curt Coder
e85958b647
compis: Created a bus for the graphics card slot. [Curt Coder]
2016-08-16 11:15:29 +03:00
Olivier Galibert
00c8a3b165
Preliminary VGM player [O. Galibert]
...
Use: ./mame vgmplay -bitb file.vgm/vgz
Lots of chips missing, no visualization, no control of anything, no
volume control either, and no sound shutdown on end of file.
2016-08-16 08:40:53 +02:00
Giuseppe Gorgoglione
318952746f
gba: make video subsystem into a device
...
Additional info taken from http://problemkaputt.de/gbatek.htm
by Martin Korth
2016-08-15 19:23:16 +02:00
cracyc
ce01837a8b
new not working
...
---
Tandy/Memorex Video Information System MD-2500
luaengine: doh! (lay groundwork for a WIP too) (nw)
2016-08-13 16:19:18 -05:00
therealmogminer@gmail.com
be807d81ea
Merge branch 'master' of https://github.com/mamedev/mame
2016-08-12 21:10:27 +02:00
Miodrag Milanovic
4f84793a05
made proper formats compiled only if needed (nw)
2016-08-12 18:27:54 +02:00
therealmogminer@gmail.com
1339c06320
Skeleton driver for Fairlight CMI IIx [MooglyGuy]
2016-08-12 15:15:47 +02:00
Curt Coder
8bf6e9ebb5
pofo: Added skeleton for PCD3311T sound chip. (nw)
2016-08-10 13:05:14 +03:00
R. Belmont
22f74309ed
Merge pull request #1195 from mamehaze/master
...
Street Fight and Cross Shooter (Street Fight type hw) use a common mo…
2016-08-07 15:54:25 -04:00
David Haywood
902712f345
Street Fight and Cross Shooter (Street Fight type hw) use a common motherboard but different Video Boards. This makes the video boards into devices to faciliate this.
2016-08-06 20:54:40 +01:00
Robert
4d305ee629
Merge pull request #1190 from mamehaze/master
...
various Seibu Refactoring,
2016-08-05 11:07:20 +10:00
David Haywood
261a277d50
various Seibu Refactoring,
...
Air Raid, Street Fight and Dark Mist all basically use very similar video systems (4 layers, 2 of them being ROM based tilemaps, a CLUT prom for each layer which controls colours and transparency handling)
this takes some steps towards allowing a common implementation of it.
2016-08-04 21:21:24 +01:00
James Wallace
2fb36796fb
Separation of the LDP-1450 laserdisc player to its own device.
2016-08-04 20:12:01 +01:00
Dirk Best
c597f40d83
apricot: create bus interface for the keyboard interface, make hle keyboard emulation a bus device
2016-07-30 11:17:07 +02:00
Robbbert
2f6411e094
Renamed the arcade "sun" project to avoid conflict with the mess "sun" project.
2016-07-29 17:56:54 +10:00
R. Belmont
41875a92af
Merge pull request #1117 from shattered/_ded41cad
...
sm7238: new NOT_WORKING driver: SM 7238 (aka T3300) serial terminal
2016-07-24 14:43:01 -04:00
Robbbert
9abf3df2a6
New NOT WORKING machine [Robbbert]
...
==================================
Datamax 8000
placeholder for next dev cycle.
2016-07-24 14:12:14 +10:00
Dirk Best
6b70c2a0e8
Add a device as proof of concept which merges several input lines into a common output line, supporting both active high and active low inputs
2016-07-23 15:33:15 +02:00
MASH
79ca52d2e2
Fixed arcade only build
...
Fixed "undefined reference to 'SUNKBD_PORT'.." in arcade only build.
2016-07-23 11:43:25 +01:00
Vas Crabb
19ce9fd41a
Make Sun keyboard port its own bus [Vas Crabb]
2016-07-21 02:25:42 +10:00
Nigel Barnes
91fa0d4397
bbc: added preliminary slots for expansion
2016-07-18 17:00:40 +01:00
R. Belmont
5d18d1170f
Merge pull request #1112 from ajrhacker/spicrtc
...
Hook up Seibu CRTC to SPI System
2016-07-17 21:37:53 -04:00
Robbbert
4fd459a3c1
Fixed the build. (nw)
2016-07-18 10:01:59 +10:00
Sergey Svishchev
1930242988
sm7238: new NOT_WORKING driver: SM 7238 (aka T3300) serial terminal
2016-07-18 00:54:34 +03:00
AJR
9947240024
Hook up Seibu CRTC to SPI System
...
- Shuffle decryption code around a bit in preparation for SEI252 deviceification (nw)
- Various notes regarding Seibu video customs (nw)
2016-07-17 11:00:06 -04:00
R. Belmont
b0e231a290
Merge pull request #1048 from ajrhacker/bbcbc
...
bbcbc: Input overhaul and machine/software list corrections
2016-07-07 14:23:15 -04:00
Joakim Larsson Edstrom
1459d8316c
New device: FGA-002 Force Gate Array, splitted out from fccpu30 driver, mostly a skeleton but most registers can be written and read back, 8 bit timer is implemented
2016-07-06 20:45:59 +02:00
AJR
8ff279a19b
bbcbc: Input overhaul and machine/software list corrections
...
- Button mappings completely reworked: grey bidding/suit selection buttons classified as keypad inputs and put in correct order, and other buttons as console-standard Start, Select, Button 1-2
- Inputs now read through PIO instead of RAM addresses, making them less hypersensitive
- Manufacturer/publisher is Unicard, as manuals and system/cartridge labels clearly state
- Added release years for some common cartridges
- (nw) Link bbcbc in its own library rather than the unrelated libacorn ("make clean" strongly recommended)
2016-07-05 22:58:13 -04:00
angelosa
8347973e18
Splitted Seibu Cup Soccer bootlegs into own driver (nw)
2016-07-03 17:49:42 +02:00
R. Belmont
a957ae0f9a
Merge pull request #1016 from JoakimLarsson/fcisio1
...
New Board: Force Computers ISIO-1/2
2016-07-01 08:02:18 -04:00
Joakim Larsson Edstrom
6363e82158
added fcisio1 driver for the Force Computers ISIO-1/2 VME board
2016-06-30 10:28:44 +02:00
yz70s
6f29697a38
xbox.cpp: move usb part into new file xbox_usb.cpp and .h (nw)
2016-06-29 23:11:52 +02:00
R. Belmont
450075165c
Merge pull request #988 from SailorSat/master
...
Hooked up M2COMM simulation
2016-06-24 08:11:57 -04:00
etabeta78
3177a9c3ed
sg1000.cpp: many improvements [Enik Land]
...
- Create a SG-1000 expansion slot.
- Hook up the SG-1000 expansion slot to sg1000.cpp and sms.cpp (sg1000m3).
- Split the sk1100 code from sg1000.cpp and attach it to the new expansion slot.
- Create a new FM Sound Unit device and attach it to the new expansion slot.
- For the sc3000 driver, re-add sk1100 as a fixed SG-1000 expansion device.
- Add sg1000 software list to sg1000m3 and Japanese/Korean SMS drivers.
sms.cpp: implemented some new findings [Enik Land]
- Remove some mirrors for ports $DC/$DD on SMSJ based on Charles' hw tests.
- Add basic C-Sync callback to 315_5124.cpp, based on Charles' hw tests.
- Add built-in Rapid Fire (uses C-Sync) for SMSJ and Korean SMS1 drivers.
- Add new SMS drivers due to XTAL differences:
sms1br - Tec Toy Master System I (Brazil)
sms2br - Tec Toy Master System II (Brazil)
smsbr - Tec Toy Master System III Compact (Brazil)
sms1paln - Tec Toy Master System I (PAL-N)
sms2paln - Tec Toy Master System II (PAL-N)
smspaln - Tec Toy Master System III Compact (PAL-N)
Brazil is PAL-M TV system, but I decided to call it by the
country name, seems to be better recognizable and for
emulation looks more like a NTSC system. PAL-N is used
in Argentina, Paraguay and Uruguay and looks closer to
the European PAL system when compared to PAL-M.
2016-06-24 12:07:45 +02:00
Ariane Fugmann
8c325ebe68
Merge remote-tracking branch 'refs/remotes/mamedev/master'
2016-06-22 23:57:58 +02:00
Ariane Fugmann
56c06fd42d
Merge remote-tracking branch 'refs/remotes/mamedev/master'
2016-06-22 23:49:28 +02:00
Ariane Fugmann
2ce018ae9c
M2COMM: hook up comm board in model2 (W.I.P.)
2016-06-21 21:13:48 +02:00
angelosa
75a4c41dd3
Moved DMA and commands into own files, nw
2016-06-20 23:05:17 +02:00
Ted Green
aae1cbb6d3
atlantis: Update address mapping and add zeus2 video device (nw)
...
dcs: Update 2181 SYSCONTROL bits (nw)
adsp2100: Add more info for invalid register accesses (nw)
zeus2: New video device based on midzeus2 driver (nw)
2016-06-19 08:28:18 -06:00
therealmogminer@gmail.com
b4beaa37b7
Merge remote-tracking branch 'mainline/master'
2016-06-18 17:15:17 +02:00
R. Belmont
11ed715659
Merge pull request #955 from belegdol/master
...
Made the way jpeglib.h is included more pretty
2016-06-17 14:26:57 -04:00
therealmogminer@gmail.com
579d4873a6
Initial MB86901 diassembler
2016-06-17 15:09:39 +02:00
Phil Bennett
9d31bd76d3
New games added or promoted from NOT_WORKING status
...
Kyuukoukabakugekitai - Dive Bomber Squad [Andy Welburn, ShouTime, Smitdogg, Haze, Imhotep, Ryan Holtz, hap, Zhivko Dimitrov, spogghi, ANY, Arjen Hoekman, Arcade Addict, krick, Dullaron, Eddie, f205v, rtw, Rod_Wod, Fabien Marsaud, InsertMoreCoins, Jan Stuhler, trap15, Macaw, Team Japump, Brandon Munger, Juan Manuel Gutierrez, abelardator2, Jordi Bosch Creus, haynor666, Nestor Acebo Jimenez, Carl Perry, Jeremy McElroy, Steven Boswell, JJaVMeTaL, Steven LeMaire, Matthew Shultz, Mark Riley has no toaster, Carlos Gutierrez, Bjorn Stahl, Aldo Vittorio De Luca, Bruno Celsi, Philip Zumbrun, cornishdavey, Stefano De Dionigi, motoschifo, Mamesick, Daniel Hitchcock, Patrick Wheeler, bisus, desodeso, Swos, Don Zaucker, Tox Nox Fox, Zak0077, giuppo, Moket, Frankie, robindan77, biasini, Dr_Zero, motoschifo, Mameremember, John Wilke, Sean Sutton, Renato Mucciarelli, Berlioux Julien, Lior Aouate, The Dumping Union]
2016-06-16 20:05:21 -07:00
Julian Sikorski
6208ca7d34
Made the way jpeglib.h is included more pretty
2016-06-15 22:26:56 +02:00
Curt Coder
f945016811
pofo: Expansion port slot interface WIP. (nw)
2016-06-15 10:55:18 +03:00
angelosa
3c030752cf
Added bare-bones Sony LDP-1000 device (nw)
2016-06-14 19:50:43 +02:00
Ivan Vangelista
32d7b8883a
fixed linking (nw)
2016-06-13 18:54:53 +02:00
smf-
f503c71934
and the missing device (nw)
2016-06-10 19:46:04 +01:00
smf-
c0f5e96353
fixed build (nw)
2016-06-10 19:36:48 +01:00
dankan1890
f903e7a4f4
Proper file name. (nw)
2016-06-09 20:59:17 +02:00
balr0g
73fb588494
Fix tiny build (nw)
2016-06-07 15:15:43 -04:00
Nigel Barnes
171d04d852
New WORKING machines added
...
----------------------------------
iSBC 80/10 [Nigel Barnes] - modified from old sdk80
iSBC 80/10A [Nigel Barnes]
iSBC 80/10B [Nigel Barnes]
iSBC 80/30 [Nigel Barnes]
2016-06-06 22:33:58 +01:00
arbee
37c1c94eb5
sun3 updates: [R. Belmont]
...
- Split sun3 and sun3x archiectures, they're different enough
- Preliminary sun3 MMU implementation, passes POST but dies setting up initial mappings
2016-06-05 21:32:36 -04:00
Nigel Barnes
364ac3ea14
electron: added preliminary expansion port
2016-06-05 22:53:37 +01:00
etabeta78
46581221e6
New NOT WORKING machine
...
=======================
V-Tech V-Smile Pro [TeamEurope]
out of whatsnew: also added a couple of discs which were dumped by
TeamEurope as well, and converted other German discs to CHD v5.
2016-05-30 16:09:06 +02:00
arbee
71c500d931
New non-working drivers:
...
- Tektronix 4404 [R. Belmont, Al Kossow]
2016-05-27 17:18:30 -04:00
Felipe Corrêa da Silva Sanches
092ac52b7a
[alesqs7] New skeleton driver: Alesis QS-7 musical keyboard.
2016-05-27 10:53:37 -03:00
Scott Stone
07c737448b
Merged ataxx.cpp into leland.cpp as they had a completely shared main header file (leland.h). [Tafoid]
2016-05-26 22:27:29 -04:00
Felipe Corrêa da Silva Sanches
deb38446ea
Further improvements to the Patinho Feio driver & CPU
2016-05-25 10:32:24 -03:00
couriersud
5f252be251
Fix TARGET=nl compile. (nw)
2016-05-21 13:31:19 +02:00
R. Belmont
c5fad8e9c2
Merge pull request #877 from JoakimLarsson/mvme147
...
Mvme147
2016-05-15 16:58:07 -04:00
Joakim Larsson Edstrom
de22844e71
New board driver for Motorola MVME-147 VME board
2016-05-15 22:26:20 +02:00
Sandro Ronco
cc088d53a6
h63484 ==> hd63484 (nw)
2016-05-13 18:50:35 +02:00
Sandro Ronco
7a99e2939c
remove legacy hd63484. (nw)
2016-05-13 18:50:35 +02:00
Miodrag Milanovic
175084897e
Added ability to create standalone emulators, added zexall as example (nw)
2016-05-08 19:07:18 +02:00
couriersud
e4d5ac12d3
Add mario to mamenl target. (nw)
2016-05-08 15:06:00 +02:00
Robbbert
6994b020b1
New NOT WORKING machine
...
=======================
IBM3153 Terminal [Robbbert]
2016-05-04 21:00:49 +10:00
Scott Stone
5c29a4a95c
Let's get compilin' (nw)
2016-05-03 00:14:49 -04:00
Miodrag Milanovic
ea2c8b0ed1
moved not compiled drivers into etc (nw)
2016-05-02 10:31:39 +02:00
Miodrag Milanovic
be67262fc2
INC -> HXX makes editors and code analyzers see it as C++ (nw)
2016-05-01 20:27:50 +02:00
Miodrag Milanovic
0ed5f5687e
fix arcade build (nw)
2016-05-01 19:27:30 +02:00
Miodrag Milanovic
956bce25e3
renamed not used files and fix for ymmu100 (nw)
2016-05-01 19:09:57 +02:00
Miodrag Milanovic
efa918f931
mpu 4 and 5 (nw)
2016-05-01 18:55:03 +02:00
Miodrag Milanovic
8aa532b3b0
bfm_sc and maygay (nw)
2016-05-01 18:10:27 +02:00
Miodrag Milanovic
521198036d
move gb sound and gb lcd in order to make snes compile, since used by bus device (nw)
2016-05-01 17:20:50 +02:00
Miodrag Milanovic
73521257e8
saturn and stv split (nw)
2016-05-01 16:44:58 +02:00
Miodrag Milanovic
59c4af5615
pgm split (nw)
2016-05-01 15:48:35 +02:00
Miodrag Milanovic
11c54c2883
fixed pacman building, added fake includes till converted to device (nw)
2016-05-01 15:31:19 +02:00
Miodrag Milanovic
8f2cf0789e
ladybug and redclash split (nw)
2016-05-01 15:22:26 +02:00
Miodrag Milanovic
41885e4203
kaypro fix (nw)
2016-05-01 14:36:26 +02:00
Miodrag Milanovic
6a730f5c07
fix spectrum based drivers (nw)
2016-05-01 14:30:57 +02:00
Miodrag Milanovic
77b6c7e3c5
fixed apple2 compile (nw)
2016-05-01 14:02:26 +02:00
Miodrag Milanovic
311e5f4c03
move thins around (nw)
2016-05-01 13:32:52 +02:00
Miodrag Milanovic
ea51c70538
fake header till cchip is converted to device (nw)
2016-05-01 13:25:53 +02:00
Miodrag Milanovic
cd7d56c770
midzeus fix (nw)
2016-05-01 13:15:10 +02:00
Miodrag Milanovic
faaac88e17
hng64 fix (nw)
2016-05-01 13:11:46 +02:00