Commit Graph

56631 Commits

Author SHA1 Message Date
David Shah
b783dfc797 RGB palette support for correct SY-889 colours 2018-01-14 16:19:32 +00:00
David Shah
040bd0c8d2 SY-889 DMA and memory map correct 2018-01-14 15:57:28 +00:00
Firehawke
f2859d0db0 Correct command heading case and adjustments to expressions (NW) 2018-01-15 02:11:15 +11:00
cracyc
380bff2202 plugins/data: don't pollute the namespace and use emu.print_error (nw) 2018-01-14 08:39:37 -06:00
David Haywood
cea7ff08ac Radica6502 : use palette selection bits in 4bpp mode, format still wrong tho. (#3063)
* radica 6502 tvgames: identify where gfx are coming from in each of the games in the space invaders pack so we can attempt to find the register that controls it, or dma etc.

new NOT WORKING
Tetris (Radica, Arcade Legends TV Game) [Sean Riddle, Incog]

* this seems to be gfx base (nw)

* latest findings (nw)

* trying to work out what these are (nw)

* typo (nw)

* this looks like some kind of dma or sound (nw)

* this seems to be mode select (nw)

* qix isn't so special, m_hackmode no longer needed (nw)

* pretty sure these are the palettes.. format is a mystery tho

* palette select bits in 4bpp mode (taito logo, game selection)  palette format is still wrong tho.

* palette/tilemap dma, improves tetris (nw)
2018-01-14 08:50:23 -05:00
R. Belmont
e6fd52b6bf
Merge pull request #3064 from Firehawke/master
First pass of MAME Debugger help for documentation. (NW)
2018-01-14 08:49:41 -05:00
R. Belmont
c9b3574e55
Merge pull request #3065 from firewave/database
plugins/data: added reporting of database errors (nw)
2018-01-14 08:49:00 -05:00
David Shah
65d74c001d Add SY-889 ROM and machine type 2018-01-14 12:55:16 +00:00
Vas Crabb
9cbca9ee47 New machines marked NOT_WORKING
-------------------------------
Sartorius-Werke GmbH 3733 [Mike McBike, rfka01, Vas Crabb]
2018-01-14 22:40:43 +11:00
firewave
7da4d2dfc6 plugins/data: added reporting of database errors (nw) 2018-01-14 12:09:06 +01:00
angelosa
e42ca026d9 snes_snd.cpp: merge timer counters into one single function [Angelo Salese] 2018-01-14 07:28:41 +01:00
angelosa
7a35ee6cf4 snes_snd.cpp: TnDIV divides by 256 when setting written is 0 [Angelo Salese] 2018-01-14 07:28:39 +01:00
AJR
84e516a892 z8536: Various improvements (nw)
- Create provisional Z8036 variant for Z8000 bus compatibility, splitting out Z8536-specific state machine logic
- Convert mask #defines into enums
- Register device variables for save states
- Add a few comments about the Z8036 and Z8536
2018-01-14 01:12:47 -05:00
Firehawke
18d3d5ac50 First pass of MAME Debugger help for documentation. (NW) 2018-01-13 21:56:18 -07:00
firewave
e2d7b45434 removed implict usage of "nullability" from SANITIZE=undefined (nw) 2018-01-14 13:54:21 +11:00
Oliver Stöneberg
f911ab2869 plugins/data: fixed table lookup (nw) 2018-01-13 19:37:04 -06:00
Justin Kerk
49ec473b6c mess.flt: add radicasi.cpp (nw) 2018-01-13 15:12:20 -08:00
smf-
05e59cf6aa fix disassembly when $ed, $dd & $fd prefixes are used but the instruction is not valid. [smf] 2018-01-13 23:04:42 +00:00
AJR
32156813c0 citycon: Hook up PSG read (fixes cop car spin sound) 2018-01-13 17:11:46 -05:00
David Haywood
2ffa4417f9 radica6502: better emulation of the video hardware, (#3058)
* radica 6502 tvgames: identify where gfx are coming from in each of the games in the space invaders pack so we can attempt to find the register that controls it, or dma etc.

new NOT WORKING
Tetris (Radica, Arcade Legends TV Game) [Sean Riddle, Incog]

* this seems to be gfx base (nw)

* latest findings (nw)

* trying to work out what these are (nw)

* typo (nw)

* this looks like some kind of dma or sound (nw)

* this seems to be mode select (nw)

* qix isn't so special, m_hackmode no longer needed (nw)

* pretty sure these are the palettes.. format is a mystery tho
2018-01-13 16:59:19 -05:00
arbee
b01ed80c85 fix compile on GCC 7.2.1 (nw) 2018-01-13 16:55:04 -05:00
arbee
ba9c8cc685 compile fix for GCC 7.2.1 (nw) 2018-01-13 16:51:36 -05:00
angelosa
3fd2f2f2d4 homerun.cpp: screen_raw_params (nw) 2018-01-13 22:42:25 +01:00
smf-
6831f9fa4f this breaks more than it fixes. Revert "z80 disassembler, stopped invalid dd & fd instructions from eating the next byte [smf]"
This reverts commit 347396faed.
2018-01-13 21:31:18 +00:00
mooglyguy
1905584a6b -gba: Use correct initial mapping for movie cartridges. Fixes v_sharkt, v_shrek, v_shrek2, probably others. [endrift, Ryan Holtz] 2018-01-13 22:13:38 +01:00
mooglyguy
7f3f8fd245 -bgfx: Abstracted some view-related functions into bgfx_view class, nw 2018-01-13 22:13:38 +01:00
arbee
583db889a4 Merge branch 'master' of https://github.com/mamedev/mame 2018-01-13 16:07:07 -05:00
arbee
70eef438bb quickpick5: more progress (nw) 2018-01-13 16:06:32 -05:00
Justin Kerk
c94f2a6f47 New working software list additions
-----------------------------------
ibm5150: Stellar 7 [Arcade Shadow]
ibm5170: Blake Stone: Aliens of Gold (v2.1), Blake Stone: Aliens of Gold (v3.0), Simon the Sorcerer [Arcade Shadow]
2018-01-13 12:54:02 -08:00
R. Belmont
696986dfc2
Merge pull request #3040 from DavidHaywood/110118
new clones   Cookie & Bibi 2 (set 2) [Hammy]
2018-01-13 13:05:44 -05:00
David Haywood
f3234fba01 Various progress on the Radica 6502 stuff (#3057)
* radica 6502 tvgames: identify where gfx are coming from in each of the games in the space invaders pack so we can attempt to find the register that controls it, or dma etc.

new NOT WORKING
Tetris (Radica, Arcade Legends TV Game) [Sean Riddle, Incog]

* this seems to be gfx base (nw)

* latest findings (nw)

* trying to work out what these are (nw)

* typo (nw)

* this looks like some kind of dma or sound (nw)

* this seems to be mode select (nw)
2018-01-13 12:38:29 -05:00
arbee
ec89b99254 quickpick5: checkpoint (nw) 2018-01-13 12:27:00 -05:00
Robbbert
955b50c843 (nw) simulate protection for korosuke [iq_132] and resultant cleanup [Robbbert] 2018-01-14 01:31:41 +11:00
AJR
210a04e72d citycon: Fix sound CPU speed 2018-01-13 09:10:11 -05:00
Robbbert
4e5c8b4c3e (nw) Fixed 72 validation errors. 2018-01-13 23:09:31 +11:00
hap
109bfd7329 rm bogus mame.lst (nw) 2018-01-13 06:53:38 +01:00
AJR
21a36b689b maygay1b.cpp: Add addressable latch (nw) 2018-01-12 21:38:10 -05:00
angelosa
95c2fab37d hng64.cpp: enabled preliminary ROZ floor for Fatal Fury Wild Ambition / Buriki One [Angelo Salese] 2018-01-13 02:35:23 +01:00
incog
2ec2d5a65b new working clone (#3053)
* Added Game Fighter (bootleg)

* added Game Fighter (bootleg)
2018-01-12 20:08:58 -05:00
David Haywood
7fd7e9c562 radica 6502 tvgames: identify where gfx are coming from in each of th… (#3050)
* radica 6502 tvgames: identify where gfx are coming from in each of the games in the space invaders pack so we can attempt to find the register that controls it, or dma etc.

new NOT WORKING
Tetris (Radica, Arcade Legends TV Game) [Sean Riddle, Incog]

* this seems to be gfx base (nw)

* latest findings (nw)

* trying to work out what these are (nw)

* typo (nw)
2018-01-12 20:07:30 -05:00
AJR
b4ea4f0440 Fix tiny build (nw) 2018-01-12 18:26:27 -05:00
AJR
97be404a6f topgunnr: Remove no longer used functions (nw) 2018-01-12 17:44:48 -05:00
AJR
75ce98cc6e topgunnr: Add XTAL and motor MCU (nw) 2018-01-12 17:43:01 -05:00
AJR
a45122fa5c luckybal: Add and document 4099 latches (nw) 2018-01-12 17:31:48 -05:00
cracyc
e94b4d2bac plugins/data: fix spelling (nw) 2018-01-12 16:27:14 -06:00
hap
5934c89762 hh_sm510: gnw_smb WIP (nw) 2018-01-12 22:08:39 +01:00
angelosa
343e75cb51 Forgot year (nw) 2018-01-12 21:09:35 +01:00
angelosa
129fa03c6a new working clone
-----------------
NEW Moero!! Pro Yakyuu Homerun Kyousou [ShouTime, Ryan Holtz, Neil Moore, Bryan Mobley, Gary Kertopermono, Jeffrey Gray, Damian Rogers, Smitdogg, The Dumping Union]
2018-01-12 21:06:43 +01:00
Ted Green
767c546a90 idehd: Actually implement read multiple command. Fixes crash on nbashowt where the vegas driver assumes that the buffer is 16 deep. (nw) 2018-01-12 12:33:29 -07:00
smf-
4b52255746 popeye: fixed popeye background scrolling when screen is flipped [smf] 2018-01-12 19:02:08 +00:00