Commit Graph

28527 Commits

Author SHA1 Message Date
Ivan Vangelista
e88c33c2c7 z88cart_slot_device: converted to devcb2 (nw) 2014-04-15 15:16:38 +00:00
Ivan Vangelista
8f416aa020 bitbanger_device: converted to devcb2 (nw)
Loading coco doesn't crash, but someone familiar with the system should test it. Thanks!
2014-04-15 15:11:58 +00:00
Ivan Vangelista
eb436c17f2 isa8_device and isa16_device: converted to devcb2 (nw) 2014-04-15 14:56:57 +00:00
cracyc
35c5f993be (mess) ser_mouse: make msft mouse work again (nw) 2014-04-15 14:56:53 +00:00
smf-
42488fbc8c MESS: clcd.c default the centronics port to empty, the built in apps can't print to centronics anyway (nw) 2014-04-15 14:36:35 +00:00
smf-
5cd66824ff Fixed crash introduced in r29533 when the 6551 transmitter and receiver is shutdown (nw) 2014-04-15 14:35:10 +00:00
Miodrag Milanovic
7712d5e841 reverting r28187, if menus are unusable at that size user should make window bigger (nw) 2014-04-15 13:54:20 +00:00
Miodrag Milanovic
ef9ed1da05 no need for including assert.h since overload is in emucore.h that we already include with emu.h(nw) 2014-04-15 11:57:17 +00:00
Miodrag Milanovic
0c727fc6d3 Small core cleanup (nw) 2014-04-15 11:14:46 +00:00
Angelo Salese
77da31b99c Attempt to fix Last Bronx booting, still uses a shitload of unsupported opcodes, fun ... 2014-04-15 04:44:20 +00:00
Angelo Salese
fa8a5baad6 Added texture mirroring for Model 2B 2014-04-15 02:11:57 +00:00
Angelo Salese
180df69163 Fix audio regression in these games, nw 2014-04-15 01:52:18 +00:00
Angelo Salese
343cce02a3 Wave Runner reads at TGP ID, hook it up 2014-04-15 01:31:34 +00:00
Alex W. Jackson
3aad3990a2 Fix brightness sliders in drivers that use black_pen() and/or white_pen() [Alex Jackson] 2014-04-14 23:48:49 +00:00
Wilbert Pol
621d0a7b6f (MESS) msx.c: Bye bye MSX_DRIVER_LIST. (nw) 2014-04-14 21:28:36 +00:00
Angelo Salese
85621ccc9a Minor WTF fix, nw 2014-04-14 21:23:15 +00:00
Alex W. Jackson
ac6d88a264 gp9001.c (toaplan2.c): convert to device_gfx_interface, cleanups [Alex Jackson] 2014-04-14 20:45:26 +00:00
Ivan Vangelista
e741d4e6d3 ie15_keyboard_device: converted to devcb2. Also removed some machine().first_screen() from ie15.c (nw) 2014-04-14 19:59:10 +00:00
smf-
98596fb8c6 MESS: avigo.c & hunter2.c Allow all rs232 devices [smf] 2014-04-14 17:58:23 +00:00
Ivan Vangelista
177b6f63ae tpi6525_device: converted to devcb2 (nw) 2014-04-14 17:11:41 +00:00
Ivan Vangelista
f895dd6a79 ay31015_device: converted to devcb2 (nw) 2014-04-14 17:07:14 +00:00
smf-
da49f5bbde removed unnecessary include (nw) 2014-04-14 14:36:24 +00:00
smf-
a9d4bace86 emulate ie15 keyboard & use RS232 port [shattered] 2014-04-14 14:15:14 +00:00
Alex W. Jackson
64f1295b1d This should be safe now... (nw) 2014-04-14 12:36:08 +00:00
smf-
a039e59ae2 SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf] 2014-04-14 11:50:39 +00:00
Robbbert
51360b1370 (MESS) amust : added sound and more notes. 2014-04-14 11:31:02 +00:00
Fabio Priuli
e4ec4b0ffb adc083x: updated to use delegates and slightly reduced tagmap lookups in
konamigx and zr107 while at it. nw.
2014-04-14 09:43:48 +00:00
Robbbert
8e6d64c060 (MESS) Serial Keyboard : If clock is specified, it becomes the initial baud rate. Updated documentation. This fixes a regression with MESS 'binbug' driver. 2014-04-14 08:21:40 +00:00
Fabio Priuli
d1f6e90a97 adc12138: updated to use delegates and slightly reduced tagmap lookups in
hornet and nwk-tr while at it. nw.
2014-04-14 07:13:04 +00:00
Fabio Priuli
35b65418d5 smc92x4: updated to use inline configs. nw. 2014-04-14 05:35:45 +00:00
Fabio Priuli
b7746b9921 mm58274c: updated to use inline configs. nw. 2014-04-14 05:05:30 +00:00
R. Belmont
1940f1c3b1 MC68681: support timer-driven serial channels. Fixes SC4 fruit machine games. [R. Belmont] 2014-04-14 03:14:50 +00:00
Scott Stone
3778a817bb CPS-1 update [Team CPS-1]:
* Added full documentation to nemoa
 * nemoa -> nemor1 to follow the new cps1 standard
 * Minor reorder and cleanup
