Miodrag Milanovic
d68164b4c1
unified formating of state class constructors, no functional change (nw)
2013-04-10 08:08:19 +00:00
Miodrag Milanovic
c6cd8a09c8
Cleanups and version bump
2013-04-09 06:46:57 +00:00
Miodrag Milanovic
499e810256
Mess is now free of DEVCB_HANDLER (nw)
2013-04-05 13:48:58 +00:00
Miodrag Milanovic
f6612d7d02
some mess device callback cleanup (nw)
2013-04-05 12:53:29 +00:00
Miodrag Milanovic
d5ccd8d282
some more naomi/dc cleanup (nw)
2013-04-05 09:08:49 +00:00
Miodrag Milanovic
c0a6aac7f6
V9938 to use devcb2 (nw)
2013-04-02 12:53:12 +00:00
Miodrag Milanovic
c093affda1
little bit more (nw)
2013-04-01 14:29:39 +00:00
Miodrag Milanovic
0e089286c1
modernized pocketc driver (nw)
2013-04-01 09:18:07 +00:00
Miodrag Milanovic
72c391a1e9
make mcs51 callbacks used delegates (nw)
2013-04-01 07:44:46 +00:00
R. Belmont
5dff2f2620
(MESS) apple2gs: Checkpoint on ADB MCU emulation (nw)
2013-03-31 03:49:12 +00:00
Miodrag Milanovic
624dfff24e
made some of sound devices use device callbacks instead of function callbacks part 3 (nw)
2013-03-29 13:23:17 +00:00
Miodrag Milanovic
266a4643f5
did latch delegate for ppu also (nw)
2013-03-29 07:53:11 +00:00
Miodrag Milanovic
3624e85653
made ppu nmi also delegate and now inline config (nw)
2013-03-28 09:09:49 +00:00
Miodrag Milanovic
8b16204628
Made ppu use delegates instead of callbacks (nw)
2013-03-28 08:40:12 +00:00
Miodrag Milanovic
051011971f
Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic]
2013-03-26 15:18:37 +00:00
Curt Coder
c37e965ff0
(MESS) kc85: Added RS-232 port. (nw)
2013-03-25 14:29:03 +00:00
Fabio Priuli
69e62129cb
removed a (now) redundant .h file too. nw.
2013-03-23 17:47:20 +00:00
Fabio Priuli
ebadd722b0
(MESS) megadriv.c: temporarily duplicated some DMA code while working towards
...
a reduction of global variables. nw.
2013-03-22 06:18:38 +00:00
Miodrag Milanovic
9ec92e573e
removed devhelpr.h and trampolines in half modern devices,also southbridge also use am9517a device now (no whatsnew)
2013-03-20 12:04:38 +00:00
Miodrag Milanovic
0e1f5ad25b
Cleanups and version bump
2013-03-19 07:22:20 +00:00
Angelo Salese
41a4ac672c
Added mahjong panel support to Famicom
2013-03-15 14:44:00 +00:00
Fabio Priuli
d2d11bc7e5
updated sgb_hack setup to avoid external access to m_cart. nw.
2013-03-14 14:17:12 +00:00
mahlemiut
f8114c7dea
fmtowns: set UX and Marty drivers to use 386SX CPU. (no whatsnew)
2013-03-14 03:10:13 +00:00
Andrew Gardner
813c964a96
Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner]
2013-03-13 16:16:46 +00:00
Wilbert Pol
e7e15bca12
(MESS) a7800.c: Removed driver logic from the video_update method. (nw)
2013-03-11 19:46:27 +00:00
Nathan Woods
ebf4c10b31
[COCO] Fixed a degenerate scenario that could cause MESS to crash with a stack
...
overflow when reading the floating bus.
2013-03-10 13:44:37 +00:00
Nathan Woods
84e0703a98
Minor cleanups (nw)
2013-03-10 13:29:09 +00:00
Curt Coder
389ee4558f
Reverted MC68328 changes. (nw)
2013-03-07 19:12:27 +00:00
Curt Coder
75f815e2b5
Fixed build. (nw)
2013-03-07 18:49:59 +00:00
Curt Coder
76ac08a0b8
Moved some files to where they belong. (nw)
2013-03-07 15:28:25 +00:00
Andrew Gardner
039aa6d9d7
Modernized wswan, special, and svision devices. [Andrew Gardner]
2013-03-07 04:30:56 +00:00
Andrew Gardner
17c063bcb2
Modernized vc4000 device. [Andrew Gardner]
2013-03-06 04:36:55 +00:00
Andrew Gardner
c64c35d64a
Modernized the beep and taitosnd devices. [Andrew Gardner]
2013-03-06 04:33:54 +00:00
Curt Coder
2f864eae54
(MESS) cbm8296: WIP. (nw)
2013-03-05 19:55:47 +00:00
Miodrag Milanovic
71a8c57c34
small cleanup (nw)
2013-03-04 15:09:43 +00:00
Fabio Priuli
c581dbaf04
(MESS) gameboy: added emulation of Rockman 8 pirate cart by Yong Yong. [Fabio Priuli]
...
(MESS) gameboy: added correct handling of Echo RAM, needed by Rockman 8. [Fabio Priuli]
(MESS) gbcolor: added proper type to Stone Age / Shi Qi Shi Dai, making it working on gbpocket
(it freezes on gb/gbc due to unemulated interaction with the bios). nw.
also backing up some wip code which I'm not sure when I will have time to improve...
2013-03-01 10:51:56 +00:00
Miodrag Milanovic
f54c1e6f5b
channelf sound device modernized (nw)
2013-03-01 08:47:05 +00:00
mahlemiut
92e5e5b0ce
fmtowns: moved some static CD-ROM functions in the driver class (no whatsnew)
2013-02-24 22:42:25 +00:00
Wilbert Pol
882826c165
(MESS) thomson.c: Started moving a few things into the driver data. (nw)
2013-02-24 21:05:14 +00:00
Curt Coder
d33df5d19c
(MESS) cbm2: Fixed 6509<>8088 comms. (nw)
2013-02-23 14:31:51 +00:00
Curt Coder
af96c3b896
(MESS) Cleanup. (nw)
2013-02-22 15:23:05 +00:00
Miodrag Milanovic
bdb76fda6e
Finished moving quicload/snapshot formats into machine folder (nw)
2013-02-22 11:49:43 +00:00
Miodrag Milanovic
f23413860a
Some more moving to proper place and compile fix (nw)
2013-02-22 11:09:34 +00:00
Miodrag Milanovic
b25a1c367a
removed some not used folders/files (nw)
2013-02-22 10:45:32 +00:00
Curt Coder
3bb2d1ee66
(MESS) ob68k1a: Made RS-232 a bit less hacky. (nw)
2013-02-21 20:36:50 +00:00
Sandro Ronco
24987390dc
Added READ/WRITE_MEMBER to the intelfsh device and removed some trampolines. (nw)
2013-02-20 19:43:23 +00:00
Andrew Gardner
7f4a3d4b5e
Modernized tms3615, es8712, cem3394, k051649, and rf5c400 sound devices. [Andrew
...
Gardner]
2013-02-19 06:33:21 +00:00
Miodrag Milanovic
8882b5f7f8
IRQ_CALLBACK_MEMBER cleanup (no whatsnew)
2013-02-18 12:17:41 +00:00
Sandro Ronco
89ddd7a69e
(MESS) cybiko: added quickload support. (nw)
2013-02-15 22:02:15 +00:00
Sandro Ronco
e1177bd7ec
(MESS) cybiko: cleanup. (nw)
2013-02-15 20:15:58 +00:00