Commit Graph

31149 Commits

Author SHA1 Message Date
Sergey Svishchev
6de34219f4 ec1840: new BIOS ROM 2014-10-26 20:21:22 +03:00
Miodrag Milanović
2862bc278e Merge pull request #12 from shattered/master
ec1841: change keyboard xtal freq, add speech synthesis swre
2014-10-26 18:20:35 +01:00
briantro
fbc6ac643b peplus.c: Minor doc update about MGxxxx program roms and the Player's Choice platform. - NW 2014-10-26 11:53:40 -05:00
Sergey Svishchev
1960361f04 kb_ec1841: use correct clock frequency 2014-10-26 19:43:37 +03:00
cracyc
150bcf445e (mess) pc9801: ascii font reading (nw)
upd7220: attempt to resolve apparent contradiction in window behavior (nw)
2014-10-26 11:15:14 -05:00
etabeta78
218ea90606 (MESS) spc1000: converted the expansion bus EXT1 to be a
slot device, moved FDD expansion to be a slot card, added
emulation of the VDP expansion as another slot card. This
makes Gun Fright, TwinBee and Zanac playable if you launch
them with "-ext1 vdp" option. If you want to emulate a
SPC-1000 with floppy drive, you have to add "-ext1 fdd"
instead. [Fabio Priuli]

