Commit Graph

27735 Commits

Author SHA1 Message Date
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
R. Belmont
6f360f6510 (nw) 2014-01-30 02:07:06 +00:00
R. Belmont
4564cb01da New games added as GAME_NOT_WORKING
-----------------------------------
Club Kart Prize Ver. B [Anonymous, R. Belmont]
2014-01-30 02:06:53 +00:00
Nathan Woods
b4d9c1753b Made these handlers static methods 2014-01-30 01:51:08 +00:00
Wilbert Pol
f68b358c71 z8000.c: Modernized cpu core. [Wilbert Pol] 2014-01-29 21:36:42 +00:00
Fabio Priuli
18e5ac933b (MESS) minor cleanup. nw. 2014-01-29 20:44:50 +00:00
Ivan Vangelista
af4577fc40 Fixed MT05436 (nw) 2014-01-29 18:28:30 +00:00
Fabio Priuli
f00201f102 (MESS) gbcolor: fixed heavy gfx regression caused by my conversion
of the LCD to be a device. [Fabio Priuli]

at some point I was convinced that this io2_r handler had to be moved inside the LCD
emulation, then I realized I was wrong, but apparently I forgot to rectify the code in the
driver. many thanks to Shideravan for reporting the issue.
2014-01-29 17:27:10 +00:00
Ivan Vangelista
5a1ed622a5 Fix MAME debug compile. (nw) 2014-01-29 17:21:19 +00:00
Miodrag Milanovic
c859a6332e fix for sdl compile (nw) 2014-01-29 16:45:35 +00:00
Robbbert
929b243491 turn off spam while running craft. 2014-01-29 15:41:06 +00:00
Michaël Banaan Ananas
bf5b08de55 rom offset typo 2014-01-29 14:52:17 +00:00
Ivan Vangelista
7cd8a14c03 Fixed MT05437 (nw) 2014-01-29 13:50:23 +00:00
Robbbert
70d3d34f3f (MESS) microvision : added a note 2014-01-29 13:10:48 +00:00
Nathan Woods
b6f05e2dc4 Fixed recently introduced bug in the game selector, opportunistic
cleanups
2014-01-29 12:41:17 +00:00
Nathan Woods
fb7edb68c6 Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP conventions; we now have a ui_manager class 2014-01-29 11:47:56 +00:00
mahlemiut
972887faff (MESS) amstrad: mouse inputs should be low when active. Fixes movements appearing on boot when the mouse hasn't been moved. 2014-01-29 11:09:18 +00:00