Curt Coder
f44b1831a6
64h156: Refactored to not device_execute. (nw)
2014-02-09 21:53:34 +00:00
Curt Coder
e187bc4a43
(MESS) c2040: Fixed READY signal. (nw)
2014-02-09 21:52:06 +00:00
R. Belmont
caae1567b6
(MESS) apple3: a little more cleanup (nw)
2014-02-09 21:15:33 +00:00
Ivan Vangelista
513072dd46
oops, thanks smf (nw)
2014-02-09 20:30:30 +00:00
smf-
be55c4bef6
Centronics WIP using write lines and DEVCB2. Added an output latch and input buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
2014-02-09 20:08:25 +00:00
Ivan Vangelista
4e64093ebc
Small cleanups + MT05459 (nw)
2014-02-09 19:20:55 +00:00
Brian Troha
8402bd05cb
yunsung8.c: Correct documentation / chip type. - NW
2014-02-09 19:17:44 +00:00
Fabio Priuli
4a4d0397df
added some more documentation to the discrete skeletons. [gregf]
2014-02-09 18:52:09 +00:00
R. Belmont
c9503195b2
(MESS) apple3: corrected a few erroneous keys (nw)
2014-02-09 18:39:19 +00:00
Oliver Stöneberg
87ae2cf1bd
added some more chdman tests - they had been sitting in my tree for a while, but I held off the commit because the input/output files are a bit bigger than the existing ones (nw)
2014-02-09 18:26:05 +00:00
Fabio Priuli
19644051e1
(MESS) nes_irem.c: fixed Ai Sensei no Oshiete, based on hardware doc by naruko [Fabio Priuli]
2014-02-09 18:02:34 +00:00
Fabio Priuli
07c4b07c1b
fixed properties. nw.
2014-02-09 17:09:25 +00:00
Fabio Priuli
069e93c169
(MESS) coco_cart.xml: added some new dumps [K1W1]
2014-02-09 17:09:12 +00:00
David Haywood
ca8accbdb7
just some added some misc stuff I've been testing drivers with to the Softlists (nw)
2014-02-09 16:05:30 +00:00
Couriersud
27c185a25c
Made device startup cleaner.
2014-02-09 13:19:43 +00:00
Fabio Priuli
2b2197e01f
(MESS) softlists: added a bunch of new dumps (plus a couple from next summer). nw.
2014-02-09 12:41:26 +00:00
Couriersud
e7ebfc0e16
Netlist code maintenance work.
2014-02-09 12:25:25 +00:00
Nathan Woods
c14776a32f
Removing stray #include
2014-02-09 11:58:38 +00:00
Fabio Priuli
98ea494a9f
(MESS) nes: added support for iNES 2.0 submappers [Fabio Priuli]
...
out of whatsnew:
+ fixed a small bug in handling MMC-1 games with > 8K of WRAM (only a Jpn baseball games use this,
and I can see no difference in behavior)
+ updated emulation status in xml for a few games I had made working during slot-ification
2014-02-09 11:21:08 +00:00
Michaël Banaan Ananas
bab0e88167
added missing opcodes and 'illegal opcode'-NMI
2014-02-09 09:02:40 +00:00
Yasuhiro Ogawa
9e6925da29
updated documentation [Charles MacDonald]
2014-02-09 07:54:02 +00:00
R. Belmont
58a32ed83e
(MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 device. Much, much better. [R. Belmont]
2014-02-09 06:15:29 +00:00
R. Belmont
73c35febef
restore natural keyboard (nw)
2014-02-09 01:11:18 +00:00
R. Belmont
4241c775e4
(MESS) Apple drivers cleanup: [R. Belmont]
...
- apple3_state is no longer an unnecessary subclass of apple2_state
- ay3600 keyboard decoder is now independent from apple2_state
- cleaned up some includes
2014-02-09 01:08:22 +00:00
Michaël Banaan Ananas
037c55493c
improved irqs
2014-02-08 20:06:51 +00:00
Fabio Priuli
fda2bee03e
(MESS) nes_mmc5: misc wip [Fabio Priuli]
...
* hacked around the limitations of our PPU code, so to support the different CHR registers
* implemented Extended Attribute Mode (Ex1)
* improved PRG-RAM handling
* simplified NT-RAM handling
* first attempt to add split screen mode, still broken
out of whatsnew: this was for sake of messnew inclusion ;)
2014-02-08 19:21:07 +00:00
Fabio Priuli
7cecc33fe7
(MESS) nes_mmc5: * hacked around the limitations of our PPU code, so to support the
...
different CHR registers
* improved PRG-RAM handling
* first attempt to add split screen mode, still broken
no whatsnew
the hack only deals with the way MMC-5 monitors PPU activity, not with the actual effect. when
I get to the point of completing my not-yet-abandoned PPU rewrite, the new calls in ppu2c0x.h
will go away...
2014-02-08 19:15:14 +00:00
Alex W. Jackson
c747802a77
twincobr.c: fix flipscreen after core changes, cleanups [Alex Jackson]
2014-02-08 18:48:13 +00:00
R. Belmont
22f45bf70a
(MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now start up. [R. Belmont]
2014-02-08 17:56:13 +00:00
Sandro Ronco
65c1aaef63
(MESS) gl4000: fixed screen size. (nw)
2014-02-08 15:59:56 +00:00
Couriersud
5d8cd9329e
All MAME <-> Netlist interfacing is now done in the machine device driver. This
...
a) ensures, that the interface logic is in one place and easy to understand
b) ensures, that netlists represent the hardware and not what has to be done
to hook the hardware up in MAME.
The interface part is considered to be relatively stable. Consequently, enabled netlist audio filtering in 1942.
2014-02-08 15:55:21 +00:00
Nathan Woods
e92dab9e34
Changed how NULL callbacks are specified on win_draw_callbacks
2014-02-08 14:19:00 +00:00
Miodrag Milanovic
7c46016fc7
small cleanup (nw)
2014-02-08 10:08:22 +00:00
Ivan Vangelista
d61b0da8fc
cleanups (nw)
2014-02-08 08:00:02 +00:00
Yasuhiro Ogawa
52bcbb6f0a
redumped 317-0024 (FD1089B) used by Time Scanner [Charles MacDonald, ShouTime]
2014-02-08 06:04:14 +00:00
Yasuhiro Ogawa
c19cf62eb9
New clone added
...
Racing Beat (Japan) [ShouTime]
2014-02-08 05:33:59 +00:00
Yasuhiro Ogawa
536939c57f
New clone added
...
Spider-man: the Videogame (Japan) [ShouTime]
also fixed filename of previous dumps (EPR-14280 shoud be IC7, not IC6)
2014-02-08 04:49:26 +00:00
Ivan Vangelista
5490080949
Reverted r27231(Technos flipscreen adjustments) since it's not needed anymore, thanks to AWJ proper fix.(nw)
2014-02-07 18:37:38 +00:00
Ivan Vangelista
796808c25a
Reverted r27230(Technos flipscreen adjustments) since it's not needed anymore, thanks to AWJ proper fix. (nw)
2014-02-07 18:25:34 +00:00
Fabio Priuli
9dfc179510
(MESS) nes_mmc5: added Extended Attribute Mode emulation. Koei titles start displaying
...
something that is not garbage. nw.
2014-02-07 15:20:57 +00:00
Curt Coder
a24e0640a3
(MESS) Refactored the Commodore 2040/3040/4040 disk drives to use the modern floppy system. [Curt Coder]
2014-02-07 15:12:54 +00:00
Robbbert
95b8ff6fb7
(MESS) ts802 : started adding devices
2014-02-07 14:35:59 +00:00
Alex W. Jackson
a332f06926
toaplan1.c: remove sound reset hack, unify gfx decoding, various cleanups [Alex Jackson]
2014-02-07 13:32:48 +00:00
Fabio Priuli
1aa7194558
(MESS) nes_mmc5: further cleanups (this time for NT-RAM handling). no visible improvements,
...
but it bothered me that we were saving as NVRAM the external RAM, while it was volatile in real
carts. nw.
2014-02-07 13:30:33 +00:00
Fabio Priuli
dd91beb013
(MESS) nes_mmc5: simplified some code. no visible improvements. nw.
2014-02-07 11:52:45 +00:00
David Haywood
3149910eeb
new clones
...
Raiden II (set 9, Holland) [Alex Meijer (Asure)] (not working, protection)
2014-02-07 09:29:52 +00:00
Robbbert
116948faa2
fixed compile error
2014-02-07 09:25:22 +00:00
Fabio Priuli
2ebc0c265c
(MESS) nes: added support for PRG-only PCB (aka Mapper 218) which uses NT-RAM
...
as CHR-RAM, used by nocash's game Magic Floor. [Fabio Priuli]
2014-02-07 08:42:07 +00:00
Roberto Fresca
a441089b68
just missing notes...
2014-02-07 02:41:43 +00:00
Roberto Fresca
1dce7476df
New games marked as GAME_NOT_WORKING
...
------------------------------------
Cherry Wheel (Version 1.7) [Roberto Fresca, ANY]
2014-02-07 02:36:45 +00:00