out of whatsnew: disk emulation still does not work (unless we use
Meeso Kim's patched BIOS), but emulation is now closer to the real
functionality and we needed the changes for the VDP unit emulation.
2014-10-26 12:48:02 +01:00
smf-
7e7b1dc0bb Convert PSX sio to use devcb. [smf] 2014-10-26 10:32:58 +00:00
MetalliC
e7b0770093 New Game Added
---------------------------------------
Windjammer (021216) [MetalliC]
2014-10-26 11:51:23 +02:00
Oliver Stöneberg
a78db2485b fixed usage of uninitialized member in wd1770_device (ne)
happened with e.g. fm7
2014-10-26 08:33:02 +01:00
Oliver Stöneberg
e1166cec8c fixed usage of uninitialized memory in m6800_cpu_device (nw)
happened with e.g. ehx20e
2014-10-26 08:25:44 +01:00
Oliver Stöneberg
c49617fec2 fixed usage of uninitialized members in c64h156_device (nw)
was actually used inside base_c1541_device::via1_pb_r() with e.g. edu
-cart batman
2014-10-26 08:18:33 +01:00
etabeta78
22d0388e7d (MESS) spc1000: fixed inputs in Toiler Adventure II and Vela (they needed inputs
to be mirrored in the whole 0x8000-0x9fff range) + some minor cleanup. nw.
2014-10-26 08:04:03 +01:00
mahlemiut
2e2a41a8c7 calchase: map Trident memory clock, video clock and LUTDAC registers 2014-10-26 19:23:17 +13:00
Oliver Stöneberg
07a05054af fixed usage of uninitialized member in upd7220_device (nw) 2014-10-26 02:38:59 +02:00
Oliver Stöneberg
63439efb2a fixed usage of uninitialized member in sega_32x_device (nw) 2014-10-26 02:12:33 +02:00
Oliver Stöneberg
a9bef4c516 small adjustment to -snapbilinear description (nw) 2014-10-25 20:46:25 +02:00
Scott Stone
d53c0b73ba New games added
---------------
Solar War (Anonymous)

NOTE: Added as playable, but with issues.  Layout needs work and coins do not operate in game.  Therefore, game is set to Free Play by default.  Also, renamed Solar Warrior (xain.c) from solarwar -> solrwarr to allow this original game to use the setname "solarwar".  Added diplocations to both games.
2014-10-25 14:16:06 -04:00
Oliver Stöneberg
4f9db1e734 added command-line option -[no]snapbilinear to control binlinear filtering for snapshots (enabled by default) [Oliver Stöneberg]
this is mainly for making testruns and debugging faster - could also be
used to speed up -aviwrite usage though
2014-10-25 18:14:16 +02:00
cracyc
75ec87e1ec (mess) pc9801: this patch no longer works, it's not even needed (nw) 2014-10-25 10:14:13 -05:00
cracyc
89840fe6eb fix line endings, hopefully (nw) 2014-10-25 10:13:15 -05:00
Alex Marshall
d0b49b2407 Fix frequency for X1-010 and add a note.
I know PhilB is working on a totally new driver, but this should be fixed anyways. It's a very small change, but fixes a lot of things and breaks nothing as far as I can tell.
2014-10-25 03:49:53 -07:00
miodragm
f7be2e136e Merge branch 'patch-3' of https://github.com/plgDavid/mame into plgDavid-patch-3 2014-10-25 10:33:15 +02:00
miodragm
61b3fb62c8 Merge branch 'patch-2' of https://github.com/plgDavid/mame into plgDavid-patch-2 2014-10-25 10:32:30 +02:00
miodragm
cd9047f67c Merge branch 'ti85_changes_for_upstream' of https://github.com/Jonimoose/mame into Jonimoose-ti85_changes_for_upstream 2014-10-25 10:31:47 +02:00
Osso
82b448adf8 vamphalf.c: moved some video functions into driver class (nw) 2014-10-25 09:16:55 +02:00
Osso
841c2d7b13 ppc: converted remaining callbacks to delegates (nw) 2014-10-25 08:31:27 +02:00
etabeta78
4c19da9cce (MESS) astrocde.c: added support for 256K and 512K carts
with bankswitch. [Fabio Priuli]
2014-10-25 08:23:15 +02:00
David Viens
56296e0df0 Support for the BEXT instruction (part2)
The BEXT instruction is needed for the Unisonic Champion driver which I'm building.
The Intellivision doesn't need it since its EBCA0, EBCA1,EBCA2 and EBCA3 pins are grounded.
The method used was a suggestion from RB
2014-10-24 21:44:22 -04:00
David Viens
754a24b583 Support for the BEXT instruction
The BEXT instruction is needed for the Unisonic Champion driver which I'm building.
The Intellivision doesn't need it since its EBCA0, EBCA1,EBCA2 and EBCA3 pins are grounded.
The method used was a suggestion from RB
2014-10-24 21:42:41 -04:00
Robert
0fcd9bf702 Added licence info to some pinball drivers (nw) 2014-10-25 12:23:12 +11:00
cracyc
d635c1a7cc (mess) a5105: don't draw double wide chars (nw) 2014-10-24 18:04:23 -05:00
cracyc
b5eb1789e6 upd7220: slanted chars [Carl] 2014-10-24 16:20:10 -05:00
Jon Sturm
947d396010 (MESS) ti85: add basic support for the TI-84 Plus
Adds known dump of TI-84 Plus which has been sent to a mess dev and supports
enough asic functionality that it boots and runs.

Fixed up model enum to match style from the apple2 and used it to add support
for where the ti84p differs from the ti84pse.

Consolidated code for the 15Mhz calculators so there is less duplicated code
between the ti83pse, ti84pse and ti84 support code.
2014-10-24 16:20:00 -05:00
Sandro Ronco
9696c38f0d (MESS) asma2k: fixed LCD and RAM bankswitch. (nw) 2014-10-24 19:30:08 +02:00
Oliver Stöneberg
9867043d73 added assert for index out-of-bounds access with jolypark (nw) 2014-10-24 18:01:36 +02:00
Oliver Stöneberg
3e4c2c84ea adjusted check in src/emu/snes/snes_slot.c (nw) 2014-10-24 15:49:33 +02:00
Oliver Stöneberg
58ee4eb6c1 fixed usage of initialized members in dave_device() (nw)
also fixes signed integer overflow in dave_device::sound_stream_update()
with ep128 and others
2014-10-24 15:48:51 +02:00
smf-
24228220bc New games added or promoted from NOT_WORKING status
---------------------------------------------------

Pop'n Music 1 (ver AA-A) [smf]
2014-10-24 14:38:45 +01:00
mahlemiut
1a7faf39a7 Changed Trident ISA device to be 16-bit, which is likely more correct. 2014-10-24 21:36:52 +13:00
Miodrag Milanovic
02f94acba9 fix eol for brian (nw) 2014-10-24 08:23:55 +02:00
Robert
ccfe7d3a97 gts3a.c : WIP 2014-10-24 16:39:06 +11:00
etabeta78
7e23a90317 (MESS) spc1000: added support for tapes in .cas format [Fabio Priuli]
(MESS) spc1000: added emulation of joystick inputs [Fabio Priuli]

(MESS) added software list for Samsung spc1000 tapes [Fabio Priuli]

out of whatsnew: addition of joystick support made playable Space Invaders, Super Xevious, The Goonies and King's Valley.
2014-10-24 06:10:24 +02:00
Scott Stone
700981f762 delete assert no longer needed (nw) 2014-10-23 17:23:08 -04:00
briantro
eb3ca10a73 sonson.c: Correct Audio CPU clock for Son Son as measured on PCB. [Corrado Tomaselli] 2014-10-23 15:52:09 -05:00
briantro
a712b740c0 psychic5.c: Correct Audio CPU clock for Psychic 5 as measured on PCB. [Corrado Tomaselli] 2014-10-23 15:46:17 -05:00
briantro
4028ec7c6d segas16b.c: Minor doc update & rom name corrections. - NW 2014-10-23 15:35:35 -05:00
briantro
6ee2cbd9aa New IGT Player's Plus clone
peplus.c: Add the CAPX2172 color prom to the Ace$ Bonus sets correcting color in those sets. [BrianT]

New Clone Added
-----------------------------------
Player's Edge Plus (X002173P+XP000038) Ace$ Bonus Poker [BrianT]
2014-10-23 15:31:53 -05:00
smf-
63682564b2 fixed the other __MSC_VER (nw) 2014-10-23 20:50:00 +01:00
etabeta78
606a5cd345 fixed out-of-bound access during logging 2014-10-23 21:25:27 +02:00
smf-
f889456b7c fix building with MSVC (nw) 2014-10-23 18:28:07 +01:00
smf-
251aea6e01 renamed psx controller and memory card files, renamed znsec to cat702. (nw) 2014-10-23 18:28:06 +01:00
Oliver Stöneberg
38b44ae386 only normalize component bounds in layout_element::layout_element() when components exist (nw)
avoids division by zero for sets using src/emu/layout/vertical.lay
2014-10-23 15:32:31 +02:00
mahlemiut
124803b476 Add check for GCC 4.4.4+ for pragma, definitely doesn't work with 4.4.3 2014-10-24 01:04:19 +13:00
Curt Coder
327b89b2b5 (MESS) x820ii: Added keyboard ROM. [Gabriele] 2014-10-23 13:42:34 +03:00
Oliver Stöneberg
8ddb5bab46 fixed signed integer overflow in address_map::uplift_submaps() - by O. Galibert (nw) 2014-10-23 11:19:39 +02:00
Oliver Stöneberg
f04db035c9 fixed signed integer overflow in address_table::subtable_open() - by O. Galibert (nw) 2014-10-23 11:15:43 +02:00
Dirk Best
2d5eacd0f5 Allow compilation on cygwin based terminals on Windows (like cmder) 2014-10-23 10:32:38 +02:00
Oliver Stöneberg
9538f4805e Merge branch 'master' of https://github.com/mamedev/mame 2014-10-23 09:33:05 +02:00
Oliver Stöneberg
16acc5d961 added assert for index out-of-bounds access in z8536_device::external_port_w() with apple3 (nw) 2014-10-23 09:31:42 +02:00
Oliver Stöneberg
a1f5e051ca fixed usage of uninitialized member in wozfdc_device (nw) 2014-10-23 09:27:55 +02:00
Miodrag Milanovic
63469469ba Added -listnetwork option to list available network adapters 2014-10-23 09:26:29 +02:00
Oliver Stöneberg
c7250314d9 fixed usage of uninitialized members in gtia_device (nw) 2014-10-23 09:23:52 +02:00
Curt Coder
e7bb5261c6 line ending changes? 2014-10-23 09:49:14 +03:00
Miodrag Milanovic
b733e0312c Fix compile on official tools (nw) 2014-10-23 08:39:28 +02:00
Miodrag Milanovic
2cc8e27769 line endings (nw) 2014-10-23 08:23:44 +02:00
Alex W. Jackson
43f31c6e6e ay8910: only build the table that will be actually used (per-channel or pre-mixed) (nw) 2014-10-22 23:04:13 -04:00
cracyc
e095956d7d upd7220: don't skip every other line in mixed mode (nw) 2014-10-22 21:47:23 -05:00
peterferrie
bafe1596c8 winpcap: add WinPCap headers to the project;
windows.mak: include WinPCap headers during Windows build; suppress MSVC debug build warning
2014-10-22 17:25:03 -07:00
James Wallace
bf0fdd4a5a Altered FIRQ and NMI handling to improve Maygay M1 operation. 2014-10-22 20:44:24 +01:00
Alex W. Jackson
8d7705f79b ay8910.c: try zero-initializing dynamic array (nw) 2014-10-22 13:11:51 -04:00
Cowering
07445e6e99 No Idea why GIT wants to commit this 2014-10-22 11:49:59 -05:00
Alex W. Jackson
3fbe8c843f ay8910: fix undefined behavior in initialization (nw) 2014-10-22 12:33:19 -04:00
David Haywood
e59b85febf add remaining PAL from 'jumping' sets [Porchy] 2014-10-22 17:14:40 +01:00
David Haywood
bdda310755 new clones
Tron (Germany) [MikeMcBike]
2014-10-22 16:38:11 +01:00
Alex W. Jackson
5bcddcaac5 This set can't possibly work with a missing main program ROM (nw) 2014-10-22 11:20:51 -04:00
Alex W. Jackson
844ad1a748 upd7220: fix shift expression MSVC doesn't like (nw) 2014-10-22 11:13:58 -04:00
David Haywood
a96c84dc26 new clones
Teenage Mutant Hero Turtles (UK?, unknown revision) [caius]

(PCB was missing a rom)
2014-10-22 16:13:02 +01:00
Oliver Stöneberg
09c7711430 Merge branch 'master' of https://github.com/mamedev/mame 2014-10-22 15:58:46 +02:00
Oliver Stöneberg
0de7c60ca2 restored USE_NETWORK checks (nw) 2014-10-22 15:54:48 +02:00
pullmoll
14920644dd Hardcode clock as 3.33... MHz 2014-10-22 15:48:16 +02:00
David Haywood
dd257bfb06 brickzn: do swapped opcode decrypt whan command is written rather than predecrypting specific ranges 2014-10-22 14:11:14 +01:00
Robert
b4bda080b3 These line endings will be the death of me. 2014-10-23 00:09:22 +11:00
Robert
3761dcbb7c Fix for network compile 2014-10-22 23:18:05 +11:00
Scott Stone
5ee3b66e08 naomi.c: [Arzeno Fabrice]
* HOTD2 Proto BIOS added
 * Label correction for Club Kart Prize

Added NOT_WORKING flag to apple2cp. (nw)
2014-10-22 05:09:05 -04:00
Miodrag Milanović
793ddb7b7c Small changes from Fabio (nw) 2014-10-22 10:25:56 +02:00
David Haywood
97dfb63235 untie champbwl.c from tnzs_state, this is not really necessary anymore because seta001 and all video related functions are a proper device. 2014-10-22 08:40:44 +01:00
Oliver Stöneberg
77e299bbcd increased maximum allowed stack size of Visual Studio Code Analysis (nw) 2014-10-22 09:23:56 +02:00
Oliver Stöneberg
ae11f2c8c0 fixed Visual Studio compilation of src/emu/coco/coco_dwsock.c (nw) 2014-10-22 09:23:56 +02:00
MetalliC
79210e67c5 spectum.c: remove weird loop range at border drawing, make Pentagon stereo, correct AY clock 2014-10-21 21:11:21 +03:00
Osso
417d79d562 Fixed cchance and champbwl validation (nw) 2014-10-21 18:25:52 +02:00
Oliver Stöneberg
76c5f4713a only calculate m_aspect and m_srcaspect in layout_view::recompute() when they are actually used (nw) 2014-10-21 15:09:32 +02:00
arbee
a9ce0f0fbd SDL: experimental rework of buffer size calculation. (nw) 2014-10-21 00:11:30 -04:00
Alex W. Jackson
ce2ff23fe0 SDL: Allow SDL_LIBVER to be overridden without modifying sdl.mak 2014-10-20 23:13:51 -04:00
cracyc
c7e836f6da (mess) mikromik: don't stop the motor when resetting the fdc (nw) 2014-10-20 21:55:24 -05:00
arbee
5912fc0a5b Tell SDL to stop sound when volume is set to max attenuation. (nw) 2014-10-20 22:10:30 -04:00
arbee
8482a70a1e Reverse the networking polarity in the OSD makefiles. (nw) 2014-10-20 21:56:01 -04:00
arbee
b1efba0d14 SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont]
USE_NETWORK Ethernet emulation is now enabled by default as per the roadmap. [R. Belmont]
2014-10-20 20:42:20 -04:00
Wilbert Pol
f7d710a5f3 Merge branch 'master' of https://github.com/mamedev/mame 2014-10-20 21:21:33 +02:00
Wilbert Pol
ba32200512 msx.c: Removed nms8270 prototype; it seems to be a hacked up romset. There is no confirmation that it even exists. (nw) 2014-10-20 21:12:04 +02:00
David Viens
168ca86a3d Update x68k.c
MSCV2010 warning treated as error complains about this bool being potentially uninitialized.
2014-10-20 14:40:45 -04:00
David Viens
b8191193e9 Update winos.c
MSVC2010 compilation fix
2014-10-20 14:38:48 -04:00
cracyc
681142c125 upd7220: better output for the compis and dmv [Carl] 2014-10-20 13:24:17 -05:00
David Haywood
0e5fbe4a1c tnzs.c - use bankdev 2014-10-20 11:03:35 +00:00
Alex W. Jackson
9cb5882619 bwing.c: replace achocode with clean modern stuff (bankdev, correct TILEMAP_MAPPER_MEMBER, GFXDECODE_RAM) (nw) 2014-10-20 03:57:09 +00:00
Robbbert
15519ba957 gts3a.c : a bit of WIP 2014-10-20 00:37:21 +00:00
Robbbert
3094dac0dc gts3.c : Added switches. After setting up, the games are playable. 2014-10-20 00:01:50 +00:00
Ville Linde
167e6579be model3: More rendering improvements [Ville Linde]
- Draw transparent triangles in a separate pass
- Implemented viewport priority
2014-10-19 17:16:11 +00:00
Brian Troha
e709ddbc33 galpanic.c: Document that Gals Hustler has been found with genuine AFEGA labels - NW 2014-10-19 15:55:39 +00:00
Brian Troha
c236a432eb dec0.c: Add PALs to the World & Japan Secret Agent sets - NW 2014-10-19 15:42:40 +00:00
Brian Troha
215a1c9519 New Secret Agent clone
New Clone Added
------------------------------------
Secret Agent (Japan revision 2) [ShouTime, The Dumping Union]
2014-10-19 15:33:48 +00:00
Robbbert
b90b483737 gts3.c : Display works, attract mode works. 2014-10-19 13:22:57 +00:00
Andrew Gardner
846d034c3a Fixed strange display of long strings in Qt debugger (nw). 2014-10-19 12:44:24 +00:00
David Haywood
76e05fcf3b (nw) 2014-10-19 09:15:18 +00:00
David Haywood
db95e264bb new clones
S.V.G. - Spectral vs Generation (M68k label V101TW) (ARM label V101TW, ROM 06/20/05 S.V.G V100) [ShouTime] (not working)

