Happy
de19511c3e
Change N64DD to use harddisk device instead of quikload device.
...
Updated checksum for Randnet disk, previous conversion was faulty.
2016-05-25 16:38:47 -06:00
Ivan Vangelista
df1f5cc1fc
Merge pull request #899 from system11b/S11holelandsp
...
Corrected visual names of game to indicate Japanese or Spanish releas…
2016-05-25 21:14:00 +02:00
system11b
fa5948cae3
Corrected visual names of game to indicate Japanese or Spanish release, corrected default dips (local language, not English), corrected dip switch definitions for holeland2.
2016-05-25 19:58:12 +01:00
etabeta78
809d20439c
Merge pull request #896 from Tauwasser/gameboy_v5
...
Gameboy Changes (M161, MMM01 support)
2016-05-25 20:14:35 +02:00
Olivier Galibert
00897f5cd3
fuck (nw)
2016-05-25 17:31:07 +02:00
Olivier Galibert
a2f2deb532
esb: Direct update for slapstic gone too [O. Galibert]
2016-05-25 17:21:25 +02:00
Olivier Galibert
95b5dfe00e
sloop: Direct update handler unneeded too [O. Galibert]
2016-05-25 17:21:19 +02:00
Olivier Galibert
d755d76fda
atarigen: Remove the slapstic direct update handler, which hasn't been
...
necessary since direct access has been enhanced to work correctly on
handlers, years ago [O. Galibert]
2016-05-25 17:21:12 +02:00
MetalliC
3f0a378e54
Merge pull request #897 from felipesanches/patinho_feio
...
layout file for Patinho Feio computer
2016-05-25 18:09:04 +03:00
MetalliC
16d0839f76
chdman: ignore ATA ident CHS values for > 8GB images
...
minor docs update
2016-05-25 17:57:31 +03:00
Felipe Corrêa da Silva Sanches
3e606afe88
layout file for Patinho Feio computer
2016-05-25 11:45:47 -03:00
Vas Crabb
77cb4e9d72
Merge pull request #895 from felipesanches/patinho_feio
...
Further improvements to the Patinho Feio driver & CPU [Felipe Sanches]
2016-05-25 23:45:01 +10:00
Ted Green
ae838d3b6a
(nw) Updated rom naming/mapping and changed ram instantiation.
2016-05-25 07:33:00 -06: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
f5179f7ec8
Make netlist compile with c++11, use own implementation of make_unique
...
to avoid c++14. (nw)
2016-05-25 14:52:40 +02:00
couriersud
cac1c41edf
Moved all parameter definitions in constructors. (nw)
2016-05-25 14:31:43 +02:00
couriersud
c97c3ae855
Fixed breakout attract mode. (nw)
2016-05-25 13:43:23 +02:00
Vas Crabb
428a07b38c
Revert "Further improvements to the Patinho Feio driver & CPU"
2016-05-25 20:07:28 +10:00
Vas Crabb
879c08632c
Merge pull request #893 from felipesanches/patinho_feio
...
Further improvements to the Patinho Feio driver & CPU [Felipe Sanches]
2016-05-25 18:58:22 +10:00
Miodrag Milanovic
edd814b95f
sms: More documentation update [Enik]
2016-05-25 10:52:52 +02:00
Miodrag Milanović
369cfd658f
Merge pull request #892 from ajrhacker/port_optional
...
Add flag to mark input fields as optional [AJR]
2016-05-25 10:46:39 +02:00
Miodrag Milanovic
68785dccfe
Cleanups and version bump
2016-05-25 08:19:21 +02:00
RobertoFresca
c1230f8b9b
Change manufacturer to Champion League (v220I, dual program) both sets.
2016-05-25 00:30:42 -03:00
Felipe Corrêa da Silva Sanches
c4c32cb71f
Further improvements to the Patinho Feio driver & CPU
2016-05-25 00:22:48 -03:00
Scott Stone
d7f7a45b85
Set metlfrzr to working - added note about DIPs (nw)
2016-05-24 19:01:27 -04:00
Paul Priest
25d907c348
psikyosh.cpp/drawgfx.cpp - Fix debug asserts MT3753
...
Psikyosh uses bitmap_rgb32, but should really use argb32, but that requires overloading lots of drawgfx for this one driver. Removed assert was wrong and unavoidable. Fixed boundary condition tripping daraku as per MT3753.
2016-05-24 21:45:24 +01:00
angelosa
8be2652e41
Fix jerky scrolling
2016-05-24 20:13:40 +02:00
ImJezze
e208f1d540
Revert partial fix for border style issue (nw)
...
- reverted from commit f911dfc
and a6ccd3b
, because it wasted up to 10 percent of the performance in fullscreen mode (actual fix for MT-06209 is not harmed)
2016-05-24 19:40:47 +02:00
Tauwasser
895ed95123
Gameboy: coding standard cleanup
...
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 16:28:39 +02:00
Tauwasser
9b86a60eb9
Gameboy: add MMM01 implementation
...
Until now implementation was mostly guesswork.
Register behaviors/meanings were reversed engineered.
Currently, R3(1) (0x6000) function is unknown/missing.
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 16:20:41 +02:00
Tauwasser
d7666c7972
Gameboy: MBC1 init member with enum, not int
...
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 16:19:00 +02:00
Tauwasser
58822c95dd
Gameboy: add max ROM sizes for several mappers
...
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 14:06:19 +02:00
Tauwasser
9cadcbf829
Gameboy: add correct M161 implementation
...
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 14:06:17 +02:00
Tauwasser
765f625779
Gameboy: remove M12 from M161 mapper designation
...
M161 is used as mapper, M12 is just a PCB revision.
M01 PCB uses a discrete ROM IC
M12 PCB uses a glob top COB ROM
Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2016-05-24 12:47:20 +02:00
Miodrag Milanovic
b0d3ce6877
fix android build (nw)
...
please do not use _ prefixed names, those are reserved
2016-05-24 10:52:26 +02:00
Robbbert
dc46dab4e0
was never in misfitmame.
2016-05-24 13:39:02 +10:00
briantro
819a933d8d
new Clone added
...
New Clone Added
---------------------------------------
Shogun Warriors (Korea?) [TeamEurope, Ryan Holtz, The Dumping Union]
2016-05-23 18:58:26 -05:00
arbee
f3995bf563
unixpc: use bankdev for ROM switch, started to fill out skeleton [R. Belmont]
2016-05-23 17:35:25 -04:00
etabeta78
9d7e38a8f2
enable correct cassette interface for APF cassettes. nw.
2016-05-23 23:00:05 +02:00
etabeta78
2fb1be8cf1
New clones added or promoted from NOT_WORKING status
...
----------------------------------------------------
Rage of the Dragons (NGH-2640)
2016-05-23 22:59:30 +02:00
AJR
5139c32d8f
Unnecessary leftover (nw)
2016-05-23 15:51:48 -04:00
Scott Stone
98de27fd02
Corrected ROM filenames for holeland.zip, enabled SPO256 to resolve missing speech, verified and measures all the clocks - updated comments at the top re: remaining priority issue. Fixed MT Bug #06218 [system11, Osso]
2016-05-23 14:58:36 -04:00
AJR
9707fdbf09
Add flag to mark input fields as optional
...
Inputs marked as optional should be controls that are not required for normal operation and may not be hooked up on actual hardware, but are still worth emulating because the hardware does respond to them in some way. Currently this flag is only exposed through the Lua interface and "reqbuttons" XML field; the intent is for frontends to map all optional buttons by default if this is possible and convenient. MT #6136 has inspired the addition of this flag to gijoe and clones.
Remove the generally useless PORT_UNUSED to make way for PORT_OPTIONAL; IPT_UNUSED, which most drivers were using already, is a better way of disabling unused fields. (nw)
2016-05-23 14:23:42 -04:00
Ivan Vangelista
bba054d65f
galaxian.cpp: made theendb boot, renamed the set to takeoff. Sound system needs work (only 1 AY8912) (nw)
2016-05-23 16:52:19 +02:00
smf-
ca0c90ad4f
remove some dead threading code (nw)
2016-05-23 12:36:00 +01:00
etabeta78
bb23c0d7a9
aristmk6.cpp: Added proper descriptions to most sets and
...
removed a few duplicated sets. [Heihachi_73]
2016-05-23 08:38:03 +02:00
etabeta78
c4cc58e2a2
sync neogeo list to driver and clarified the bootleg nature of final
...
romance 2 recent addition. nw.
2016-05-23 07:51:33 +02:00
Miodrag Milanovic
30d03575f3
- Change SMS/GG master clocks to match service manuals. [Enik]
...
- Fix TH handling and audio control of the SMSJ, based on Charles' findings. [Enik]
2016-05-23 07:49:01 +02:00
Ville Linde
9cfce94518
x86emit: emitters for movdqa/movdqu (nw)
2016-05-23 01:02:53 +03:00
ImJezze
052fd0c608
Moved extension of vector lines to where it belongs (nw)
2016-05-22 20:54:31 +02:00
ImJezze
92c2bdf917
Normalized vector attenuation settings
...
- vector_length_ratio is now independent from screen size
- changed vector_length_ratio range from [0.0, 1000.0] to [0.0, 1.0]
- updated display name and description of vector_length_scale vector_length_ratio
2016-05-22 20:54:30 +02:00
cracyc
4e63a481a5
itt3030: color (nw)
2016-05-22 10:11:47 -05:00
Wilbert Pol
3636a159ed
gb_slot.cpp: Fixed incorrect mapper detection for "Is that a demo in your pocket?" (partial fix for MT06057) (nw)
2016-05-22 16:27:19 +02:00
cracyc
65f7a98bfd
itt3030: fix bank order (nw)
2016-05-22 08:39:30 -05:00
angelosa
6849938a4b
Fixed sound comms (reversed semaphore access wrt darkmist), coins and sound now fully working. (nw)
2016-05-22 12:17:16 +02:00
Paul Priest
2164ed1848
window.cpp - Remove dead WM_USER_* events for which handling was causing crashes. Fixes MT6217.
2016-05-22 11:07:16 +01:00
Miodrag Milanovic
81a6b313a8
Fix accessing base() when there is empty buffer (nw)
2016-05-22 11:34:25 +02:00
Miodrag Milanovic
b6cd9e18e2
Fixed init of XAudio2 when there is no window active (nw)
2016-05-22 11:34:25 +02:00
ImJezze
18522bbc54
Fixed bloom target size for vector screens in full-screen mode
...
- this also improves the performance slightly
2016-05-22 11:01:23 +02:00
Miodrag Milanovic
d6d177a29d
Fixed multiple instance of operator = , fixes VS build (nw)
2016-05-22 09:06:50 +02:00
Ivan Vangelista
d36f0a4ab7
New clones added or promoted from NOT_WORKING status
...
----------------------------------------------------
Holeland (set 2) [AUMAP]
2016-05-22 08:34:09 +02:00
cracyc
f49ad24204
itt3030: banking experiment, cursor and other cleanups (nw)
2016-05-21 22:34:07 -05:00
arbee
2b182e1f54
apple2c updates: [R. Belmont]
...
- Writing to VBLDIS also lowers the VBL IRQ if it's active
- Support for "Mockingboard4C" add-on by request of French Touch
2016-05-21 22:24:48 -04:00
cracyc
7b823b8891
itt3030: scrolling (nw)
2016-05-21 19:17:03 -05:00
cracyc
50b4b0975c
itt3030: rearrange keyboard (nw)
2016-05-21 17:52:53 -05:00
cracyc
d6dc289559
itt3030: invert ready (nw)
2016-05-21 17:14:47 -05:00
cracyc
19258d7914
itt3030: fix video and get some response from kbd (nw)
2016-05-21 16:33:56 -05:00
arbee
ec9913a33e
itt3030: better z80/i8741 comms, key matrix is still apparently wrong (nw)
2016-05-21 16:58:56 -04:00
cracyc
69b3c067d3
inputmap: (nw)
2016-05-21 10:42:29 -05:00
Robbbert
d953796db4
gamecom: update of notes.
2016-05-21 23:13:07 +10:00
couriersud
53e66cf6aa
Fix VS c++ compile following
...
https://msdn.microsoft.com/de-de/library/ms177415.aspx
2016-05-21 14:33:15 +02:00
couriersud
ee5b02ebfb
Added == operator to netlist_time
2016-05-21 13:31:18 +02:00
couriersud
fdf63818de
All netlist devices now follow new syntax. Removed dead code. All sub
...
devices are now forced to be initialized in the constructor. Device
setup now completely in constructor. Removed start call. [Couriersud]
2016-05-21 13:31:17 +02:00
couriersud
9102271ef7
More memory timebombs removed. (nw)
2016-05-21 12:58:24 +02:00
couriersud
d200744fbf
Converted more devices to new layout. Improved memory handling in
...
factories. (nw)
2016-05-21 12:58:23 +02:00
Ivan Vangelista
17d85d78d1
holeland.cpp: documented SP0256 speech - see MT06218 (nw)
...
ROM needs dumping. For testing, the sauro ROM can be used
2016-05-21 07:53:11 +02:00
briantro
2fa571fa91
segas16b.cpp: Minor doc update - NW
2016-05-21 00:45:04 -05:00
Ivan Vangelista
b724cf3c96
deco146.cpp: fixed regression with stadhr96 (nw)
2016-05-21 07:16:13 +02:00
Justin Kerk
c281551ebb
Filter neogeo more succinctly (nw)
2016-05-20 21:03:50 -07:00
Robbbert
293caed9cb
1. fixed title of fr2; 2. Fixed access violation after getting:
...
Proposed video mode not supported on device \\.\DISPLAY1
Unable to initialize Direct3D.
Fatal error: Unable to complete window creation
2016-05-21 13:27:54 +10:00
Scott Stone
2d6c0e4002
New Software List items added
...
pce_tourvision.xml - Cyber Core, Download, Vigilante [system11]
Added source notes to tourvis.cpp (nw)
Fixed formatting in recent XML file additions (alice32, alice90) (nw)
2016-05-20 22:50:58 -04:00
Robbbert
3c8b75d52b
New Working Game [Robbbert]
...
================
Idol Mahjong Final Romance 2
(out of whatsnew) copied from HBMAME, this is the best of the bunch. Most likely a hack of the CD.
2016-05-21 12:33:36 +10:00
Robbbert
2b15a366af
mess: removal of neogeo games
2016-05-21 11:54:07 +10:00
Robbbert
027d190447
gamecom: fix for MULT instructions.
2016-05-21 11:08:45 +10:00
S.Z
a2f6127830
Merge pull request #888 from MoochMcGee/master
...
Fix compilation when LOG_NV2A is defined
2016-05-21 00:05:23 +02:00
MoochMcGee
2903080d01
Fix compilation when LOG_NV2A is defined
2016-05-20 16:52:31 -05:00
briantro
b788c4b81f
Merge branch 'master' of https://github.com/mamedev/mame
2016-05-20 15:46:15 -05:00
Ted Green
7a68b6504b
vrc4373: Added correct PCI config map (nw)
...
iteagle_fpga: Cleaned up eeprom initialization and rtc names (nw)
2016-05-20 10:19:05 -06:00
RobertoFresca
2a16c60648
Merge branch 'master' of https://github.com/mamedev/mame
2016-05-20 11:27:28 -03:00
RobertoFresca
9ac7742a02
New clones added or promoted from NOT_WORKING status
...
----------------------------------------------------
Champion League (v220I, dual program, set 1) [Roberto Fresca, f205v]
Champion League (v220I, dual program, set 2) [Roberto Fresca, f205v]
2016-05-20 11:26:50 -03:00
Ted Green
b2078dc4b2
(nw) Switched to using generic IDE PCI device
2016-05-20 08:25:30 -06:00
Robbbert
2b7764aa4a
gamecom: reworked audio channels 0 and 1 a bit (still doesn't sound anything like the real thing)
2016-05-20 23:04:37 +10:00
mahlemiut
13d091c38f
debugimgui: made a start on rendering just the visible areas of a debugger view. Generally works, but the scrollbar doesn't appear when viewing a 32-bit or larger address space (imgui bug?)
2016-05-20 22:43:13 +12:00
Quench0
7d7d366223
Improve support for more Joysticks with DirectInput8. Also repair DirectInput7 compile.
2016-05-20 18:05:14 +10:00
Ivan Vangelista
6711db7107
More gen_latch (nw)
2016-05-20 07:24:06 +02:00
Ville Linde
ec1f9b948c
UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde]
2016-05-20 01:28:48 +03:00
Scott Stone
9ce1fbc54f
Fix vcircle regression (not booting) - from Sarayan (nw)
2016-05-19 17:48:51 -04:00
briantro
46ac66a40a
peplus.cpp: Minor doc update - NW
2016-05-19 16:38:44 -05:00
angelosa
18c011160a
Sprites and initial workout in understanding how scroll works (nw)
2016-05-19 22:14:28 +02:00
R. Belmont
008308ba2d
Merge pull request #879 from fulivi/hp9845_dev
...
Hp9845: added support for graphic video
2016-05-19 15:32:24 -04:00