Robbbert
0973a2b1b5
(MESS) apf : more homebrews
2014-02-06 11:48:16 +00:00
Robbbert
35cd6fd3d3
(MESS) phc25 : fixed graphic modes
2014-02-06 10:58:20 +00:00
Miodrag Milanovic
299a6559b0
Resolved bug MT05443 (nw)
2014-02-06 07:47:34 +00:00
Roberto Fresca
81da493743
Added Bingo PCB layout and technical notes. [Roberto Fresca]
2014-02-06 05:21:50 +00:00
Michaël Banaan Ananas
cf4ab14dc4
cleanup
2014-02-06 05:07:57 +00:00
Michaël Banaan Ananas
a0b5291504
more whitespace readability stuff
2014-02-06 04:03:28 +00:00
R. Belmont
c75c744600
(MESS) apple3: improved interrupt generation and scanline timing [R. Belmont]
2014-02-06 03:13:33 +00:00
Roberto Fresca
277ead61c9
Some corrections....
2014-02-06 01:04:37 +00:00
Roberto Fresca
88e6b84791
Updated technical notes about the weird code of rcdino4.
2014-02-06 00:03:59 +00:00
Michaël Banaan Ananas
ebba16890d
mem16/24bit accesses are word-aligned (not counting opcode args of course)
2014-02-05 23:59:48 +00:00
Michaël Banaan Ananas
239c24c223
simplify branch code
2014-02-05 22:47:42 +00:00
Michaël Banaan Ananas
49121f9998
readability cleanup in opcode table
2014-02-05 22:26:32 +00:00
Roberto Fresca
2a290bccf6
Improvements to Unknown Royal Card on Dino4 hardware: [Roberto Fresca]
...
- Fully decrypted the graphics set.
- Added technical notes...
2014-02-05 22:22:29 +00:00
Michaël Banaan Ananas
e3b5f3c6f7
preparing for next commit, this one just renames read/write functions
2014-02-05 21:08:14 +00:00
Roberto Fresca
f38dae0885
Added Bingo (1983). PCB seems bootleg, but the game looks legit.
...
Worked from the scratch a whole set of inputs and button-lamps
support for this game. Changed the poker41 description to Four
in One Poker (as seen in the official brochure). Added game and
technical notes. [Roberto Fresca]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Bingo [Roberto Fresca, Siftware]
2014-02-05 19:02:19 +00:00
Alex W. Jackson
1f7a3bf649
Stop the flipping insanity [Alex Jackson]
...
Tilemap flipping is now calculated relative to the center of the visible area
rather than to the total screen size, and the generic flip screen functions
no longer reconfigure the actual screen.
These changes ensure that in most cases flipping should Just Work for drivers
that use MCFG_RAW_PARAMs, games that have a programmable CRTC, and games that
have raster effects, and should fix many longstanding flip/cocktail-related
regressions.
(nw)
Unfortunately, it also means that all the thankless work that Osso and hap
have been doing over the last few months fixing flipscreen regressions will
have to be reverted now. I've also undoubtedly caused new regressions in
drivers that handle flipscreen in unusual ways. But now we can share video
device implementations between drivers that have been updated to RAW_PARAMs
and drivers that haven't without kludges all over the place.
And now I can hook up the programmable CRTC in toaplan1.c without abandoning
all hope of flipscreen ever working again in that driver.
(also nw)
I also added savestate registration for the generic soundlatches, which seemed
like a good idea. Any particular reason why these weren't being saved?
2014-02-05 17:25:58 +00:00
Michaël Banaan Ananas
0353541f5b
add/sub carry was still wrong
2014-02-05 16:53:34 +00:00
David Haywood
cf1c9641e3
Misc ANY part 5
2014-02-05 15:01:48 +00:00
David Haywood
65265939a1
misc ANY part 4
2014-02-05 14:28:56 +00:00
David Haywood
de4e69cd17
misc ANY part 3
2014-02-05 13:53:49 +00:00
David Haywood
d1ba0e5964
misc ANY part 2
2014-02-05 13:09:52 +00:00
David Haywood
32064cfbff
misc ANY stuff part 1
2014-02-05 12:38:02 +00:00
Nathan Woods
93375c26c4
Adopted 'bool' type
2014-02-05 10:44:47 +00:00
Nathan Woods
69ef4a4a1b
Initializing this variable
2014-02-05 10:44:46 +00:00
Robbbert
0d706c4fd3
(MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 2)
2014-02-05 09:42:11 +00:00
Robbbert
70895111eb
(MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 1)
2014-02-05 09:39:55 +00:00
Fabio Priuli
093201ff8b
New clone added
...
------------------------
Vs. Tennis (Set 3) [any]
we suspect that some roms for the second CPU went bad :(
2014-02-05 07:26:41 +00:00
Justin Kerk
7eda5af6de
Silence excessive printf spam in RSP core with -nodrc (nw)
2014-02-05 07:01:12 +00:00
Fabio Priuli
5b64ad65fa
(MESS) microvsn: added dump of alien raiders, courtesy of Sean Riddle. nw.
2014-02-05 06:21:46 +00:00
David Haywood
d3d902b713
new clones
...
Flying Tiger (set 2) [system11]
Puckman Pockimon (set 3) [any]
Gulf War II (set 2) [system11]
2014-02-05 01:36:49 +00:00
Brian Troha
89619b4bef
taito_b.c: Give Yukiwo the correct "World" coinage and change dip DSWB-8 to unused as there doesn't seem to be a "Space Ship" option like in the other Master of Weapons sets. - NW
2014-02-05 01:36:36 +00:00
Michaël Banaan Ananas
a27f7ed935
document flags, and fixed flags in add/sub
2014-02-05 01:32:32 +00:00
Couriersud
6b6bd02db1
Added netlist output stage to 1942
...
This is disabled by default for now. Once the stream input/output interface settled it will be enabled.
Those who like to try it NOW:
Set at the top of 1942.c
#define USE_NETLIST (1)
I think the quality is better with netlist. Better dynamics, you can hear the rotors now. I have observed no performance impact as well.
2014-02-04 23:39:21 +00:00
Couriersud
35c7cf0381
Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resistor values instead of computed voltages. To be used with netlist output stages.
2014-02-04 23:34:57 +00:00
Couriersud
5d7b9522d1
- Added a parameter "MULT" for output multiplication to NETDEV_SOUND_OUT
...
- Added a safety check to resistor device to avoid divide by zeros
- only update parameters if they have changed
2014-02-04 23:30:48 +00:00
Michaël Banaan Ananas
d7ec6074bb
some mn10200 opcode fixes
2014-02-04 21:34:45 +00:00
Ivan Vangelista
96c9b7292d
Fixed MT03346 (nw)
2014-02-04 17:15:46 +00:00
Curt Coder
657b3018c2
(MESS) c64: Floppy WIP. (nw)
2014-02-04 15:32:09 +00:00
Robbbert
06b8402d65
(MESS) phc25 : a very small note
2014-02-04 13:08:37 +00:00
David Haywood
27f38f4efb
cleanup (nw)
2014-02-04 12:49:47 +00:00
Alex W. Jackson
76bd65cb3b
popeye.c: added RC filter (MT 3726), cleanups [Alex Jackson]
2014-02-04 12:12:30 +00:00
Fabio Priuli
2d5f0a76c8
(MESS) documenting recent Sega Sawatte Pico dumps by Team Europe. CPU is unknown
...
(under epoxy block), so no skeleton to hook these to.
2014-02-04 12:11:34 +00:00
David Haywood
a4ecad8a30
new clones
...
Yukiwo (World, prototype) [Unigame]
This is Master of Weapon at the point where it was still named after the programmer, very cool indeed
2014-02-04 11:57:23 +00:00
Nathan Woods
bf06b4f331
MSVC fix
2014-02-04 11:31:41 +00:00
Fabio Priuli
43f27b7772
as pointed out by several users, these have been floating around since a few years... nw.
2014-02-04 11:17:49 +00:00
Fabio Priuli
fd54eaac0b
a final round of additions. nw.
2014-02-04 10:57:52 +00:00
Fabio Priuli
c1274c325e
a few other ones. nw.
2014-02-04 09:17:02 +00:00
Fabio Priuli
1be5941c66
some more roms for discrete games added to skeletons. nw.
2014-02-04 07:45:22 +00:00
Couriersud
799c621d65
- Some bug fixes for sound device routing
...
- pong doubles (yet to be committed) starts up again.
2014-02-03 23:53:23 +00:00
Curt Coder
1f68cb9336
Cleanup. (nw)
2014-02-03 23:00:04 +00:00