(internal ROM isn't dumped at all for now, using one from Japan PCB but it crashes on special moves)  Rom Labels are all V101, internal ROM strings are all V100, because IGS...
2014-10-19 09:13:05 +00:00
Brian Troha
3bee0b2ea1 calomega.c: Fill in some unknown dipswitches. [Brian Troha] 2014-10-19 08:44:05 +00:00
Justin Kerk
19d3c8978e (MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk] 2014-10-19 08:17:45 +00:00
Alex W. Jackson
1b89b80e9c amiga: use memarray for chip RAM and regular array for custom registers (instead of shared_ptr for both) [Alex Jackson] 2014-10-19 08:14:45 +00:00
Ivan Vangelista
4ad7a0ea58 Fixed MT05743 (nw) 2014-10-19 06:02:14 +00:00
Ivan Vangelista
ffaa02f908 Workaround for dragon.h drivers crash. (nw) 2014-10-19 05:28:41 +00:00
Scott Stone
9bf13bec07 Fixed MT#05741 2014-10-19 01:00:27 +00:00
R. Belmont
1054225eca (MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. [Richard Goedeken] 2014-10-19 00:57:44 +00:00
Robbbert
00d0c67a02 Fixed compile for nonstandard tools 2014-10-18 22:08:07 +00:00
Scott Stone
932b305d75 calchase.c: [Peter Ferrie]
* Implemented missing DIP switch for Eggs Playing Chicken, promote to working.  Press "S" to skip the CMOS error, "S" or wait to skip the emm386.exe error (not an emulation issue), use "Coin 2" to
coin-up and start the game, and "1 Player Start" to brake.

calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c,
voyager.c, xtom3d.c:  [Peter Ferrie]
 * Intel component is not MXTC, it's MTXC.
2014-10-18 20:44:47 +00:00
Scott Stone
0a61c69a77 intelfsh.c: [Joe Sturm]
* Added support for AMD 29F400T, AMD 29F800T and FUJITSU 29F160T.

ti85.c:  [Joe Sturm]
 * Improved support of TI83 Plus, TI83 Plus Silver Edition, and TI84 Plus, and TI84 Plus Silver Edition by switching over to bankdev and adding proper flash chips.  They should be working now (press Q to power on).


Out of whatsnew:
ti84p was not added to mess.lst becuase rom is not available yet.  Current romload is same CRC as ti84pse but at a smaller size.  Once corrected and obtained it should work.
2014-10-18 20:24:58 +00:00
Ville Linde
c47dc0a3df video/model3: Texture enable has been wrong since 2003. Wow. (nw) 2014-10-18 19:25:42 +00:00
R. Belmont
865b182499 (MESS) move misplaced include (nw) 2014-10-18 19:19:44 +00:00
David Haywood
641a322ac0 make 'kog' dipswitch part of the protection device / cartridge (nw) 2014-10-18 18:04:24 +00:00
Andrew Gardner
8b906aa0ec Fix potential overrun when adding a size_t to a UINT16. (nw) 2014-10-18 17:44:25 +00:00
Andrew Gardner
bebe879e85 MT 05527 [Andrew Gardner]
The Qt debugger now behaves more like the Windows one, with horizontal 
scrollbars where the core views expect them.
2014-10-18 17:23:45 +00:00
Brian Troha
d7eddbc1d3 darius.c: Add OSC derived clocks. - NW 2014-10-18 16:05:32 +00:00
Brian Troha
deb1869924 darius.c: Add dipswitch locations to the Darius sets & give the newly added US set the correction coinage. [Brian Troha] 2014-10-18 15:47:43 +00:00
Alex W. Jackson
9ed2e63955 More region_ptr_finder conversions (nw) 2014-10-18 15:41:31 +00:00
Brian Troha
40fb8dad28 darius.c: Minor rom name corrections - NW 2014-10-18 14:45:01 +00:00
smf-
73315266c0 compilation fix for VS14 CTP4 (nw) 2014-10-18 14:16:46 +00:00
Robbbert
c942868a52 gts3.c : WIP 2014-10-18 12:58:55 +00:00
smf-
8f2a47206a compilation fix for VS14 CTP4 (nw) 2014-10-18 11:00:46 +00:00
smf-
a3bf20571e compilation fix for VS14 CTP4 (nw) 2014-10-18 10:51:31 +00:00
smf-
ded298329c fixed "make tools" with VS14 CTP4 (nw) 2014-10-18 08:56:59 +00:00
Ivan Vangelista
cfb29e6f80 Fixed MT05740 (nw) 2014-10-18 06:18:45 +00:00
Robbbert
9beddd916c gts3 : split into AN and DMD displays 2014-10-18 04:06:31 +00:00
Robbbert
e9f63a942b gts80b.c : Display is working. 2014-10-17 22:58:49 +00:00
Ville Linde
9c1cbb4a2b model3: fvipers2 needs longer delay (nw) 2014-10-17 21:21:37 +00:00
Robbbert
c0c6ad51ed (MESS) vz200de marked as not working, no roms dumped. Fixes MT05738. 2014-10-17 21:05:09 +00:00
David Haywood
040c9ddfaa new clones
Darius (US) [Andrew Welburn]
2014-10-17 20:07:37 +00:00
smf-
482d6b8011 simplify MSVC fix, tested with official MinGW, VS2013 & VS14 CTP4 (nw) 2014-10-17 19:22:31 +00:00
smf-
587f0e9cfd fixes for building with VS14 CTP4 (nw) 2014-10-17 12:58:00 +00:00
smf-
aac94154ff fix compilation error when building with VS14 CTP4 (nw) 2014-10-17 12:54:46 +00:00
David Haywood
b720bf7ab2 correct sound rom for 'tturf' (Tough Turf (set 2, Japan, 8751 317-0104)) [ShouTime] 2014-10-17 12:33:34 +00:00
smf-
3f9cd9017c more appropriate types to avoid warning with VS14 CTP4 (nw) 2014-10-17 12:24:53 +00:00
Miodrag Milanovic
41262f90bc From Fabio (nw)
-hector: creates a machine fragment for the sound components which are shared among hector and interact to avoid duplicate code

-specialist : makes static the specimx palette because it is not used outside video/specimx,c

-pce: fixed MT5734 by adding support for 192k images
2014-10-17 07:56:41 +00:00
Alex W. Jackson
3b790258e9 more devfind: [Alex Jackson]
Renamed rom_ptr_finder to region_ptr_finder after discussion with Aaron.
First round of memory_region_finder to region_ptr_finder conversions.

rf5c400: use a region_ptr_finder to find our sound ROM instead of looking up
the region by hand in device_start(). Will probably start converting other
sound devices to this pattern (other than the ones that use the memory system)
if there are no problems or objections.
2014-10-17 06:17:06 +00:00
Alex W. Jackson
6ca10ab4fa devfind: Add rom_ptr_finder, which works like shared_ptr_finder
except it finds a ROM region instead of a memory share.
Unlike the old memory_region_finder, these can be accessed without
any overhead (since it's a pointer directly to the data and not
to the memory_region object), can be whatever data type you want
(no casting needed) and are strictly type-checked--if you have a
required_rom_ptr<UINT32> the region has to be a ROM_REGION32
(or an implicitly 32-bit region due to belonging to a CPU) or
the finder won't find it and will tell you why.

Basically, rom_ptr_finders are strictly better than
memory_region_finders and all drivers using the latter should be
converted over. I've done megasys1.c and twin16.c as examples.

megasys1: Use a device address map for the peekaboo oki instead
of memcpy().

twin16: Convert the scrolling layers to tilemaps (the fixed text
layer was already one). Miscellaneous cleanups/modernizations.

(nw)

Notice that rom_ptr_finder has a length() method which returns the
length in whatever size unit the pointer is, instead of a bytes()
method. Yes, I'm going to convert shared_ptr_finder to match, since
this way makes a lot more sense (in particular, mask() is useless
for shared_ptrs that are anything other than INT8/UINT8)
2014-10-17 02:59:51 +00:00
R. Belmont
a6128baac7 (MESS) a1bus: licensing and save state cleanups (nw) 2014-10-17 02:33:56 +00:00
Robbbert
74f7962b39 gts80b.c : WIP 2014-10-17 01:55:56 +00:00
Brian Troha
157af58a53 bionicc.c: Show where the machine clocks come from. - NW 2014-10-16 21:24:34 +00:00
Brian Troha
aa58b97d9f meritm.c: Cosmetic changes. IE: Correct all CRT 2xx to CRT-2xx and standardize all "Touch Screen" to Touchscreen. - NW 2014-10-16 21:01:47 +00:00
Ivan Vangelista
f0840e19cc Fixed debug build validation (nw) 2014-10-16 16:59:06 +00:00
Ivan Vangelista
b5d1824468 Misc cleanups (nw) 2014-10-16 12:14:59 +00:00
Fabio Priuli
b3d3d02cef converted sn76477 to use inline config. nw. 2014-10-16 07:18:15 +00:00
Alex W. Jackson
da877c2917 Don't execute a timeslice before loading a savestate from the command line [Alex Jackson] 2014-10-16 05:18:38 +00:00
Alex W. Jackson
43c4ec3478 k051960: remove 16-bit trampolines (nw) 2014-10-16 04:42:34 +00:00
R. Belmont
15e90f0002 Capcom updates: [any]
- Fixed some incorrect info about the SF2 bootlegs and got them running better.
- Dumped 8571 MCU from a bootleg Top Secret/Bionic Commando PCB.  All other ROMs on the board matched the 'topsecrt' set.
2014-10-16 02:04:22 +00:00
Scott Stone
24e7833459 Fix compile on MSVC 2012 from Peter Ferrie (nw) 2014-10-16 01:06:35 +00:00
Michaël Banaan Ananas
3efad3c350 oh, filename was still 315-5296.h in my local tree 2014-10-15 18:29:52 +00:00
Wilbert Pol
95e0496a0d (MESS) gb.c: Give gbcolor it's own machine config, fixes regression introduced in r20641. Fixes MT005730. 2014-10-15 18:29:10 +00:00
Michaël Banaan Ananas
fbe730bffd Added Sega UFO Catcher hardware driver. [hap, Yasuhiro] 2014-10-15 17:56:02 +00:00
Alex W. Jackson
e7df9641df k054156: save correct amount of videoram, fixes lethalen savestates [Alex Jackson] 2014-10-15 15:34:06 +00:00
Miodrag Milanovic
c93ed344fb Cleanups and version bump 2014-10-15 07:19:47 +00:00
Miodrag Milanovic
a4dd32afb6 Better fix for init order on software item load (nw) 2014-10-15 07:10:54 +00:00
Miodrag Milanovic
35dee95edf Fixed init order on software item load (nw) 2014-10-15 06:52:13 +00:00
Fabio Priuli
528f8ce1a3 devices with samples shall specify sampleof too. nw. 2014-10-15 03:27:53 +00:00
Wilbert Pol
e1fbbaf947 (MESS) gameking.c: Changed cpu type; this makes penguin happier. (nw) 2014-10-14 20:19:05 +00:00
Fabio Priuli
46911ceb9f I don't think these are really needed, but let's try to use more parentheses ;) nw. 2014-10-14 20:12:55 +00:00
Fabio Priuli
2e451cdf36 (MESS) pce_slot.c: fixed crash when loading images smaller than 256K
(unfortunately this was happening only randomly on MacOSX, so I was
never able to find the culprit until recent MT reports). nw.
2014-10-14 20:08:33 +00:00
Wilbert Pol
54fe1343cf (MESS) gameking.c: Some notes (nw) 2014-10-14 20:02:21 +00:00
Fabio Priuli
d88fdfacff (MESS) atari400.c: recovering some speed which got lost with conversion to
slot device in carts which enable and disable ROM continuously (e.g. Dropzone 
and Jinks). nw.
2014-10-14 19:53:05 +00:00
David Haywood
0ca7c4a8c0 new clones
Donkey Kong 3 (bootleg with 2xAY8910) [Tirino73]
2014-10-14 19:39:02 +00:00
David Haywood
cdf26b4f69 bl scroll (nw) 2014-10-14 18:45:24 +00:00
David Haywood
b230c86a20 further improvements
(of all the Mario versions we support at the moment this one probably has the least offensive sound ;-)
2014-10-14 18:34:00 +00:00
Curt Coder
395526e2ab Fixed clang build. (nw) 2014-10-14 17:49:31 +00:00
Curt Coder
820e2b78cb Fixed clang build. (nw) 2014-10-14 17:48:47 +00:00
David Haywood
6948f80c4f improve (nw) 2014-10-14 17:40:53 +00:00
Ville Linde
c2a5a49e28 model3.c: experimenting with interrupts (nw) 2014-10-14 17:26:57 +00:00
David Haywood
fc4057fe85 inputs (nw) 2014-10-14 16:19:21 +00:00
David Haywood
877a040b27 new clones
Mario Bros. (Japan, bootleg) [tirino73]

(needs more work)
2014-10-14 16:02:19 +00:00
David Haywood
b95d82765f Come-Cocos (Ms. Pac-Man) ('Made in Greece' Triunvi bootleg) [elnaib (AUMAP)] 2014-10-14 13:24:50 +00:00
David Haywood
0549aa8ffb (nw) 2014-10-14 12:12:02 +00:00
David Haywood
4dc79c4b23 new clones
Super Street Fighter II: The New Challengers (World 931005) [palindrome]
2014-10-14 12:11:50 +00:00
David Haywood
abb398d3ef new clones
Frogger (bootleg on Amigo? hardware) [Any]
2014-10-14 11:48:46 +00:00
David Haywood
21f07957b4 mark this as working (nw) 2014-10-14 10:59:27 +00:00
Alex W. Jackson
394483944e m68000: add missing save state registration [Alex Jackson] 2014-10-14 09:37:51 +00:00
Alex W. Jackson
6b56605f48 alpha68k: consolidate some gfx_layouts, use core palette handling (nw) 2014-10-14 07:00:16 +00:00
R. Belmont
98b7da1641 (MESS) apple2: revert default to old HLE Disk II; new one corrupts data on disk switch. (nw) 2014-10-14 02:33:00 +00:00
Alex W. Jackson
d4a88b5ed7 bleh, we save_item(bool) all over the place and using ints for bools is ugly and C-ish (nw) 2014-10-14 01:53:33 +00:00
Scott Stone
a7c0827a2b Fix some typos/rearrangements of whatsnew (nw) 2014-10-14 01:28:50 +00:00
Alex W. Jackson
a55454ec3e Shouldn't use bool for save stated variables anyway; representation can vary between compilers and platforms (nw) 2014-10-13 23:53:01 +00:00
Scott Stone
7ab90533eb Compile fix (nw) 2014-10-13 22:55:53 +00:00
cracyc
02c4746e50 upd7220: add Bresenham arc and complete char drawing [Carl] 2014-10-13 22:28:15 +00:00
R. Belmont
f38b72ea7d (MESS) osdcore: reject invalid MIDI bytes with no status, fixes most 6850-based MIDI setups. [R. Belmont] 2014-10-13 20:04:05 +00:00
Fabio Priuli
852b2e8345 removed static config from st0016. nw. 2014-10-13 19:58:15 +00:00
Wilbert Pol
e828755bce (MESS) msx.c: Added some more release years from AntoPISA (nw) 2014-10-13 19:46:32 +00:00
Michaël Banaan Ananas
61ec6c8bdd MSVC compile fix 2014-10-13 19:32:32 +00:00
Scott Stone
1ecd587d3f naomi.c:
- Atomiswave controller type register [MetalliC]
 - Added InitialD Ver3 Cycraft PIC key [anonymous, MetalliC]
2014-10-13 15:43:12 +00:00
Fabio Priuli
7c50bbaa07 misc licensing stuff 2014-10-13 13:39:33 +00:00
David Haywood
2fb536526e GameKing skeleton + softlist [Porchy]
(will looks more at this later)
2014-10-13 13:38:52 +00:00
smf-
a2cbaf764f Beatmania IIDX Twinkle hardware: beatmania IIDX Substream with DDR 2nd Club Version 2 wants the harddisk from beatmania IIDX Substream. Added missing 3rd & 6th style CD images & replaced 5th style images. [smf] 2014-10-13 08:13:20 +00:00
Fabio Priuli
474ff69935 (MESS) nes.xml: added a couple of new multigame dumps using
OneBus PCB. [TeamEurope]
2014-10-13 05:58:14 +00:00
Fabio Priuli
76ecd996bf fixfreq: converted to use inline configs. nw. 2014-10-13 05:46:51 +00:00
Fabio Priuli
088936a672 (MESS) channelf: added older multicart revision (the one with the bankswitch
we were emulating) and added support for the bankswitch mechanism used
by the final revision. nw.

(some work is still needed before promoting the two carts to working state)
2014-10-13 04:35:25 +00:00
Ville Linde
b628897816 model3: removed rom patches (nw) 2014-10-13 00:10:25 +00:00
Ville Linde
54a4c8bddd model3.c: fix harley (nw) 2014-10-12 23:44:53 +00:00
Ville Linde
cea787b3b6 model3: Added Real3D DMA timer. (nw) 2014-10-12 23:21:22 +00:00
Brian Troha
0cc17d08a9 meritm.c: Remove stray addition used for testing which later turned out not to be needed after the separation of Americana & Merit Touch Joker Poker games - NW 2014-10-12 23:10:16 +00:00
Brian Troha
d19f7fa7ef new game added
Out of whatsnew: This game doesn't seem to have a title or demo sequence so it'll be called "Merit Touch Joker Poker" for now.  Also if dipswitch 1 isn't HIGH the game doesn't respond to "touches"

New Game Added
---------------------------------------
Merit Touch Joker Poker (9132-00) [Brian Troha, Mariusz Wojcieszek]
2014-10-12 23:05:47 +00:00
James Wallace
be4659d42b Fix double quote (nw) 2014-10-12 19:02:15 +00:00
James Wallace
fa4d1fe447 Checkpoint from local SVN,added more sophistication to cops DACIA (nw) 2014-10-12 18:59:30 +00:00
smf-
616eeffd47 Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound board isn't running well enough yet for it to make a difference. Hooked up the FDC37665GT and HLE the XVD701 and the 68k sound board responses to get most of the games booting. There is no sound and the games all fail with a hdd error when you start a stage. Beatmania IIDX with DDR 2nd Club Version wants the GQ863 hard disk. [smf] 2014-10-12 11:54:06 +00:00
Fabio Priuli
ab592dea63 (MESS) gamegear: added preliminary emulation of the Master Gear Adapter
which allows to launch SMS games in the gamegear driver, with video chip
in SMS mode. You can try this by launching
  mess.exe gamegear -cart mgear -cart2 your_sms_game
(the -cart2 switch becomes available when you mount "mgear" in the main
gamegear cart slot) [Fabio Priuli]

out of the whatsnew: for the moment only fullpath loading is supported, and it is not
ensured to work 100%. thanks to Enik Land for pointing me to the necessary info.
2014-10-12 11:30:13 +00:00
Fabio Priuli
2c4831d5da (MESS) reducing sega8 slot interface duplication. nw. 2014-10-12 11:14:32 +00:00
Wilbert Pol
c90b350b40 (MESS) sms.c: Misc fixes: [Enik Land]
- Disable gamegear sio register when in ggsms mode.
- Fixed tilemap mirroring on sms1 vdp needed for Japanese version of Ys.
- Fixed BIOS support in the gamegear driver.
- Fixed collisions when column #0 is disabled.
2014-10-12 11:04:55 +00:00
Fabio Priuli
6510f7b55e (MESS) consolidate save states when using the SMS gender adapter, from
Enik Land. nw.
2014-10-12 08:44:26 +00:00
Fabio Priuli
d7e6d623c4 tms32031: removed static configs in favor of inline config+devcb. nw. 2014-10-12 08:30:17 +00:00
Fabio Priuli
8fa8c17c8e removed unneeded define. nw. 2014-10-12 08:24:36 +00:00
Fabio Priuli
542969fb95 (MESS) hd61700: converted to use devcb callbacks instead of
static config, and removed a few trampolines in pb1000.c as a
consequence. nw.
2014-10-12 07:40:44 +00:00
Fabio Priuli
5654fcee2b (MESS) svision: handling sound IRQ via a device delegate allows
to finally untangle the sound device from the main state. also given
the sound device its own .h file. nw.
2014-10-12 06:37:59 +00:00
Fabio Priuli
1281a5a7fd (MESS) apf: removed RAM options from APF M1000, which had no other
RAM outside the 1K videoram (this was added when space distroyer was
using internal RAM for the on-cart memory, but it is not needed anymore :) ). nw.
2014-10-12 06:07:09 +00:00
David Haywood
dd600a5a56 gfx rom change is clearly intentional, write a note about it (nw) 2014-10-12 05:03:50 +00:00
David Haywood
8190598b60 forgot to change the flag to working (nw) 2014-10-12 04:52:30 +00:00
David Haywood
7fb219d3a6 better (nw) 2014-10-12 04:49:51 +00:00
David Haywood
eb4b4964fa new clones
Frisky Tom (set 3, encrypted?) [Andrew Welburn]

