Wilbert Pol
bafeeb70d9
pdp1.c: Modernized cpu core. [Wilbert Pol]
2014-02-25 20:30:31 +00:00
David Haywood
83ad089886
remove gfx offset (nw)
2014-02-25 19:47:32 +00:00
David Haywood
76f03cbf41
new WORKING game
...
x2222 (prototype) [David Haywood, se yong Jang]
this is kind of interesting, it's like G-stream hardware, but with raw 16bpp RGB graphics instead of 8-bit indexed.
We lack a sound ROM, I'm assuming it should be an OKI like G-Stream, although I'm not 100% certain.
The program rom we use doesn't match the sprite rom we use, it's an earlier revision. This causes the boss graphics to be corrupt.
The code we're using is for a 5 level prototype version. We have raw .hye files for both the version we run, and a later version that might match the graphics, but we haven't managed to figure out how to convert a .hye to a .bin.
Ideally we need
1) a .bin that is correct for the graphic roms we use (or a way to convert the .hye we have)
2) graphic roms that are correct for the 'older.bin' we use.
3) the sound rom(s)
2014-02-25 18:20:20 +00:00
Ivan Vangelista
d0e76e8e4f
Reduced tagmap lookups in dai3wksi.c (nw)
2014-02-25 18:11:01 +00:00
Michaël Banaan Ananas
4a8b1ab469
better
2014-02-25 17:36:55 +00:00
Ivan Vangelista
a08b1a7803
Fixe leland games crashing regression (nw)
2014-02-25 17:23:50 +00:00
Alex W. Jackson
62da055d7e
Whoops, forgot this (nw)
2014-02-25 14:54:07 +00:00
Alex W. Jackson
1819b3c8b8
namcos1.c, namcos86.c: fix flipscreen after core changes, add SCREEN_RAW_PARAMs [Alex Jackson]
2014-02-25 14:26:40 +00:00
Oliver Stöneberg
c4ba73f743
fixed src/emu/machine/nvram.c clang compilation (nw)
2014-02-25 12:43:58 +00:00
Oliver Stöneberg
5278254236
rest of ATTR_PRINTF review (nw)
2014-02-25 12:25:33 +00:00
Oliver Stöneberg
d0ec062e2c
MESS part of ATTR_PRINTF review (nw)
2014-02-25 12:13:30 +00:00
Alex W. Jackson
5c27ec48a2
baraduke.c, pacland.c: fix flipscreen after core changes, add SCREEN_RAW_PARAMs [Alex Jackson]
2014-02-25 12:06:47 +00:00
Oliver Stöneberg
aa785afb99
first round of printf fixes (nw)
2014-02-25 11:55:35 +00:00
Couriersud
9d8fbd5274
Fix Visual-C build.
2014-02-25 07:07:41 +00:00
Michaël Banaan Ananas
6e3f031f42
prev ymz280 commit was problematic, so revert
2014-02-25 03:34:41 +00:00
Couriersud
bd09f4dbc0
Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug statements. [Couriersud]
2014-02-24 23:47:40 +00:00
Andreas Naive
dafa3b185b
Added some comments on atarigx2's protection (nw)
2014-02-24 22:45:57 +00:00
mahlemiut
602fb6e7e8
fm7: reduced some tagmap usage, still need to look at fm77av banking, though. (no whatsnew)
2014-02-24 22:41:25 +00:00
Ivan Vangelista
8a24ac16ad
Fixed gunsur2 regression. Does this set miss the rom key dump? Now it crashes later on, matching gunsur2e behaviour.
2014-02-24 22:12:55 +00:00
Ivan Vangelista
c8847cb514
Fixed calomega regression. The games using the acia suffer of a huuuge slowdown. Probably expected, though. (nw)
2014-02-24 21:30:25 +00:00
Wilbert Pol
4455358c8a
(MESS) Fixed MT005469
2014-02-24 21:20:53 +00:00
Ivan Vangelista
331e399aa8
Reduced tagmap lookups in bigbord2.c (nw)
2014-02-24 21:08:19 +00:00
Ivan Vangelista
ea1fd654f4
Reduced tagmap lookups in gp2x.c (nw)
2014-02-24 20:54:56 +00:00
Ivan Vangelista
dde70da581
Reduced tagmap lookups in sbrain.c and removed unneeded include in atarifdc (nw)
2014-02-24 20:37:29 +00:00
Ivan Vangelista
447d006dde
sharrier inputs, take two. See MT05468 (nw)
2014-02-24 16:48:28 +00:00
Curt Coder
50838fadd5
Fixed clang compile. (nw)
2014-02-24 14:30:18 +00:00
smf-
36ea0b6253
Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 instead. [smf]
2014-02-24 13:52:14 +00:00
Michaël Banaan Ananas
e833238f6d
better use a number constant here since clock isnt really known
2014-02-24 12:36:05 +00:00
Michaël Banaan Ananas
4ebd4b974d
add dummy soundcpu so we can see the disasm in mame debug
2014-02-24 12:31:01 +00:00
R. Belmont
da20fa8ee4
(MESS) apollo: finish devcb2'ing the keyboard (nw)
2014-02-24 04:07:11 +00:00
Brian Troha
a80806293d
new Super Toffy parent
...
Out of whatsnew: This is the original non Unico version by Midas.
New Clone Added
------------------------------------
Super Toffy [System11, The Dumping Union]
2014-02-24 03:17:45 +00:00
Michaël Banaan Ananas
49f492c4a8
added basic support for FLASH_AMD_29LV200T
2014-02-24 02:55:18 +00:00
R. Belmont
04cca4aa91
(MESS) More apollo updates [R. Belmont]
...
- Old 68681 is gone
- Apollo keyboard now speaks diserial
- Headless configs use the serial terminal device
nw: And Domain/OS still boots and X11 comes up and works.
2014-02-24 02:43:26 +00:00
R. Belmont
020c376df5
n68681: fix a few uninitalized variables, beefed up optional logging [R. Belmont]
2014-02-24 02:39:38 +00:00
Scott Stone
a5c3b2d1a7
(MESS) ql.c - Fixed up communication between main 68008 CPU and 8048 IPC so that making sound does not crash the machine. [Phill Harvey-Smith]
2014-02-24 01:19:43 +00:00
smf-
3908bf9483
is it safe? (nw)
2014-02-24 00:47:24 +00:00
smf-
d5f2d6add7
#if DEBUG_VIEWER instead of #if defined() (nw)
2014-02-23 22:26:26 +00:00
David Haywood
022bf2e026
looks like this uses thumb2 code.
2014-02-23 21:46:38 +00:00
R. Belmont
2fd5a5e43b
Deal with clock duty as per smf (nw)
2014-02-23 21:13:36 +00:00
Nathan Woods
a2ff7cf249
Factored out quit/confirmquit logic into ui_manager::request_quit()
2014-02-23 20:28:32 +00:00
David Haywood
09ee48d11a
started looking at some of the orphaned ROMdefs the clang fixes turned up. I think one or two are genuine mistakes but still need to see if I have the files before I add the missing lines.
...
also split multfish into .c files and header, moving details of the sets where we only have reference info but there are no known dumps to a different file to avoid confusion. (nw)
2014-02-23 20:16:49 +00:00
Ivan Vangelista
0f6b812db0
Fixed input regression in quizard and clones (nw)
2014-02-23 19:02:42 +00:00
R. Belmont
db9f8b663b
(MESS) apollo: Start modernizing/cleanup. [R. Belmont]
2014-02-23 18:25:01 +00:00
David Haywood
35a4d4560a
hook the 036 decryption up to igs_m036.c and pgm2.c (nw)
2014-02-23 16:06:13 +00:00
smf-
dfd44f91f4
added a space before : (nw)
2014-02-23 15:02:09 +00:00
Couriersud
4a4501a474
Only fatalerror if we are trying to connect two railnets.
2014-02-23 14:52:32 +00:00
Ivan Vangelista
f628179cd7
Fixed MT05466 (nw)
2014-02-23 14:22:31 +00:00
Couriersud
e65dd38acf
Minor netlist updates with focus on performance. Also added 16bit int to pstate.
2014-02-23 14:08:10 +00:00
smf-
355c0c472a
changed dleuro from beep to speaker driven by z80ctc and removed some unnecessary accessors (nw)
2014-02-23 13:50:08 +00:00
smf-
38d827e993
Converted PIT8253 to DEVCB2 [smf]
2014-02-23 13:00:28 +00:00
smf-
8724289bde
Added hack for required_device not being set until device_start(), it would be nice if they were filled in during config complete. (nw)
2014-02-23 11:14:42 +00:00
smf-
9e7571126a
Remove local lists of midi devices as they are currently all the same [smf]
2014-02-23 11:13:03 +00:00
Robbbert
c828d34891
(MESS) sorcerer : added .TAPE cassette format [Robbbert]
2014-02-23 11:11:58 +00:00
Michaël Banaan Ananas
4b4c023274
forgot how to break;
2014-02-23 11:05:02 +00:00
Miodrag Milanovic
04fbc6540f
validation fix in main trunk (nw)
2014-02-23 07:55:09 +00:00
Ivan Vangelista
19a31495d0
Adjusted sharrier analog input to match real hardware values (seet MT05468). (nw)
2014-02-23 07:42:25 +00:00
Roberto Fresca
f30351f946
Mundial/Mondial (Italian/French): Implemented the program banking
...
properly. Now you can choose the program through a DIP switch.
[Roberto Fresca]
2014-02-23 05:53:51 +00:00
R. Belmont
5174c3de11
(MESS) sgi_ip2: converted to new 68681 and serial terminal [R. Belmont]
2014-02-23 05:17:39 +00:00
Roberto Fresca
627f9aa4f3
New clones added
...
----------------
Videotron Poker (cards selector, set 2) [Roberto Fresca, ANY]
2014-02-23 04:58:14 +00:00
R. Belmont
66421f650a
(MESS) Start removing usage of deprecated 68681 INPORT_CALLBACK. [R. Belmont]
...
cat: Removed hacks required by the old 68681 implementation; keyboard works again. [R. Belmont]
2014-02-23 04:44:23 +00:00
Roberto Fresca
fd2692ec44
New clones added
...
----------------
Witch (With ranking) [Roberto Fresca, ANY]
2014-02-23 04:07:56 +00:00
R. Belmont
9490ca46a2
(MESS) rainbow: added IRQ management framework and vector control. [R. Belmont, Bavarese]
2014-02-23 02:21:49 +00:00
Michaël Banaan Ananas
6e5679d873
ah oui
2014-02-23 01:22:20 +00:00
R. Belmont
e546b71b36
More MIDI regression fixes (nw)
2014-02-23 00:45:47 +00:00
R. Belmont
f0ae0a1764
fixed crash (nw)
2014-02-22 22:03:37 +00:00
R. Belmont
07afd32657
fix MIDI output (nw)
2014-02-22 21:46:25 +00:00
Michaël Banaan Ananas
4ef67ae5bc
lopsided gamelist as usual
2014-02-22 21:27:58 +00:00
Michaël Banaan Ananas
49e3e10c5d
MOSS company name stuff
2014-02-22 21:25:56 +00:00
Alex W. Jackson
95667357b9
bking.c, toypop.c: fix flipscreen after core changes [Alex Jackson]
2014-02-22 20:55:16 +00:00
Michaël Banaan Ananas
af7dbf72dd
make spu a bit louder here
2014-02-22 20:47:10 +00:00
Michaël Banaan Ananas
4688392509
improved i/o port skeleton stuff, taitofx1b sounds ok now
2014-02-22 20:29:45 +00:00
Roberto Fresca
f92303051f
Gold Fruit improvements: [Roberto Fresca]
...
Created a dedicated machine driver and decode properly the first
graphics bank, since graphics are encoded/packed in a different way.
This game has the main rate fixed to 40%, and coins A+B fixed with
100 credits by pulse (maybe used as remote credits inputs).
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Gold Fruit [Roberto Fresca, ANY]
2014-02-22 18:41:54 +00:00
Roberto Fresca
693cd5a79a
New games marked as GAME_NOT_WORKING
...
------------------------------------
Gold Fruit [Roberto Fresca, ANY]
2014-02-22 18:07:16 +00:00
R. Belmont
3aa2d8f1e2
SDL: Cleaned up some warnings (nw)
2014-02-22 17:58:49 +00:00
smf-
266f03db36
removed some casting (nw)
2014-02-22 15:59:24 +00:00
smf-
76d688c411
Fixed rendering issue in psyaria and raycris attract. [smf]
2014-02-22 15:41:59 +00:00
smf-
b1d3fefd54
removed a pit trampoline (nw)
2014-02-22 15:03:51 +00:00
Roberto Fresca
74123617ab
New clones added
...
----------------
Pool 10 (Italian, set 5) [Roberto Fresca, ANY]
Pool 10 (Italian, set 6) [Roberto Fresca, ANY]
Pool 10 (Italian, set 7) [Roberto Fresca, ANY]
Pool 10 (Italian, set 8) [Roberto Fresca, ANY]
Royal (Pool 10 hack) [Roberto Fresca, ANY]
2014-02-22 13:17:58 +00:00
smf-
cd32c4dc52
marked kart duel roms as bad as the other game on this rom board uses 64MBIT roms and there doesn't appear to be a jumper to select the size (nw)
2014-02-22 13:09:40 +00:00
Wilbert Pol
d014bdad58
i2cmem.c: Only save m_page for chips that use pages. (nw)
2014-02-22 12:56:37 +00:00
Sandro Ronco
a96061eeff
(MESS) New NOT WORKING system
...
----------------------------------------------
VTech Pitagorin Junior [Roberto Fresca]
2014-02-22 12:11:32 +00:00
Oliver Stöneberg
0b87253528
fixed bug in default font handling for OSX (nw)
2014-02-22 11:46:44 +00:00
Alex W. Jackson
7d528cc33a
Make memarray word/dword/qword writers take a mem_mask, and update the tilemap device to use them [Alex Jackson]
2014-02-22 11:37:42 +00:00
Alex W. Jackson
91108d0b60
Merge memarray improvements from palette branch into trunk (nw)
2014-02-22 11:01:31 +00:00
Fabio Priuli
887d09c71d
and, of course, I had selected the wrong files in svnX :D
...
now it is the correct commit. nw
2014-02-22 10:12:03 +00:00
Fabio Priuli
78a59e6524
(MESS) nes_jy: Fixed a silly mistake and improved a little bit the
...
emulation of JY Company PCBs (mappers 90, 209 & 211). It's still
too glicthy to be promoted to working state, but you can now see
how Super Mario Wolrd, Contra Spirits, Donkey Kong Country 4
and Tiny Toons Adventures 6 were like. nw.
2014-02-22 10:07:37 +00:00
Michaël Banaan Ananas
86e3a689e9
small disasm fix
2014-02-22 09:45:33 +00:00
Alex W. Jackson
2364dac3fb
Fix MT 05467 [Alex Jackson]
2014-02-22 06:03:51 +00:00
Alex W. Jackson
d5d1d5d163
Timers now execute at the end of each timeslice instead of at the start, as they did prior to 0.141u2. Fixes MT 4308 [Alex Jackson]
2014-02-22 03:40:54 +00:00
R. Belmont
32575c5f9a
(MESS) apple2: fixed recent regressions (crash and missing text drawing) (nw)
...
nw: why is rgb_t::white actually black? I couldn't immediately find where it's defined in the core.
2014-02-22 02:17:38 +00:00
Andreas Naive
326f3b698d
IGS036 decryption support [Andreas Naive]
2014-02-22 00:41:14 +00:00
Brian Troha
974f4af941
peplus.c: Use the correct version of CAP773 for pepp0057a set. - NW
2014-02-21 23:48:39 +00:00
Andreas Naive
2a069b04ae
documentation fix (nw)
2014-02-21 22:54:31 +00:00
Wilbert Pol
9694b53c0a
upd7810.c: Modernized cpu core. [Wilbert Pol]
2014-02-21 22:43:53 +00:00
Michaël Banaan Ananas
48bce760ee
reset soundchip too on controlled reset
2014-02-21 21:56:04 +00:00
smf-
8f93a2bd4c
fixed write_txc (nw)
2014-02-21 21:43:08 +00:00
Scott Stone
1d2992260e
cps1.c: Added recently dumped PAL for ganbare (nw)
2014-02-21 21:00:54 +00:00
Michaël Banaan Ananas
451f2b6a97
implemented volume, taitognet sounds pretty good now, still need to find out why taitofx1b sound sucks compared to it, especially raystorm
2014-02-21 20:03:05 +00:00
Scott Stone
736c01352e
aristmk4.c: Comment changes to better describe 'setup' for some games (nw)
2014-02-21 19:31:40 +00:00
Couriersud
5c01688be4
Fixed nltool -listdevices. Thanks Oliver.
2014-02-21 19:03:10 +00:00
David Haywood
4775726c1f
added basic stuff for Z80CTC, I'm assuming this is used as support for a DAC sound system possibly even timing of the whole game. if it waits on the z80?
...
not hooked it up yet, ran out of ran out of time for now, if anybody fancies improving the driver this evening / tomorrow then feel free, it's interesting at least :-)
2014-02-21 15:58:57 +00:00
Fabio Priuli
0cd66d1b4e
(MESS) nes: improved Tengen 800032 (RAMBO-1) IRQ mechanism,
...
based on the new findings from nesdev boards. Hard Drivin' proto
is a lot more playable. [Fabio Priuli]
2014-02-21 15:15:49 +00:00
Oliver Stöneberg
1dc5001457
fixed -listxml DTD (nw)
2014-02-21 13:56:45 +00:00
Robbbert
5a464555c8
(MESS) apf : added back floppy code (but it doesn't work)
2014-02-21 12:47:15 +00:00
Fabio Priuli
b40ea2dac4
(MESS) nes: properly implemented Aladdin Deck Enhancer as a
...
pass-through cart. Correct syntax to launch e.g. Dizzy The Adventurer
is now "mess nes -cart ade -cart2 dizzyadv". Moved Aladdin minicart
dumps to a separate softlist (but you can load in -cart2 iNES files from
fullpath, if you like) [Fabio Priuli]
nes_camerica: simplified emulation of the BF9096 board and fixed
emulation of GoldenFive board (used by the Polish Pegasus 5 in 1
cart). [Fabio Priuli]
out of whatsnew: this commit completes the recent work about emulating properly the
different pass-through NES/Famicom devices and their corresponding mini-carts...
there should be no more games requiring non-standard syntax to be launched.
2014-02-21 12:09:38 +00:00
Michaël Banaan Ananas
88afb1b6af
off-by-one fixes, added notes, implemented panning
2014-02-21 12:00:51 +00:00
Michaël Banaan Ananas
b76a8dd22c
fix mistake
2014-02-21 11:24:29 +00:00
Oliver Stöneberg
c6f92ae843
fixed non-DEBUG build (nw)
2014-02-21 10:54:07 +00:00
Oliver Stöneberg
891839aade
deprecated TMS3615 (nw)
2014-02-21 10:42:52 +00:00
Oliver Stöneberg
23a39b0b0d
added DEBUG-only tagmap lookup counter (nw)
2014-02-21 10:37:27 +00:00
Oliver Stöneberg
67fed00635
DEBUG -> MAME_DEBUG (nw)
2014-02-21 10:34:23 +00:00
Oliver Stöneberg
c05e3e317c
clang 3.4 now works out-of-the-box (nw)
2014-02-21 10:27:33 +00:00
Oliver Stöneberg
b4f975b47a
fixed clang compilation (nw)
2014-02-21 10:26:09 +00:00
smf-
ab02ed5e2d
Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf]
2014-02-21 09:51:59 +00:00
Robbbert
c386707cc7
(MESS) ht68k : fixed crash at start
2014-02-21 07:54:39 +00:00
Oliver Stöneberg
d575310a8b
forgot to commit one clang 3.4 fix for MAME (nw)
2014-02-21 07:22:32 +00:00
David Haywood
3d7aa213b4
misc progress (nw)
2014-02-21 04:48:31 +00:00
R. Belmont
4603e5e51a
(nw)
2014-02-21 04:10:25 +00:00
David Haywood
bc5fe9b35b
further improvements (nw)
2014-02-21 03:26:02 +00:00
David Haywood
af46243d26
signs of life.. (nw)
2014-02-21 03:10:03 +00:00
David Haywood
6d3c6279cc
new clones
...
Street Fighter III: New Generation (Asia 970204, NO CD, bios set 1) [Smitdogg]
2014-02-21 01:09:34 +00:00
Alex W. Jackson
29c74e418b
Fix MT 5245 [Alex Jackson]
2014-02-21 00:54:45 +00:00
David Haywood
11c363553b
new clones
...
Gulf Storm (set 3) [TeamEurope]
2014-02-21 00:46:52 +00:00
Angelo Salese
12b19a6e1b
Guh
2014-02-21 00:37:54 +00:00
David Haywood
ebde03fd22
new NOT WORKING
...
MegaPhoenix [Enricnes (from AUMAP)]
this just hooks up some of the basics, still need to figure out what's what, it's a 68k+ TMS34010 + z80 setup
2014-02-21 00:28:28 +00:00
Alex W. Jackson
9e3c71a409
jubilee.c: fix visarea assert; change CRTC clock divider to more realistic value (nw)
2014-02-20 23:43:04 +00:00
Alex W. Jackson
8057d886d9
Fix tools compile (nw)
2014-02-20 22:19:57 +00:00
Michaël Banaan Ananas
3295911278
nw
2014-02-20 22:13:40 +00:00
Alex W. Jackson
0c435bf290
Fix gcc 4.8 compile (nw)
2014-02-20 21:58:19 +00:00
Sandro Ronco
d3ca564778
(MESS) glcolor: fixed year (nw)
2014-02-20 21:44:27 +00:00
Oliver Stöneberg
e834a7cba2
clang 3.4 fixes for tools (nw)
2014-02-20 20:42:25 +00:00
Oliver Stöneberg
e95ea34cd7
clang 3.4 fixes for MAME (nw)
2014-02-20 20:37:19 +00:00
Wilbert Pol
fda956235a
Note (nw)
2014-02-20 20:28:41 +00:00
Scott Stone
afd50d578c
(MESS) machine\megadriv.c - Fixes segfault when trying to load the homebrew megadrive tutorial file "firststeps". [Felipe Sanches]
2014-02-20 20:26:32 +00:00
Scott Stone
bf10dd16fa
(MESS) a7800.c - Added more details and clarification regarding the potentiometer. [Robert Tuccitto]
2014-02-20 20:15:26 +00:00
Ivan Vangelista
fcce0bf75c
Fixed dfruit and lastbank regression. (nw)
2014-02-20 20:01:37 +00:00
Sandro Ronco
0a3992f25b
(MESS) New NOT WORKING system
...
----------------------------------------------
VTech Genius Leader Color (Germany) [TeamEurope]
2014-02-20 19:05:30 +00:00
Sandro Ronco
0ffeaba699
(MESS) gl4004: fixed lcd and ROM banking. (nw)
2014-02-20 18:58:14 +00:00
Oliver Stöneberg
3138b2c660
second round of clang 3.4 fixes for MESS (nw)
2014-02-20 18:18:29 +00:00
Aaron Giles
d8ba983889
#if 0 around some debugging code.
2014-02-20 18:11:51 +00:00
Aaron Giles
dd15b719a3
Another round of auto_alloc_array conversions.
...
Some minor enhancements to dynamic_array, including clearing to specific values
and expanding and clearing newly allocated values.
2014-02-20 18:11:00 +00:00
Oliver Stöneberg
9fa82ef4c3
first round of clang 3.4 fixes for MESS (nw)
2014-02-20 17:50:51 +00:00
Michaël Banaan Ananas
0991d0a4c5
note
2014-02-20 12:24:09 +00:00
Robbbert
b4d1e97826
(MESS) apf : added another bios [Thanks to ranger_lennier]
2014-02-20 10:19:54 +00:00
Curt Coder
a2607ef575
Fixed compile. (nw)
2014-02-20 08:34:52 +00:00
Justin Kerk
67bfb5a7b3
Fix compile on clang (nw)
2014-02-20 06:21:30 +00:00
Roberto Fresca
a01ed26b33
Added more findings, technical and game notes, changed
...
some input names and changed the game description to
match what the cab says.
2014-02-20 06:02:06 +00:00
Aaron Giles
140f75ef9c
Fix vector rendering.
2014-02-20 05:28:42 +00:00
Brian Troha
a6089c771c
new pe+ clones
...
New Game Added
-------------------------------------
Player's Edge Plus (PP0120) Wild Sevens Poker [BrianT]
New Clones Added
-------------------------------------
Player's Edge Plus (PP0008) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0014) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0023) 10's or Better [BrianT]
Player's Edge Plus (PP0051) Joker Poker [BrianT]
Player's Edge Plus (PP0055) Deuces Wild Poker (set 3) [BrianT]
Player's Edge Plus (PP0057) Deuces Wild Poker (set 2) [BrianT]
Player's Edge Plus (PP0059) Two Pair or Better (set 2) [BrianT]
Player's Edge Plus (PP0064) Joker Poker [BrianT]
Player's Edge Plus (PP0083) 10's or Better [BrianT]
Player's Edge Plus (PP0116) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0118) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0125) Deuces Wild Poker [BrianT]
Player's Edge Plus (PP0158) 4 of a Kind Bonus Poker (set 3) [BrianT]
Player's Edge Plus (PP0249) Deuces Wild Poker [BrianT]
2014-02-20 03:00:24 +00:00
smf-
cc39b930e3
removed superfluous 128k (nw)
2014-02-20 02:38:44 +00:00
Justin Kerk
1d06ada1fd
Rearrange JSMESS code a bit (nw)
2014-02-20 02:30:48 +00:00
Michaël Banaan Ananas
c0ab764eec
workaround for zokuoten soundcpu NMI loop
2014-02-19 23:32:41 +00:00
Michaël Banaan Ananas
ac105cf061
updated prev commit with wrt irq recursion
2014-02-19 22:16:34 +00:00
David Haywood
fdba3ea068
test code (nw)
2014-02-19 21:54:38 +00:00
Michaël Banaan Ananas
b63ea52d2d
fix soundchip clock + added note
2014-02-19 21:39:43 +00:00
Michaël Banaan Ananas
14f17d9546
fix emulated cpu crash being able to crash mame
2014-02-19 21:26:00 +00:00
Wilbert Pol
27651e74ab
v60.c: Modernized cpu core. [Wilbert Pol]
2014-02-19 21:24:36 +00:00
Couriersud
f3548f7f41
Abstracted netlist sources. This is a first step to support libraries (e.g. for opamps). [Couriersud]
2014-02-19 20:53:31 +00:00
Michaël Banaan Ananas
f8f702157d
gdarius is COH-1002T, the other fx1b games have 1MB VRAM
2014-02-19 18:38:17 +00:00
Brian Troha
841c62af88
peplus.c: Minor doc update - NW
2014-02-19 18:21:38 +00:00
Aaron Giles
df5a4f15f8
Removed some auto_mallocs in favor of dynamic_arrays.
...
Added option to clear dynamic_arrays; on gcc this should assert if not
done on POD (which is unsafe to memset).
2014-02-19 17:45:48 +00:00
Michaël Banaan Ananas
c33da39e3d
divider matches gdarius OST
2014-02-19 16:28:37 +00:00
Alex W. Jackson
27b9795083
Fix display of device tags in internal profiler [Alex Jackson]
2014-02-19 15:59:08 +00:00
R. Belmont
5b20b80e72
Fix SDL 2.0 build (nw)
2014-02-19 14:50:26 +00:00
Michaël Banaan Ananas
8110709f01
stupid
2014-02-19 14:50:11 +00:00
Miodrag Milanovic
ca932a6d3d
fix SDL build (nw)
2014-02-19 11:07:33 +00:00
Roberto Fresca
4e95c1096f
Jubilee Double-Up Poker updates. [Roberto Fresca]
...
- Added a default clean NVRAM.
- Found and implemented the credits input.
The game is now working!. Still no sound.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Jubilee Double-Up Poker [Roberto Fresca]
2014-02-19 09:25:10 +00:00
Alex W. Jackson
429c4b838a
galivan.c: add buffered spriteram to fix MT 05465; cleanups [Alex Jackson]
2014-02-19 06:22:11 +00:00
Aaron Giles
57cfaa163e
Switched rgb_t to a class, replacing macros with methods. Mappings are
...
as follows:
MAKE_RGB(r,g,b) == rgb_t(r,g,b)
MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b)
RGB_ALPHA(data) == data.a()
RGB_RED(data) == data.r()
RGB_GREEN(data) == data.g()
RGB_BLUE(data) == data.b()
RGB_BLACK == rgb_t::black
RGB_WHITE == rgb_t::white
Implicit conversions to/from UINT32 are built in as well as simple
addition, subtraction, and scaling (with clamping).
As a result of being a class, some stricter typing was needed in
a few places but overall not too much.
2014-02-19 06:07:32 +00:00
Fabio Priuli
5c2b6036df
(MESS) nes: Properly implemented the Bandai Karaoke Studio expansion
...
slot. The two Senyou Cassettes (Top Hit 20 Vol 1 & Vol 2) have now to be
loaded with the following commands "mess nes -cart karaoke -cart2 top20v1"
(or top20v2). This is accurate to the hardware, because these expansions
had to be manually inserted into the body of the main Karaoke Studio cart
before playing. [Fabio Priuli]
2014-02-19 05:48:54 +00:00
Angelo Salese
57aaa4f9a6
Pitch reversed, Dragon Buster contradicts with it
2014-02-19 02:32:13 +00:00
Michaël Banaan Ananas
0945648037
regs 5/7 high bytes are for stereo panning
2014-02-19 00:21:44 +00:00
Roberto Fresca
5f6f08af1f
Jubilee Poker: Fixed palette to 8 colors.
2014-02-19 00:07:11 +00:00
Alex W. Jackson
676b03c2dd
bfm_sc1.c, bfm_sc2.c: fix crash (nw)
2014-02-18 23:52:47 +00:00
Roberto Fresca
d2a47248d4
More Jubilee Poker updates. [Roberto Fresca]
...
- Hooked CRTC properly.
- Adjusted the screen size and visible area according to CRTC values.
- Adjusted the screen pos 8 pixels, to get a bit centered.
- Added technical notes.
2014-02-18 21:40:13 +00:00
Curt Coder
c79f7b250e
(MESS) pc: Added support for Microsoft DMF 1.68MB disk images. [Curt Coder]
2014-02-18 21:31:34 +00:00
Curt Coder
23a704c620
(MESS) Cleanup. (nw)
2014-02-18 21:30:53 +00:00
Curt Coder
2e7bf618a5
(MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder]
2014-02-18 21:30:36 +00:00
Aaron Giles
64d9280eb6
Change palette_t allocation so that it uses matching new/delete operators.
2014-02-18 17:41:16 +00:00
Olivier Galibert
d048dae125
(nw)
2014-02-18 17:10:41 +00:00
Aaron Giles
3e2995cbba
Converted palette_t and palette_client to classes. General palette.c
...
cleanup.
2014-02-18 08:05:44 +00:00
Roberto Fresca
847cecbadc
Extra service input found...
2014-02-18 06:12:42 +00:00
Roberto Fresca
6a70f1ebb5
Jubilee Double-Up Poker: Fixed the NVRAM size.
...
Video and working RAM are both halves of the
same device (TC5517AP-2, tied to a battery).
Also added technical notes. [Roberto Fresca]
2014-02-18 06:00:50 +00:00
Angelo Salese
85447a2fdd
Correct patch
2014-02-18 05:26:04 +00:00
Angelo Salese
4af9757ff3
Another note ...
2014-02-18 05:14:56 +00:00
Angelo Salese
c1898d3671
Note update
2014-02-18 05:01:13 +00:00
Angelo Salese
c1aaceeab7
Attempt to fix Xevious ...
2014-02-18 04:44:31 +00:00
Angelo Salese
a7eb357751
PC-9801 / upd7220: Fixed Quarth video paging [Angelo Salese]
2014-02-18 04:21:17 +00:00
Brian Troha
5fc4570d50
namcos12.c: Documentation update - NW
2014-02-18 03:23:49 +00:00
Roberto Fresca
385c8e48ec
Jubilee Double-Up Poker (TMS9980) updates... [Roberto Fresca]
...
- Demuxed the input system.
- Hooked an cleaned all inputs, except the coin in (missing).
- Added NVRAM support.
- Added technical notes.
2014-02-18 02:18:37 +00:00
David Haywood
f7392cdfe6
I think the eeprom rewrite fixed this (nw)
2014-02-18 02:15:03 +00:00
R. Belmont
a47713e2e2
(MESS) apple3: Fixed colors in color hires mode. [R. Belmont]
2014-02-18 00:43:04 +00:00
Alex W. Jackson
7ed883f195
m10.c: Fix crash; also fix flipscreen [Alex Jackson]
2014-02-17 22:22:51 +00:00
Alex W. Jackson
55ba10a8ed
taito_b.c: fix what was the actual problem, a stray duplicate MCFG_SCREEN_UPDATE_DRIVER (nw)
2014-02-17 21:14:01 +00:00
R. Belmont
861485d123
(MESS) apple2: fixed systems crashing due to missing keyboard ROMs, validated some documentation on the J-Plus, and general cleanup. (nw)
2014-02-17 21:09:28 +00:00
Miodrag Milanovic
266e88c179
fixed namco_c45_road_device (tceptor and finallap) (nw)
2014-02-17 20:33:32 +00:00
Ivan Vangelista
d99a774dee
Fixed bad downcast caught by mame64d -validate (nw)
2014-02-17 19:14:07 +00:00
Miodrag Milanovic
39ac3b53be
fix for mess listxml (nw)
2014-02-17 19:03:44 +00:00
Ivan Vangelista
424fbe7fba
Fixed MT04679. (nw)
2014-02-17 18:31:18 +00:00
Miodrag Milanovic
4b10a92bb0
fix 2 more (nw)
2014-02-17 18:15:46 +00:00
Miodrag Milanovic
6eaf8f5560
x68k fix (nw)
2014-02-17 18:12:30 +00:00
Michaël Banaan Ananas
a17309de58
taito gnet preliminary zoom sound works out of the box now
2014-02-17 18:07:16 +00:00
Miodrag Milanovic
1bd51abc58
and one more, fixing 32 bit build crashes, but was making 64 work wrong (nw)
2014-02-17 16:37:45 +00:00
Miodrag Milanovic
9259c36564
bmcpokr crash fix (nw)
2014-02-17 16:32:37 +00:00
Miodrag Milanovic
a3e4a45f1a
moved optional_device<gfxdecode_device> to specific drivers state classes (nw)
2014-02-17 15:46:55 +00:00
R. Belmont
231d7c709a
(MESS) apple3: Rework extended addressing from the schematics. [R. Belmont]
2014-02-17 15:05:09 +00:00
smf-
eb8e90ed49
(MESS) added SUBCPU address space dump from US PlayStation [smf, psxdev.ru]
2014-02-17 13:35:44 +00:00
R. Belmont
91df0b0fa1
(MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't asserted go through to the underlying RAM. [R. Belmont]
2014-02-17 13:08:10 +00:00
smf-
8c5f5f9014
(MESS) Added BIOS from Midnight Blue PlayStation <10 million model> SCPH-7000W [smf, Myria]
2014-02-17 12:41:37 +00:00
Alex W. Jackson
6062b3a8cb
gottlieb.c, kyugo.c, madalien.c, rallyx.c, taito_b.c, zodiack.c: fix flipscreen after core changes [Alex Jackson]
...
(nw)
Also deleted mame/video/taitoic.h, which absolutely nothing was #include'ing and which seems to be leftover from when the taito video chips were split into separate files.
2014-02-17 12:26:31 +00:00
Fabio Priuli
ca090b8eec
(MESS) nes: added Karaoke Studio inputs, mapped to keys Z, X, C. you can
...
now select songs and see the animation, even if I would not call playable the
games this way. [Fabio Priuli]
out of whatsnew: the expansion slot is currently hacked around at loading time.
I will soon implement it as a subslot, but I still need to check a few details first.
2014-02-17 08:28:26 +00:00
Miodrag Milanovic
9f802adc65
fix debug build (nw)
2014-02-17 07:30:45 +00:00
Fabio Priuli
035283a9ec
New NOT WORKING
...
================
Kart Duel (Japan, KTD1/VER.A) [hap, Mooglyguy, Shoutime, Smitdogg, The Dumping Union]
2014-02-17 06:56:33 +00:00
Brian Troha
e27bf09753
New Funky Jet Clone
...
New Clone Added
--------------------------------------
Funky Jet (World, rev 1) [Arzeno Fabrice, The Dumping Union]
2014-02-17 05:10:00 +00:00
Brian Troha
dc3af1c8e4
New Gunman Wars Clone
...
Out of whatsnew - Correct spelling in Oh! Bakyuuun for namcos12.c
New Clone Added
----------------------------------
Gunmen Wars (GM1 Ver. B) [hap, Shoutime, Smitdogg, The Dumping Union]
2014-02-17 05:01:08 +00:00
Brian Troha
e881898855
New Namco Clones
...
New Clones Added
--------------------------------------------
Dancing Eyes (US, DC3/VER.C) [Tormod, Smitdogg, The Dumping Union]
Mr. Driller (US, DRI3/VER.A2) [Tormod, Smitdogg, The Dumping Union]
Oh! Bukyuuun (Japan, OB1/VER.A) [Tormod, balrog, f205v, Shoutime, ghoolster, Mucci, Mooglyguy, Smitdogg, The Dumping Union]
2014-02-17 04:38:29 +00:00
Robbbert
32c2989411
(MESS) spc1000 : Connected Play button. Added notes.
2014-02-17 04:02:09 +00:00
Alex W. Jackson
f4e705346e
Fix crash in drivers with NULL gfxdecode entries (nw)
2014-02-17 03:56:08 +00:00
Brian Troha
4c8f8d9238
discoboy.c: Verification of 400kHz resonator. Minor doc update - NW
2014-02-17 03:51:20 +00:00
David Haywood
672e6ea3a1
make it a bit clearer how to load floppies in msx1 by actually recognizing the floppy ROM.
...
added a skeleton list I used for some quick testing.
the driver really needs a significant overhaul, but at least this makes usage a little less opaque.
2014-02-17 03:42:14 +00:00
R. Belmont
95246ab0d4
Naomi updates:
...
- Added all known IC locations from sets missing them [MetalliC]
- Corrected some bad Sega chip numbers and IC locations [MetalliC]
- Use real chip dump for mvsc2 [Guru]
- Fixed ROM loading for Animal Basket [MetalliC]
2014-02-17 03:16:51 +00:00
Roberto Fresca
c2b3892acb
Jubilee Double-Up Poker (TMS9980) updates... [Roberto Fresca]
...
- Corrected the crystal value and derivate clocks via #DEFINE.
- Improved memory map.
- Hooked the CRT controller, but the init sequence seems incomplete.
- Created the accurate graphics banks.
- Found and mapped the video RAM.
- Hooked the ATTR RAM.
- Assigned the correct graphics banks to the proper drawn tiles.
- Find and mapped an input port.
- Started a preliminary workaround to demux the input port.
- Added technical notes.
2014-02-17 03:02:21 +00:00
R. Belmont
cc0a824aff
Preliminary support for National Semiconductor MM58167 real-time clock/calendar. [R. Belmont]
2014-02-17 02:49:35 +00:00
David Haywood
8ac187fe1d
new clones
...
Flak Attack (Japan, PWB 450593 sub-board) [system11]
2014-02-17 02:49:27 +00:00
David Haywood
6cd3ac9cfd
new clones
...
Miss World '96 (Nude) (2 sets) [system11]
also added a note about a Lady Killer clone.
2014-02-17 02:31:45 +00:00
Roberto Fresca
9516edcfb3
Added default NVRAM to Crystal Colours (CMC hardware),
...
allowing to boot with clean meters/settings.
[Roberto Fresca]
2014-02-17 01:54:41 +00:00
Roberto Fresca
d4801f7cee
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Crystal Colours (CMC hardware) [Roberto Fresca, ANY]
2014-02-17 01:38:39 +00:00
David Haywood
0f20e52f46
new clones
...
Disco Boy (Promat license?) [system11]
(gameplay is a bit different here, lots of different roms too)
2014-02-17 01:23:04 +00:00
Michaël Banaan Ananas
4c77c15cce
preliminary zsg2 sound now works in taitogn.c, remove the // from
...
//AM_RANGE(0x1fb80000, 0x1fb80003) AM_DEVWRITE16("taito_zoom", taito_zoom_device, reset_control_w, 0xffff0000)
2014-02-17 00:41:33 +00:00
Roberto Fresca
b81f228f85
Added a new Luna Park set, so rearrange the parent/child sets...
...
So here is the updated news:
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Luna Park (set 1, dual program) [Roberto Fresca, ANY]
Luna Park (set 2, dual program) [Roberto Fresca, ANY]
Luna Park (set 3) [Roberto Fresca, ANY]
2014-02-16 23:50:16 +00:00
Michaël Banaan Ananas
d7ac6d0ddb
sort source layout
2014-02-16 23:41:34 +00:00
Roberto Fresca
54e7f27083
Changed Luna Park manufacturer to <unknown>.
2014-02-16 20:46:40 +00:00
R. Belmont
3fdb753a83
(MESS) apple2: Support another Videoterm clone, the AE Viewmaster 80. [R. Belmont]
2014-02-16 20:40:13 +00:00
Brian Troha
cb02815a52
MT04174 Fix
...
asteroid.c: Restore correct vector rom for asteroidb set - NW
2014-02-16 18:27:31 +00:00
R. Belmont
811fee0ee8
(MESS) apple3: Fixed page 2 addresses in all graphics modes, fixed glitches in color hires rendering. [R. Belmont]
2014-02-16 18:24:27 +00:00
Miodrag Milanovic
7cde79cd9c
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag Milanovic]
...
Updated all devices and drivers for using it.
out of whatsnew:
Note that it is made to work same as before, in some cases it can be more
logic to move gfxdevice into subdevice itself then to keep it in main driver.
2014-02-16 17:32:10 +00:00
R. Belmont
36d081e756
(MESS) apple2/3: CFFA2 now ignores 6502 spurious reads during write cycles. [R. Belmont]
2014-02-16 16:58:47 +00:00
Robbbert
6a57b6378f
(MESS) spc1000 : added TAP cassette format [Robbbert]
2014-02-16 15:15:05 +00:00
Roberto Fresca
7a78ea66d2
more typo...
2014-02-16 14:27:12 +00:00
Roberto Fresca
cad99439dd
...typo
2014-02-16 14:11:10 +00:00
Roberto Fresca
043404070c
Funworld driver updates: [Roberto Fresca]
...
- Added Luna Park (set 1, dual program). Running in modified
CMC hardware, with video RAM 4000-4FFF mirrored in 6000-6FFF
and color RAM 5000-5FFF mirrored in 7000-7FFF.
This game has the highest address line of the program tied to
DIP switch #1 , so you can select between 2 different programs.
Both programs write to videoram either to each video RAM ranges.
- Added proper program ROM banking and connected to DIP switch #1 .
- Added Luna Park (set 2). This one writes to normal CMC video RAM.
- Cleaned-up the machine drivers.
- Derived clocks via #define.
- Added technical notes.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Luna Park (set 1, dual program) [Roberto Fresca, ANY]
Luna Park (set 2) [Roberto Fresca, ANY]
2014-02-16 13:57:18 +00:00
Michaël Banaan Ananas
020df6eb17
ok, not all chips have a reset pin RP#
2014-02-16 12:20:34 +00:00
Robbbert
c62b9b5fcf
(MESS) spc1000 : added cassette
2014-02-16 11:54:56 +00:00
Miodrag Milanovic
8ad08e1152
removed patch for now, till I fix it properly, this way breaks more (nw)
2014-02-16 11:49:09 +00:00
Brian Troha
80fe0d9bb7
New Panic park clone
...
New Clone Added
-----------------------------------
Panic Park (PNP1 Ver. B) [Any, The Dumping Union]
2014-02-16 06:50:58 +00:00
R. Belmont
5dc3ebae07
(MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont]
2014-02-16 04:22:38 +00:00
Michaël Banaan Ananas
10519dead7
added device_reset
2014-02-16 03:26:09 +00:00
R. Belmont
1f92dd5452
(MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Belmont]
2014-02-15 22:15:28 +00:00
Olivier Galibert
d438684920
(MESS) New NOT WORKING system
...
-----------------------------
Kasparov Stratos Chess Computer [Cowering, O. Galibert]
(Cowering is going to pick it up from here)
2014-02-15 22:09:47 +00:00
Olivier Galibert
93f7c49005
placeholders
2014-02-15 22:06:12 +00:00