Commit Graph

29477 Commits

Author SHA1 Message Date
Alex W. Jackson
ea8a1b0457 itech32.c: add note about screen configurations (nw) 2014-05-20 07:58:06 +00:00
Alex W. Jackson
c757eb7fc6 MT 03599 [Alex Jackson] 2014-05-20 06:01:43 +00:00
Robbbert
e6ea8bf92f (MESS) mbc200 : video code improved 2014-05-20 01:16:17 +00:00
Curt Coder
453141c1c8 (MESS) vixen: Floppy WIP. (nw) 2014-05-19 21:21:46 +00:00
Curt Coder
6cec2129ff Cleanup. (nw) 2014-05-19 21:21:01 +00:00
Curt Coder
bfc80dde16 wd_fdc: Hold DRQ in status register until scan ID command has been fully read. This fixes Osborne 1/2 2014-05-19 21:16:03 +00:00
Wilbert Pol
a6dd3e9c1b Spelling... (nw) 2014-05-19 20:51:46 +00:00
Wilbert Pol
b9ddc3405c (MESS) msx1_flop.xml: Added some floppies that came with the machines. (nw) 2014-05-19 20:47:54 +00:00
Wilbert Pol
b9c1f7ccb1 (MESS) msx.c: Fixed firmware and booting on fsa1wx and fsa1wxa drivers. (nw) 2014-05-19 20:05:12 +00:00
Sandro Ronco
64f307a27b Fixed cheatnext command. (nw) 2014-05-19 20:05:10 +00:00
Wilbert Pol
1ec4181f33 (MESS) msx.c: Some small fixes to the banking for the firmware in the fsa1wsx. (nw) 2014-05-19 19:49:52 +00:00
Sandro Ronco
d7433ea89f sigmab52 updates: [Sandro Ronco]
- improved inputs
- added preliminary sound
- fixed DIPLOCATION
- added nvram
- various cleanups
2014-05-19 19:35:30 +00:00
Scott Stone
cf835d186e Fix for partial updates per Duke (nw) 2014-05-19 19:05:51 +00:00
Scott Stone
52973d519f Correct display type for each set fixes screen corruption. From Fabio. (nw) 2014-05-19 16:32:41 +00:00
David Haywood
b26988abbe new clones
Quaaak (bootleg of Frogger) [MARTIN PONWEISER]

(sidenote, cocktail mode seems broken for frogger?)
2014-05-19 16:00:42 +00:00
David Haywood
40d615ffe7 new clones
Pleiads (Spanish bootleg) [Basilio García]
2014-05-19 11:49:37 +00:00
Dirk Best
edf3b6f5ca Call reset_partial_updates() at the end of vblank instead of at the end
of the visible display. Fix an issue in screen->configure() to always
recalculate the vblank timing on screen changes.
2014-05-19 11:47:28 +00:00
Robbbert
0d34890b08 (MESS) mbc200 : reverted yesterday's change as it didn't work.
Now, CP/M loads and runs, but it doesn't write to the screen.
2014-05-19 11:38:35 +00:00
Fabio Priuli
9058e5009b nand/smartmed: converted to use inline configs. nw. 2014-05-19 09:01:24 +00:00
Fabio Priuli
582b9a7368 seibu_adpcm: converted to use inline configs. nw. 2014-05-19 08:58:55 +00:00
Miodrag Milanovic
3d8de227e0 made hp48 image device to use inline config (nw) 2014-05-19 08:56:44 +00:00
Miodrag Milanovic
9099f97b93 made gime to use inline config (nw) 2014-05-19 08:40:38 +00:00
Olivier Galibert
3967304b4b Grrrrr (nw) 2014-05-18 23:22:08 +00:00
R. Belmont
557ac4fdb9 New games added as GAME_NOT_WORKING
-----------------------------------
F-Zero AX (Rev. E) (GDT-0004E) [ShouTime, rtw, R. Belmont]
2014-05-18 21:42:58 +00:00
Wilbert Pol
c90c8e7d96 (MESS) msx1_flop.xml: 720KB were double sided 3.5 inch floppies. (nw) 2014-05-18 20:30:29 +00:00
R. Belmont
eeb3bed6af New games added as GAME_NOT_WORKING
-----------------------------------
F-Zero AX (Rev. C) (GDT-0004C) [ShouTime, rtw, R. Belmont]
2014-05-18 19:42:53 +00:00
Miodrag Milanovic
d8ff97bf29 Added Stern SAM skeleton driver (nw) 2014-05-18 19:33:33 +00:00
Couriersud
96c871c5c4 Make recent additions (timing, local truncation error based timestep) the default.
As a consequence, the solver frequency is just an indication, the timestep used can be anything between 2ns and 100 * 1/Frequency depending on the second derivative. A fixed timestep can be forced by setting DYNAMICTS to 0.
For an example how this works on delaying signals using capacitors see nl_examples/cdelay.c
2014-05-18 19:28:59 +00:00
Wilbert Pol
9a1354dbd1 (MESS) msx.c: Implemented msx2+ system flags register. The fsa1fx driver no longer keeps rebooting into firmware. (nw) 2014-05-18 19:18:59 +00:00
Oliver Stöneberg
b0a73e4963 fixed usage of uninitialized member in mos6526_device (nw) 2014-05-18 17:02:06 +00:00
smf-
741b3c8448 New Game Added
--------------
Step Champ (GQ930 VER. JA) [any]
2014-05-18 15:18:01 +00:00
Wilbert Pol
17c451f5e7 (MESS) msx.c: Notes and fixed rom loading for tpp311 and tps312. tpp311 now boots into logo. msx-write and msx-plan can now be started on tps312. (nw) 2014-05-18 13:56:59 +00:00
smf-
0fedf1a539 Alternate fix, closer to original. Either works for MSVC 2012 & MinGW, someone needs to test with ICC (nw) 2014-05-18 13:23:37 +00:00
smf-
01658da1b1 Experimental fix for building with MSVC 2012 (it might fix ICC too). (nw) 2014-05-18 13:11:43 +00:00
Wilbert Pol
bac3e7672f (MESS) msx.c: Implemented some more things in the matsushita switched device. Firmware in fs4500 now seems to work. (nw) 2014-05-18 13:05:42 +00:00
Robbbert
7b7f2f8291 (MESS) mbc200 : converted to new wdc
Regression: disk is not ready
2014-05-18 12:26:29 +00:00
Dirk Best
7c9fb73622 Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus
chip or better.