(not working, the protection MCU, which shares roms with the main CPU, appears to expect to run encrypted opcodes unlike the other sets)
2014-10-12 04:39:51 +00:00
Ville Linde
c0234a2f29 model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde] 2014-10-12 00:28:50 +00:00
Scott Stone
120ba87d70 eepromuser.c: [Felipe Sanches]
- Added Support for MSM16911 Serial eeprom

mb88xx.c:  [Felipe Sanches]
 - Added support for Fujitsu M88201-202 MCU

(MESS) pve500.c:  [Felipe Sanchez]
 - Declare 4-bit MCUs used to control search dials.
 - Declare/Hook up Serial eeprom to Port A of the subcpu
2014-10-12 00:25:13 +00:00
Scott Stone
49c49c511a naomi.c:
- M2-type cartridges 4/8MB mode mapping documentation/code [MetalliC, rtw]
 - F355 protection key, small docs update/corrections [MetalliC]
2014-10-11 23:59:49 +00:00
mahlemiut
6c39689691 trident: MMIO WIP. To test with Win95, set the card ID to 0xe3. 2014-10-11 23:59:05 +00:00
David Haywood
db7c71f93a we had another dump of this too (nw) 2014-10-11 22:59:47 +00:00
David Haywood
8a3d93cb5a and here where it was c+p to (nw) 2014-10-11 21:24:03 +00:00
David Haywood
c7776ecfc6 fix location (nw) 2014-10-11 21:23:25 +00:00
Brian Troha
4d08d99c12 New Speed Up clone
New Clone Added
---------------------------------------------------
Speed Up (Version 1.00) [neocps1]
2014-10-11 21:08:39 +00:00
David Haywood
b55819a440 make it work (nw)
(interesting bootleg)
2014-10-11 20:56:27 +00:00
David Haywood
a0cfb60542 make pengojpm do more (nw) 2014-10-11 20:34:18 +00:00
David Haywood
c1f56d2a74 Pengo (bootleg on JPM Pac-Man hardware) [Ace]
(not working, things aren't properly mapped)
2014-10-11 18:17:43 +00:00
David Haywood
1d322ea171 new clones
Pac-Man (JPM bootleg) [Hammy]
2014-10-11 17:26:59 +00:00
David Haywood
f2c28552fb r2dx_v33 - simplify banking, add save support, add note about undumped New Zero Team revision, add game license info from title screen (nw) 2014-10-11 17:05:57 +00:00
Fabio Priuli
3d88af8321 (MESS) let's try to workaround coleco cart problems from fullpath
by using a rom region instead of the shared pointer... so to also 
avoid ROM data into save states while at it. nw

for the record, the code at fault in this case is the call of 
m_rom.allocate(size), which in turn invokes code from 
devfind.h and tries to save the pointer...

of course, Curt, if you find a better solution feel free to revert 
this as you prefer :)
2014-10-11 16:42:53 +00:00
David Haywood
f42ef67f5c new clones
Jumping (set 2) [Porchy]

