Commit Graph

52835 Commits

Author SHA1 Message Date
Robbbert
a068cbd5d1 (nw) housekeeping. 2017-07-24 02:21:42 +10:00
Nathan Woods
281223e497 Cleanup/bulletproofing to the issue Wizz just found 2017-07-24 01:52:21 +10:00
Robbbert
769c2af968 (nw) Fixed the build. 2017-07-24 01:46:50 +10:00
Robbbert
976a3724e2 (nw) Save partname to inifile, so that the correct part is loaded next time. 2017-07-24 01:33:38 +10:00
arbee
8e3dc90e93 New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Monomachine MK2 [R. Belmont, tbd]
Machinedrum MK2 [R. Belmont, tbd]
2017-07-23 10:01:07 -04:00
Robbbert
34358395d8 Road Runner (Midway): replaced bad rom with good one, added notes [Credits to be determined] 2017-07-23 16:29:46 +10:00
Vas Crabb
ba3d0a88d6 srcclean (nw) 2017-07-23 13:29:00 +10:00
Vas Crabb
3b369d976b Clean up Galeco Dallas hookup device.
There is no need for a second device for World Rally and Glass, it's the
same thing.  How the address lines are hooked up for host memory access
is part of the driver and can be done with a mirror/mask in the address
map provided by the driver.  There's also no need for the SRAM
trampolines in the device, that can be done entirely through address
maps.