Core changes:
- Save screen pixelclock.
- Call reset_partial_updates() in finish_screen_updates() instead of
creating an extra timer for it. This prevents calling
reset_partial_updates() after finishing the screen, causes issues when
screens change their size to a size lower than the current screen.
- Optimization: Support calling vblank_begin() directly at the start of
a frame instead of using a timer.
2014-05-18 12:05:59 +00:00
Dirk Best
fda0dea5d1 Silence GAYLE 2014-05-18 12:05:54 +00:00
Robbbert
94d60e66e2 (MESS) apf : convert to new wdc.
Don't know if the old code worked; the new code certainly doesn't.
2014-05-18 10:59:21 +00:00
Scott Stone
cb144e8684 Fixed ROM_RELOAD sizes to match actual rom sizes in certain WPC_95.c games (nw) 2014-05-18 10:24:57 +00:00
Alex W. Jackson
f8d22faa9c nemesis.c: use standard palette handler for salamander and friends (nw) 2014-05-18 08:23:43 +00:00
Wilbert Pol
3031a963d1 (MESS) msx.c: Added TC8566AF FDC emulation. (nw) 2014-05-18 07:38:46 +00:00
Curt Coder
ae722c5e38 (MESS) osbexec: Modernized floppy. Now tries to load CP/M but fails while reading ids. (nw) 2014-05-18 05:32:22 +00:00
Alex W. Jackson
47c3e5bb67 fix build (nw) 2014-05-18 04:51:38 +00:00
mahlemiut
f589458ff1 fmtowns: added clone FM Towns II FreshTV [caius, Barry Rodewald] 2014-05-18 02:20:10 +00:00
Couriersud
43e86ec55d Fixed a bug with saving state. In addition, some minor code changes. 2014-05-18 00:48:34 +00:00
Couriersud
168640c700 Left a comment that GL_FRAMEBUFFER_SRGB is supported by SDL2. 2014-05-18 00:46:09 +00:00
Couriersud
5ff6ac66a9 Left a "FIXME" too remind me later, that gamma needs attention in MAME. 2014-05-17 23:57:18 +00:00
Olivier Galibert
2f867f94f8 wpc_95: Make it testable [O. Galibert] 2014-05-17 20:25:12 +00:00
Olivier Galibert
72f44639ef placeholders 2014-05-17 20:24:49 +00:00