also added 2 PAL dumps, use correct bootleg roms instead of ones from original sets.

(another PAL still to come)
2014-10-11 15:56:38 +00:00
Fabio Priuli
b9ba2fc331 given to another couple of sound devices their own include. nw. 2014-10-11 15:49:56 +00:00
Wilbert Pol
b67e8155b6 (MESS) msx.c: Replace custom DRIVER_INIT with driver_start override. (nw) 2014-10-11 15:38:09 +00:00
David Haywood
744fde0149 new clones
Hexa (with 2xZ80, protected) [??]

haven't made this work properly yet. parent set might be a bootleg.
2014-10-11 15:25:46 +00:00
Robbbert
70f3d795db gts80a.c : WIP 2014-10-11 15:12:38 +00:00
Robbbert
022bd85bcc fixed small mistake. 2014-10-11 14:28:30 +00:00
Robbbert
6202f4b574 gts80.c: moved original sound board to audio/gottlieb as a device. 2014-10-11 14:09:40 +00:00
Wilbert Pol
92f61919c1 (MESS) msx.c: machine_start/machine_reset cleanup (nw) 2014-10-11 13:49:13 +00:00
Wilbert Pol
e4d6a4e908 (MESS) msx.c: Fixed floppy support for the hx34 and hx34i drivers. (nw) 2014-10-11 12:58:54 +00:00
David Haywood
a155f96028 new clones
Shot Rider (bootleg) [f205v]
2014-10-11 10:22:24 +00:00
David Haywood
d655669f84 new clones
Chelnov - Atomic Runner (Japan, bootleg with I8031, set 2) [Tirino73]
2014-10-11 09:41:36 +00:00
Fabio Priuli
4ebee5fd3f given to a couple of sound devices their own include. nw. 2014-10-11 09:24:04 +00:00
Alex W. Jackson
5e5708da2a namcofl.c: remove no longer needed endian flip, fixes finalapr horizon (nw) 2014-10-11 09:20:18 +00:00
Michaël Banaan Ananas
b2c40f1f88 (file rename) 2014-10-11 08:07:24 +00:00
Fabio Priuli
ae413cc036 fixed ts2068 keyboard, broken since the 0.139 development
cycle, more than 4 years ago. nw.

