smf-
0ce1612feb
Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the baud rate xtal, supports external clocking, generates transmit interrupts when idle, added echo mode, dcd/dsr/cts input handling, parity & stop bit checking. Tested and fixed hookup to commodore lcd & plus 4. [smf]
2014-03-17 00:57:15 +00:00
Michaël Banaan Ananas
af9918bd4d
hooked up proper upd4990a device
2014-03-17 00:50:25 +00:00
Michaël Banaan Ananas
e095a120fb
can someone/Kale:D hook up 4990 device here? dos 6.2 works fine in my local build but the implementation isnt great(was just for testing).
...
It sets c0/1/2 high to enable serial mode.
2014-03-17 00:48:06 +00:00
Michaël Banaan Ananas
bf2db1521e
upd1990/4990 improvements, most notably added serial command input
2014-03-17 00:45:06 +00:00
Curt Coder
22556b3d67
wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder]
2014-03-16 22:26:55 +00:00
Curt Coder
1ebb23b34f
wd17xx: Added ATTR_DEPRECATED. (nw)
2014-03-16 22:00:20 +00:00
smf-
9642d6249a
tidied up enum names, fixed frame error detection (nw)
2014-03-16 19:17:49 +00:00
smf-
77a244cac6
fixed excessive logging (nw)
2014-03-16 18:08:07 +00:00
Miodrag Milanovic
43025f262d
one more typo (nw)
2014-03-16 17:48:44 +00:00
Miodrag Milanovic
a5f1857e20
typo (nw)
2014-03-16 17:47:22 +00:00
Miodrag Milanovic
305a2b2fc9
There is device, we should just use it as such (nw)
2014-03-16 17:47:03 +00:00
Curt Coder
75b2ace6e4
Cleaned up devcb2 usage. (nw)
2014-03-16 15:32:27 +00:00
Miodrag Milanovic
0ee0b829f1
fixed validation (nw)
2014-03-16 15:24:57 +00:00
Angelo Salese
8555d9ab1c
Added display
2014-03-16 14:15:53 +00:00
Miodrag Milanovic
f4b7d1cecc
commented legacy stuff removed
2014-03-16 13:46:09 +00:00
Miodrag Milanovic
e3400438b8
some more legacy stuff removed (nw)
2014-03-16 13:42:22 +00:00
Curt Coder
9a971dc8d9
i80130: Fixed devcb2 macros. (nw)
2014-03-16 12:55:42 +00:00
Curt Coder
7aa2318bfd
cdp1869: devcb2. (nw)
2014-03-16 12:49:55 +00:00
Curt Coder
5ba8d5f8d0
z8536: devcb2. (nw)
2014-03-16 12:15:44 +00:00
Miodrag Milanovic
834dadca1c
not needed include (nw)
2014-03-16 12:07:22 +00:00
Curt Coder
78a2aa4d40
Removed DEVCB_LINE. (nw)
2014-03-16 11:48:40 +00:00
Miodrag Milanovic
2a3f2fca27
thompson, ugly but proper fix (nw)
2014-03-16 11:44:05 +00:00
Miodrag Milanovic
ed5a2a08dc
mame compile fix (nw)
2014-03-16 11:43:43 +00:00
Alex W. Jackson
49e580cc90
Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to all devices that create tilemaps, this should fix the recent tilemap-related crashes (nw)
2014-03-16 11:41:04 +00:00
Curt Coder
36964d1f08
Removed an instance of DEVCB_LINE. (nw)
2014-03-16 11:34:37 +00:00
Curt Coder
37cb16a67f
Removed DEVCB_DEVICE_LINE. (nw)
2014-03-16 11:29:29 +00:00
Curt Coder
e2d550b191
Removed DEVCB_DEVICE_LINE. (nw)
2014-03-16 11:27:54 +00:00
Curt Coder
88e5155cc0
Removed DEVCB_DEVICE_HANDLER. (nw)
2014-03-16 11:19:57 +00:00
smf-
6c58140e0f
initialise m_clk0/m_clk1/m_clk2 to zero (nw)
2014-03-16 10:49:54 +00:00
mahlemiut
95bff11d53
s3virge: corrected dot clock calculation to match the Trio (no whatsnew)
2014-03-16 10:36:43 +00:00
Miodrag Milanovic
fbdf07c69f
redo amstrad expansion slot devcb usage (nw)
2014-03-16 10:32:02 +00:00
Miodrag Milanovic
93f4e806a4
more cleanup (nw)
2014-03-16 10:08:21 +00:00
Miodrag Milanovic
75317b8043
some more cleanup (nw)
2014-03-16 09:04:10 +00:00
Miodrag Milanovic
e52971111c
refactored some legacy code from n64 (nw)
2014-03-16 08:46:44 +00:00
Miodrag Milanovic
b9bf5d09e6
ups (nw)
2014-03-16 08:13:30 +00:00
Sandro Ronco
aa6b24a34a
HD63484 updates: [Sandro Ronco]
...
- converted to use a 16-bits address map
- implemented RPR, MOD, SCLR, SCPY, LINE, PLG, PLL,
CRCL, ARC, FRCT, PAINT, DOT, PTN, GCPY commands
- added pattern RAM emulation
2014-03-16 08:08:22 +00:00
Miodrag Milanovic
f2e39e835a
moved legacy calls that left into one section, and commented not used devcb calls since we are moving towards devcb2 (nw)
2014-03-16 08:07:45 +00:00
Miodrag Milanovic
7e5c9a3669
Removed last user of DEVCB_HANDLER by making cclimber_audio_device (nw)
...
Not very nice looking, but it's working. Audio boards needs better decoupling
2014-03-16 07:36:17 +00:00
Angelo Salese
168e7a171a
By request, nw
2014-03-16 06:28:01 +00:00
Miodrag Milanovic
7c876dfd38
Added palette to ef9345, and some cleanup (nw)
2014-03-16 06:27:02 +00:00
Aaron Giles
19bd5c8117
Nuke some more auto_allocs.
2014-03-16 05:41:28 +00:00
Alex W. Jackson
55c4d53f0e
Added palette to k053250 device, fixing xexex crash. Also modernized its coding conventions (dynamic_arrays, device_video_interface to attach screen, etc.) [Alex Jackson]
2014-03-16 05:21:28 +00:00
Angelo Salese
cbb8715568
Small bit mask bug-fix in blind faith fashion, nw
2014-03-16 03:18:48 +00:00
R. Belmont
43cac59ed6
(MESS) apple2gs: render to rgb32, allowing palette raster tricks (e.g. "3200 color mode") to work. [R. Belmont]
2014-03-16 03:16:18 +00:00
Roberto Fresca
04313439dd
New driver for American Music Poker (Amusco) based on
...
a 8086 CPU + CRTC 6845 + PSG SN76489 [Roberto Fresca]
New games marked as GAME_NOT_WORKING
------------------------------------
American Music Poker (V1.4) [Roberto Fresca, Siftware ]
2014-03-16 03:08:17 +00:00
Alex W. Jackson
51e52e3e5a
move k053250 from emu/ to mame/ (nw)
2014-03-16 02:36:43 +00:00
Brian Troha
7824451e2d
new Lethal Enforcers clone
...
New Clone Added
------------------------------------------
Lethal Enforcers (ver UAB, 09/01/92 11:12) [Brian Troha, The Dumping Union]
2014-03-16 01:57:13 +00:00
Angelo Salese
1936dd3bab
Fixed Little Robin not compiling under USE_TMS define
2014-03-16 00:39:01 +00:00
Michael Zapf
6c2a8df26a
(MESS) Some more devcb2 edits. (nw)
2014-03-15 23:15:30 +00:00
Michaël Banaan Ananas
3d65a90c9e
specify some 8bit handlers as 8bit in the memmap
2014-03-15 22:33:47 +00:00