2014-04-14 02:39:28 +00:00
Scott Stone
3bd801aa28 Fix cgangpzlj regression - now boots (nw) 2014-04-14 00:34:23 +00:00
Robbbert
d240e702fd (MESS) amust : connected up devices 2014-04-14 00:12:03 +00:00
Couriersud
69a68387ba Fix transparency in SDL2.0 code. [Couriersud] 2014-04-13 23:31:51 +00:00
Couriersud
20b2604f25 Netlist: All analysis is now based on an immutable list of terminals. The dynamic list now is only used in the "hot" core. This is the base for possible further optimizations using multiple lists; e.g. a high-low transition list and a low-high transition list. [Couriersud] 2014-04-13 22:08:49 +00:00
R. Belmont
6acc7852c7 (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] 2014-04-13 21:34:58 +00:00
Angelo Salese
0c1901e902 Disabled check irq routine for now. 2014-04-13 19:35:18 +00:00
Fabio Priuli
36d52e3c9c moved more model3 code into the driver class. nw. 2014-04-13 19:32:24 +00:00
Angelo Salese
f5586a0ca8 Documentation notes, nw 2014-04-13 19:12:45 +00:00
R. Belmont
8467b31586 (MESS) Apple II updates: [R. Belmont]
- Some minor cleanup to how post-IIe machines are handled
- Fixed N/M keys on Platinum IIe and IIgs
2014-04-13 18:36:02 +00:00
Nathan Woods
ad0e62a58a Readding support for breaking into the debugger 2014-04-13 17:41:07 +00:00
Fabio Priuli
46769cf6b2 updated lsi53c810 to use delegates, and moved some formerly static
stuff into bebox and model3 classes. nw.
2014-04-13 17:34:40 +00:00
smf-
38e37f2ad4 visual studio fix, I'm pretty sure it has a point on this. (nw)
src\mame\drivers\maygay1b.c(150) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
2014-04-13 17:19:57 +00:00
Angelo Salese
230e2d6e3a Fixed at least black screen regression in DOA. 2014-04-13 16:45:22 +00:00
R. Belmont
1e197e432d SDL: fix OS X compile with non-official SDL [R. Belmont, based on a patch by Fernando Lemos] 2014-04-13 16:38:54 +00:00
Alex W. Jackson
771e6171f5 Fix rackemup gfx rom that was dumped with low and high bytes split (nw) 2014-04-13 15:15:30 +00:00
Angelo Salese
d6cbe1bac2 Checkpoint 2014-04-13 15:09:29 +00:00
Nathan Woods
fc3edd5eca First level menus are now considered ancestral for highlighting purposes 2014-04-13 14:06:45 +00:00