many thanks to Tafoid for the help tracing back the regression :)
2014-10-11 07:05:23 +00:00
Fabio Priuli
8bed8ef381 so long, cartslot.c... you made a really great job, when we
had no concept of slot devices...
2014-10-11 06:59:38 +00:00
Robbbert
cba6034c44 gottlieb: fixed a mistake 2014-10-11 06:52:30 +00:00
Robbbert
966747038e (MESS) spc1000: corrected author info 2014-10-11 06:09:02 +00:00
Fabio Priuli
be9039c3e0 and a last bunch of generic cart slots. nw. 2014-10-11 04:00:14 +00:00
Fabio Priuli
abb5eb3b0c a bunch of generic eprom sockets. nw. 2014-10-11 03:55:00 +00:00
Fabio Priuli
fa075429a8 fixed dfs bank. nw. 2014-10-11 03:32:23 +00:00
Scott Stone
d4b710c1f9 Many mess.mak file cleanups/consolidations. You may need to compile fresh/delete some .o files. (nw) 2014-10-11 01:33:58 +00:00
Robbbert
5380a74ba0 (MESS) spc1000: added fdd code [Meeso Kim]
Note: I was unable to get the system to boot the floppy.
2014-10-11 00:49:55 +00:00
Robbbert
4c4c3b484c Untangled gottlieb audio from the arcade driver, so it becomes available for pinball. 2014-10-11 00:09:59 +00:00
David Haywood
2b7bf5c0c7 improve gostop inputs (nw) 2014-10-11 00:08:25 +00:00
David Haywood
f2d8c05791 improve graphics in gostop (nw) 2014-10-10 23:27:04 +00:00
David Haywood
774b2021ab untangle some drivers from st0016_state now that it's a device (nw) 2014-10-10 21:11:16 +00:00
David Haywood
afaa880c42 further st0016 reorganization (nw) 2014-10-10 20:39:28 +00:00
Sandro Ronco
54047d6b53 (MESS) dmv: added floppy softlist. [Sandro Ronco]
(MESS) floppy: added read-only support for CopyQM images. (nw)
2014-10-10 19:28:34 +00:00
Scott Stone
3c596fcb49 Fix duplicate device name (nw) 2014-10-10 19:14:58 +00:00
David Haywood
1f51011af7 begin st0016 reorganization (nw) 2014-10-10 17:14:00 +00:00
Fabio Priuli
b6f06fe46f (MESS) bbc: converted to use generic cart slots and clarified
a bit more what banks is mapped where by using memory bank
configure_entries & set_entry. nw.
2014-10-10 16:29:46 +00:00
Fabio Priuli
958fb001d8 (MESS) fixed pb1000 regression from 32601. nw. 2014-10-10 16:17:37 +00:00
Michaël Banaan Ananas
a6ca34b6ee some notes from charles 2014-10-10 15:56:23 +00:00
Fabio Priuli
f0fad04eb6 (MESS) converted vectrex and crvision to use slot devices for
their carts. nw.

