Commit Graph

26501 Commits

Author SHA1 Message Date
Couriersud
0d0ae43b09 Fixed an issue causing prolonged instability in 7400 oscillators. 2014-02-02 12:59:08 +00:00
Nathan Woods
40d7eb65a2 Merge branch 'master' of ssh://mess.org/mame 2014-02-02 12:54:08 +00:00
Nathan Woods
45b241e53b Adding support for variable throttle 2014-02-02 12:54:03 +00:00
Alex W. Jackson
931027822a qix.c: Let's not regenerate the entire palette every time we do a partial update [Alex Jackson] 2014-02-02 12:48:01 +00:00
Nathan Woods
a2da57f494 Minor cosmetic changes 2014-02-02 12:02:46 +00:00
Sandro Ronco
96a1535372 (MESS) Moved iqunlimz from pc2000.c to socrates.c (nw) 2014-02-02 11:57:07 +00:00
Couriersud
16cd2ee70b Followup on Alex fix. Thanks a lot, Alex. 2014-02-02 11:38:52 +00:00
Miodrag Milanovic
347590dead removed few legacy calls (nw) 2014-02-02 11:36:01 +00:00
Sandro Ronco
6097a18247 (MESS) gl2000: fixed cart loading. (nw) 2014-02-02 09:55:33 +00:00
Fabio Priuli
94a2233008 (MESS) nes: apparently chinese dumpers have decided that Waixing FS-304
board is mapper 162. updated our source to make easier launching ines files
from fullpath :)   nw.
2014-02-02 07:31:20 +00:00
Fabio Priuli
6ca40e8055 (MESS) nes.xml: third round of new additions + fixed a copy & paste mistake. nw 2014-02-02 07:26:08 +00:00
R. Belmont
db2e892bce Clang fix (nw) 2014-02-02 05:32:21 +00:00
R. Belmont
c397fcbe4b (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] 2014-02-02 05:31:09 +00:00
R. Belmont
6e5462526a fix missing semicolon (nw) 2014-02-02 03:54:30 +00:00
smf-
14787c5f31 changed name to "PET user port" as that is where it originated and reformatted the source file [smf] 2014-02-02 01:29:37 +00:00
smf-
1c63fcc6c9 revert part of previous change, resolving the handlers in device_config_complete() isn't working. (nw) 2014-02-02 01:18:40 +00:00
smf-
3614d52b49 resolves the user port handlers in device_config_complete() & replaced calling reset() on user port with toggling of input line 3 as not all computers have reset hooked up on the user port. I believe device_reset() will always be called, which makes the call in the drivers machine_reset() unnecessary. [smf] 2014-02-02 01:00:11 +00:00
Justin Kerk
f5bdd12674 More JSMESS wip (nw) 2014-02-01 21:55:38 +00:00
Alex W. Jackson
491f77d5f9 1942.c: colortables, you're doing it wrong (nw) 2014-02-01 21:06:58 +00:00
Alex W. Jackson
6707c2fef5 Fix compile (nw) 2014-02-01 18:48:31 +00:00
Couriersud
52c0b7efbe Netlist bugfixes:
- fixed completely broken parser.
- fixed reset (consistent again)
- added "warning" and "log" to "error".
- "-oslog" now displays some information
2014-02-01 16:28:54 +00:00
Dirk Best
7c0ba4bce6 Merge branch 'master' of ssh://git@mess.org/mame 2014-02-01 12:31:04 +00:00
Dirk Best
cd3890e110 Add support for the Acculogic sIDE-1/16 8-bit ISA card. 2014-02-01 12:30:58 +00:00
Justin Kerk
9822e42533 Add a notification for JSMESS when the emulation begins [Vito] (nw) 2014-02-01 10:27:03 +00:00
Fabio Priuli
62ed00c84a (MESS) nes.xml: second round of new dumps from my loooong backlog. nw. 2014-02-01 08:09:25 +00:00
Fabio Priuli
3b7a999c26 (MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli]
nes.c: Fixed support for BMC-12in1 PCB, based on Cah4e3's research. [Fabio Priuli]
2014-02-01 08:05:15 +00:00
R. Belmont
e86724831d (MESS) New skeleton driver:
- Roland Sound Canvas SC-55 [Stefan Lindberg]