The drivers need trampolines to do the address swizzling.  We should be
able to get rid of these when we get better support for 8-bit views of
16-bit components (dooyong drivers also have ugly trampolines for doing
this kind of thing).
2017-07-23 13:10:14 +10:00
Vas Crabb
dbdebf7544 please don't merge Allman code in K&R files and vice versa (nw) 2017-07-23 10:59:00 +10:00
R. Belmont
ac4aa17886 Merge pull request #2507 from jackrjli/parodius
Fixed default dipswitch settings for Parodius
2017-07-22 19:35:00 -04:00
R. Belmont
260c25c409 Merge pull request #2509 from Risugami/master
Improved wheel board on flagstaff and vegas
2017-07-22 19:34:33 -04:00
R. Belmont
b8864583f6 Merge pull request #2510 from dankan1890/travis_fix
fixed QT 5.5.1 for trusty. (nw)
2017-07-22 19:32:57 -04:00
Dankan1890
e21ec182aa Update .travis.yml 2017-07-23 00:45:52 +02:00
Dankan1890
289d4be029 Update .travis.yml 2017-07-23 00:21:15 +02:00
hap
65179c6a71 Merge pull request #2500 from DavidHaywood/180717
gaelco / ds5002fp changes:
2017-07-22 21:13:00 +02:00
dankan1890
df7d317a78 fixed QT 5.5.1 for trusty. 2017-07-22 20:43:50 +02:00
Risugami
9bdbb3671e Merge branch 'master' of https://github.com/Risugami/mame 2017-07-22 12:31:28 -05:00
Risugami
cc93c039b0 improved wheel board on seattle and vegas
added layout for sf2049
2017-07-22 12:29:58 -05:00
Tauwasser
c33f141c53 gameboy: fix SGB VRAM transfers (#2504)
* gameboy.xml: remove misleading comment

Sachen 4B-003 was recently added

Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>

* gameboy: fix Super Game Boy VRAM transfer

A basic implementation of VRAM transfer. It fixes a number of games and removes
the SGB border hack. However, it's very likely that the bahvior is much more
complex. The old implementation was good enough for the majority of games,
so this should suffice until such time when SGB is implemented on top of SNES.

The attribute data was resized to 4096 bytes, so a whole VRAM transfer can take place
even though only 4050 bytes are used. The idea is that the whole 4096 bytes are
_probably_ transferred to WRAM and a game might theoretically upload a small executable
and use that data. However, running native SNES code is currently unsupported anyway.

Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>

* gameboy: various code style/comment fixes

 - return GB_MBC_NONE instead of magic 0 value
 - add MLT_REQ case in sgb code and mention where it's actually handled
 - add PAL_PRI to list of known SGB commands (not implemented)
 - fix two comments

Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>

* gameboy: coding style fixes for gb_lcd

Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2017-07-22 12:40:09 -04:00
Luca Elia
42a9427f18 Machines promoted to working
----------------------------
The Roulette (Visco) [Team Europe, Luca Elia]
2017-07-22 16:37:46 +02:00
AJR
a4b8231637 ettrivia: Correct PSG type and use object finders (nw) 2017-07-22 10:09:27 -04:00
Joshua Root
97d5034d1b Fix include path with USE_LIBSDL on macOS
The cflags will contain an include path ending in "SDL2", not just "SDL", and removing just the latter leaves a stray "2" on the end.
2017-07-22 22:27:34 +10:00
MetalliC
bdd1b395d4 naomi.cpp: revert MIE back to higher clock, add notes about CPU core (nw) 2017-07-22 13:46:26 +03:00
Vas Crabb
a11d1fe266 convenience macro for enum bitwise operators (nw) 2017-07-22 14:32:29 +10:00
Vas Crabb
ae3fd3c020 * Get past fatal error on selecting software part from internal UI
* Sort software part menu in internal UI (was ordered by hash)

This preserves the option priority behaviour from 0.187 when setting the
instance option to the desired part.

Note that software part selection from internal UI doesn't actually
work.  For example with zorba:cpm, no matter which part you select,
you'll always end up with flop1 in A: and flop2 in B:.  This actually
did work properly in 0.187, so something has gone wrong in between.
2017-07-22 13:56:13 +10:00
Robbbert
ab83d7f82c (nw) housekeeping 2017-07-22 13:36:44 +10:00
AJR
e4eefbf097 funystrp: Add serial EEPROM for high score entries 2017-07-21 22:14:23 -04:00
Scott Stone
21964a5981 New working software list additions
-----------------------------------
pce_tourvision:  Majin Eiyuu Den Wataru (Tourvision PCE bootleg) [system11, The Dumping Union]
2017-07-21 20:49:41 -04:00
Scott Stone
58418078d8 New working software list additions
-----------------------------------
coco_flop: Pacman (z80 to 6809 Transcoded - v1.01) (512kb)  [Glen Hewlett]
2017-07-21 16:49:20 -04:00
AJR
547df3e483 tmspoker: Fix ROM loading (nw) 2017-07-21 14:15:02 -04:00
hap
535a9c9475 New working machine added
----------
Gauntlet (Tiger handheld) [hap, Sean Riddle]
2017-07-21 20:05:45 +02:00
Joakim Larsson Edström
8b2d9227ba Merge pull request #2501 from JoakimLarsson/sda5708_2
SDA5708 layout for dbox
2017-07-21 12:00:09 +02:00
Patrick Mackinlay
754240e3b7 i82586: functional, ~90% complete (#2498)
* i82586: functional, ~90% complete
* added dumping of 82586 configuration
* i82586: state save
* Changed address handling and filtering.
2017-07-21 19:40:55 +10:00
Vas Crabb
3e60ab4a04 cocoa debugger: save/restore console split positions 2017-07-21 18:25:06 +10:00
MetalliC
298f379212 naomi.cpp: dumped earlier Sega Gun Board firmware [Darksoft] 2017-07-21 07:30:55 +03:00
Vas Crabb
d7984c7d0c Add a method for copying part of an XML tree into another tree and use it to fix Cocoa debugger fatal error 2017-07-21 13:03:44 +10:00
Vas Crabb
05e84dccc0 * Make XML file a class of its own managed with smart poitners
* Save/restore a little more of Cocoa debugger state
2017-07-21 11:47:41 +10:00
arbee
431879ef2b alphatro: real machine only has 2 drives + fix drive B: [R. Belmont] 2017-07-20 21:03:53 -04:00
AJR
db49a26224 Tidy up (nw) 2017-07-20 17:53:18 -04:00
AJR
a85ae608dd amerihok: Make some educated guesses regarding manufacturer, decade, MCU and sound chip types (nw)
z8: A few technical modifications to memory interface; add Z8681 type (nw)
2017-07-20 17:19:21 -04:00
Vas Crabb
b6d7d31d49 * Save/restore more Cocoa debugger state
* Fix some Cocoa debugger desync issues
 - Scroll to selection on gaining focus by keyboard (e.g. tab) only
 - Fixes jump on clicking a memory or disasm view that you've scrolled
2017-07-21 01:17:52 +10:00
David Haywood
981b84be21 change description on this since we have a screenshot 2017-07-20 13:54:59 +01:00
David Haywood
2834e15e9a improve naming etc. 2017-07-20 13:01:05 +01:00
Vas Crabb
c36c1572ec Added basic support for saving/restoring Cocoa debugger window state, compatible with Qt debugger where possible 2017-07-20 22:01:02 +10:00
David Haywood
d1159c6f07 x 2017-07-20 12:44:13 +01:00
Ivan Vangelista
a549c6408a retofinv.cpp: fixed c/p error in my commit from yesterday (nw) 2017-07-20 13:37:14 +02:00
Joakim Larsson Edstrom
883f12fa2f sda5708: added layout support, state saving and a credits section 2017-07-20 10:18:02 +02:00
Joakim Larsson Edstrom
233c8efa3c dbox: added sda5708 matrix diplay layout, it works and displays version number on start but dbox driver hangs shortly thereafter 2017-07-20 10:14:58 +02:00
Joakim Larsson Edstrom
45e6a9ec06 sda5708: Added layout with generated bezels + program snippet to redo it as a comment, to be able to generate with new offsets, scale and/or dotmatrix later 2017-07-20 10:12:04 +02:00
Ivan Vangelista
de7edafede vt320.cpp: changed vt330 rom name as per L_N (nw) 2017-07-20 07:19:42 +02:00