(with these, we are done for the moment with new slot devices for carts...)
2014-10-10 15:28:46 +00:00
Fabio Priuli
4de494250b (MESS) pc2000: fixed banking when no cart is mounted. nw. 2014-10-10 15:00:17 +00:00
Alex W. Jackson
3f3a4d3df1 Minor rom loading/banking cleanups (nw) 2014-10-10 13:32:22 +00:00
David Haywood
021cd6c396 add missing blend table value for zero team [sjyune]
(used by 1st boss spear, see https://www.youtube.com/watch?v=ZmPyKNHewME )
2014-10-10 12:47:28 +00:00
David Haywood
861c29b566 Raiden II (easy version, Germany) [Icronnya77] 2014-10-10 12:33:02 +00:00
David Haywood
50d0a9629a new clones
Chelnov - Atomic Runner (Japan, bootleg with SCM8031HCCN40) [Jan Kretschmer]

Bryan forwarded this to me last year, forgot all about it until I just did a bit of a clearout of old mails.  Program etc. is the same as the regular Japan set, but it has a 8031 MCU in place of the usual 8051 and the dump includes the ROM for that.  I haven't currently hooked it up so it still uses the simulation at the moment.
2014-10-10 11:21:57 +00:00
Robbbert
ff5804b214 gts80 : placeholders 2014-10-10 11:19:46 +00:00
Curt Coder
dab1eb1a24 (MESS) vic20: Added CPLD image to Final Expansion 3. (nw) 2014-10-10 11:09:17 +00:00
Alex W. Jackson
9600717415 wecleman.c: add missing k007232 volume callback [Alex Jackson] 2014-10-10 10:25:57 +00:00
Curt Coder
46db5f447d Fixed compile. (nw) 2014-10-10 07:05:16 +00:00
Curt Coder
1327a26a55 (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder] 2014-10-10 07:00:38 +00:00
Alex W. Jackson
d1b8b6739c chqflag.c: improve k007232 volume/pan controls, still largely guesswork [Alex Jackson] 2014-10-10 06:53:23 +00:00
Fabio Priuli
9f7b18a05c (MESS) maria.c: improved DMA accuracy. [Mike Saarna, Robert Tuccitto]
- Last Line DMA value corrected to 6. GCC and Atari docs both show a 
    difference between Other Line and Last Line as +6 at the lowest part 
    of the range.
  - Blank scanlines are drawn when DMA is off, like real hardware.
  - If MARIA hits the DMA limit, the CPU doesn't run until the next 
    scanline.
2014-10-10 05:03:12 +00:00
Scott Stone
0ed3636613 Some mess.mak file cleanups/consolidations (nw) 2014-10-10 01:15:34 +00:00
Robbbert
2d31c5b552 gts80.c : added original 'sound-only' card. 2014-10-10 00:36:00 +00:00
Michaël Banaan Ananas
1cdd1948ee added 315-5296 device 2014-10-09 23:39:27 +00:00
David Haywood
e9aea92d1a make the orlegend111t set work [iq_132] 2014-10-09 23:17:14 +00:00
Scott Stone
2bc159c931 Some mame.mak file cleanups/consolidations - adding a couple items mistakenly left out. (nw) 2014-10-09 22:40:24 +00:00
David Haywood
e0fc31374c in no universe is this a working system ;-) (nw) 2014-10-09 22:37:52 +00:00
David Haywood
46c8ef8d8f apparently R2 collisions are more correct like this - it should be possible to pass through the 2nd boss 'straight' attack with a fully powered up ship.
(it's also more consistent with collisions in r2dx_v33 where you can - that does collisions in software)
2014-10-09 20:29:38 +00:00
David Haywood
87f078af6a from rtw (nw) 2014-10-09 20:03:02 +00:00
David Haywood
2cd91f24fc misc additions (nw) 2014-10-09 19:38:33 +00:00