nw: Time to play "what's the CPU?".  seems to be 8-bit little-endian, might be 
i8x9x, might not be.  Current ROM mapping is definitely wrong.
2014-02-01 03:48:45 +00:00
mahlemiut
523235ff0f (MESS) amstrad: added the option of having nothing attached to the joystick ports. Mostly to avoid the cursor keys and the default joystick inputs clashing. (no whatsnew) 2014-02-01 02:48:26 +00:00
Couriersud
4376c828fd Implemented a fallback to Gaussian elimination if Gauss-Seidel exceeds a certain number of iterations. 2014-01-31 22:43:28 +00:00
Michaël Banaan Ananas
2f899313a0 preliminary ADM decoding 2014-01-31 22:20:31 +00:00
Couriersud
b04c5e54b9 Fixed a nasty issue around convergence by defaulting to Gaussian elemination for 5x5 and 6x6 matrices. This prevented pong from starting.
In addition, removed a number of hacks around start-up conditions. All nets are now defaulted to "0" at startup. Much cleaner.
Added a 74LS629 device which yet needs to be enabled.
2014-01-31 20:41:32 +00:00
R. Belmont
1bf2b1bde7 AICA: EFREG is mapped every other word, not every word. Fixes memory trashing in all Naomi/DC/AW games. [O. Galibert, R. Belmont] 2014-01-31 15:06:45 +00:00
mahlemiut
6ecea67cfa (MESS) pc/xt/at: added basic implementation of the Programmers Development System ISA card. The PDS editor software requires the hardware present to start up. Some core work will need to be done to get any communications working, however. [Barry Rodewald] 2014-01-31 09:06:30 +00:00
Alex W. Jackson
73debc51f4 k005289.c: correct comments, name functions after pin names on schematic (nw) 2014-01-31 08:44:37 +00:00
Alex W. Jackson
4b75237697 tugboat.c: correct AY chip type and clock, some cleanups [Alex Jackson] 2014-01-31 08:03:45 +00:00
R. Belmont
af484162db New games added as GAME_NOT_WORKING
-----------------------------------
SWP Hopper Board [Anonymous, R. Belmont]

nw: this is for Naomi-based redemption machines.
2014-01-31 03:30:01 +00:00
R. Belmont
8c721d9732 New clones added
----------------
World Kicks (WK1 Ver. A) [Anonymous]

Also fixed ROM mappings of the existing World Kicks sets to what boots in Demul.
2014-01-31 03:13:59 +00:00
Nathan Woods
1667627894 Minor refactorings 2014-01-31 03:11:57 +00:00
R. Belmont
a5092711a9 redumped clubkpzb, fixed ROM mapping errors in wldkicksa and clubkprz (nw) 2014-01-31 02:49:10 +00:00
mahlemiut
90f48df9fd (MESS) amstrad: changed manufacturer and refresh DIPs to be driver config settings, since they aren't really DIP switches in the first place. (no whatsnew) 2014-01-31 00:52:19 +00:00
Olivier Galibert
7a9492213b (mess): Floppy subsystem documentation checkpoint. Incomplete, but
there's too many people looking at it not to push it. [O. Galibert]
2014-01-30 20:13:38 +00:00
Olivier Galibert
f692af9cc0 placeholder 2014-01-30 20:13:05 +00:00
Scott Stone
53799ef0a8 added text diagram of iqunlim board from original submission (nw) 2014-01-30 20:11:22 +00:00
Nathan Woods
b3aedc5d7e Miscellaneous cleanups to src/emu/ui/menu.?, also added some accessors 2014-01-30 15:13:54 +00:00
R. Belmont
e0b48579cc Not everyone calls the base device_start, but they do call the base init() (nw) 2014-01-30 13:12:32 +00:00
Nathan Woods
af89f37d50 Merge branch 'master' of ssh://mess.org/mame 2014-01-30 12:15:29 +00:00
Nathan Woods
4c70483557 Const correctness 2014-01-30 12:15:22 +00:00
Michaël Banaan Ananas
d558d4d294 woops 2014-01-30 09:46:06 +00:00
Fabio Priuli
ea7889252b (MESS) atarifdc/a800: fixed MT05381. nw.
beats me why it shall make any difference, but it seems that the either the best match 
code or the loop across the softlists does not like when some list is appended to 
the main machine and some other list is appended to a device (maybe some tag assumption?). 
it makes sense to append the lists to the main machine, though, so the fix should be ok.
2014-01-30 05:18:43 +00:00
R. Belmont
d9f2f525fd m6502: expose SYNC pin through devcb2 for more flexibility [R. Belmont] 2014-01-30 03:08:42 +00:00