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