Note
Feed
Note: GitHub retired the SVN interface on January 8, 2024.
| r20270 Monday 14th January, 2013 at 20:55:39 UTC by Wilbert Pol |
| tlcs900.c: Fixed BIT operation on bytes for bit numbers > 7. (nw) |
| [src/emu/cpu/tlcs900] | 900tbl.c |
| r20269 Monday 14th January, 2013 at 19:35:30 UTC by Wilbert Pol |
| tlcs900.c: Fake 'done serial sending' IRQ. Fixes SNK Gals' Fighter in the ngpc driver. (nw) |
| [src/emu/cpu/tlcs900] | tlcs900.c |
| r20268 Monday 14th January, 2013 at 19:19:01 UTC by Angelo Salese |
| More clean-ups |
| [src/mess/drivers] | smc777.c |
| r20267 Monday 14th January, 2013 at 18:50:03 UTC by Angelo Salese |
| Further clean-ups |
| [src/mess/drivers] | smc777.c |
| r20266 Monday 14th January, 2013 at 18:27:19 UTC by Curt Coder |
| (MESS) Fixed typos. (nw) |
| [src/lib/formats] | d64_dsk.c |
| r20265 Monday 14th January, 2013 at 17:37:34 UTC by Angelo Salese |
| Major clean-ups of SMC-777 |
| [src/mess/drivers] | smc777.c |
| r20264 Monday 14th January, 2013 at 16:50:08 UTC by Angelo Salese |
| Less half-assed fix for SMC-777 |
| [src/mame/machine] | 3do.c |
| [src/mess/drivers] | smc777.c |
| r20263 Monday 14th January, 2013 at 16:27:52 UTC by Curt Coder |
(MESS) flopimg: Added support for Commodore GCR encoding. [Curt Coder]
(MESS) d64/g64 floppy modernization WIP. (nw) |
| [src/lib/formats] | d64_dsk.c d64_dsk.h flopimg.c flopimg.h g64_dsk.c g64_dsk.h |
| r20262 Monday 14th January, 2013 at 15:47:05 UTC by Andrew Gardner |
| Hooked up lamps in Virtua Racing. [SailorSat] |
| [src/mame/drivers] | model1.c |
| [src/mame/includes] | model1.h |
| r20261 Monday 14th January, 2013 at 15:42:27 UTC by David Haywood |
smc777
- avoid crash when loading some games (eg comp1, ghost) due to going past bounds in pen (might need a proper / better fix but the code is safe now)
- don't do string / hash lookup in inner most draw loop(!!) (this driver has excessive lookups all over the place on read/write accesses too) |
| [src/mess/drivers] | smc777.c |
| r20260 Monday 14th January, 2013 at 14:34:43 UTC by Fabio Priuli |
| thomson: enabling cart list in some compatible models. no whatsnew. |
| [src/mess/drivers] | thomson.c |
| r20259 Monday 14th January, 2013 at 14:32:28 UTC by Fabio Priuli |
| consolidating list descriptions. no whastnew. |
| [hash] | 3do_m2.xml amiga_flop.xml amigaaga_flop.xml amigaecs_flop.xml amigaocs_flop.xml apogee.xml b2m.xml bbca_cass.xml bbcb_cass.xml bbcm_cart.xml bbcm_cass.xml bk0010.xml cd32.xml cdtv.xml cpc_cass.xml cpc_flop.xml fm7_cass.xml galaxy.xml ibm5140.xml ibm5150_cass.xml kc_cass.xml korvet_flop.xml lviv.xml mac_hdd.xml megacd.xml megacdj.xml mikrosha.xml mz2000_cass.xml mz700_cass.xml neocd.xml ondra.xml orao.xml orion_cart.xml orion_cass.xml orion_flop.xml orionpro_flop.xml partner_cass.xml partner_flop.xml pcecd.xml pecom_cass.xml psx.xml pyl601.xml radio86.xml saturn.xml special_cass.xml special_flop.xml svi318_cart.xml svi318_cass.xml svi318_flop.xml ut88.xml uzebox.xml x1_cass.xml |
| r20258 Monday 14th January, 2013 at 14:29:51 UTC by Fabio Priuli |
| minor fixes / consolidation in lists added yesterday. no whatsnew. |
| [hash] | ep64.xml g7400.xml interact.xml kayproii.xml mo5_cart.xml odyssey2.xml to7_cart.xml |
| r20257 Monday 14th January, 2013 at 03:30:33 UTC by Andrew Gardner |
| DSP16 : Additional opcodes. [Andrew Gardner] |
| [src/emu/cpu/dsp16] | dsp16ops.c |
| r20256 Monday 14th January, 2013 at 03:10:52 UTC by R. Belmont |
| First pass on MIDI out support [R. Belmont] |
| [src/emu] | emu.mak |
| [src/emu/imagedev] | midiout.c* midiout.h* |
| [src/mess] | mess.mak |
| [src/mess/drivers] | esq5505.c |
| [src/mess/machine] | midioutport.c* midioutport.h* |
| [src/osd] | osdcore.h |
| [src/osd/portmedia] | pmmidi.c |
| r20255 Sunday 13th January, 2013 at 21:55:53 UTC by Jonathan Gevaryahu |
| Minor comment update, no whatsnew |
| [src/mess/drivers] | socrates.c |
| r20254 Sunday 13th January, 2013 at 21:41:04 UTC by R. Belmont |
| Fix compiling on PowerPC OS X (nw) |
| [src/lib/portmidi] | osxsupport.m readbinaryplist.c |
| [src/osd/sdl] | sdl.mak |
| r20253 Sunday 13th January, 2013 at 21:12:07 UTC by R. Belmont |
| More fun with older OS X (nw) |
| [src/lib/portmidi] | ptmacosx_mach.c |
| r20252 Sunday 13th January, 2013 at 21:09:29 UTC by R. Belmont |
| MIDI: allow input port to work without a connected real device [R. Belmont] |
| [src/emu/imagedev] | midiin.c midiin.h |
| r20251 Sunday 13th January, 2013 at 20:15:08 UTC by Wilbert Pol |
| (MESS) odyssey2: Fixed sound pitch (nw) |
| [src/mess/drivers] | odyssey2.c |
| r20250 Sunday 13th January, 2013 at 20:05:40 UTC by Wilbert Pol |
| (MESS)g7400: First attempt at mixing video signals. (nw) |
| [src/mess/drivers] | odyssey2.c |
| r20249 Sunday 13th January, 2013 at 17:43:58 UTC by R. Belmont |
| (MESS) Fix non-functionality of all Apple floppy drives. [R. Belmont] |
| [src/mess/devices] | appldriv.c |
| r20248 Sunday 13th January, 2013 at 17:23:39 UTC by Fabio Priuli |
softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1]
softlist: Added preliminary lists to Enterprise 64/128, Odyssey 2 and G-7400, Interact and Kaypro II [LoganB] |
| [hash] | ep64.xml* g7400.xml* interact.xml* kayproii.xml* mo5_cart.xml* odyssey2.xml* to770_cart.xml* to7_cart.xml* |
| [src/mess/drivers] | enterp.c interact.c kaypro.c odyssey2.c thomson.c |
| r20247 Sunday 13th January, 2013 at 15:41:59 UTC by Robbbert |
| (MESS) New WORKING system. BINBUG. [Robbbert] |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | binbug.c* |
| r20246 Sunday 13th January, 2013 at 15:07:11 UTC by Ryan Holtz |
| - d3dhlsl.c: Made HLSL switchable at runtime, Ctrl+Alt+F12. [MooglyGuy] |
| [src/osd/windows] | d3dhlsl.c d3dhlsl.h drawd3d.c drawd3d.h drawdd.c drawgdi.c drawnone.c input.c video.c window.c window.h |
| r20245 Sunday 13th January, 2013 at 13:40:46 UTC by Wilbert Pol |
| (MESS)sms.c: Mark-III does not have I/O port E and F. (nw) |
| r20244 Sunday 13th January, 2013 at 13:36:12 UTC by Wilbert Pol |
| (MESS)sms.c: Keep RAM working normally when no scope is attached. (nw) |
| [src/mess/drivers] | sms.c |
| [src/mess/includes] | sms.h |
| [src/mess/machine] | sms.c |
| r20243 Sunday 13th January, 2013 at 12:51:53 UTC by Wilbert Pol |
| (MESS)sms.c: The Gam*Boy II seems to a bit more strict address descoding; at least the mirrors for I/O ports 3E and 3F do not seem to exist there. Fixes bublboky from the software list. (nw) |
| [hash] | sms.xml |
| [src/mess/drivers] | sms.c |
| r20242 Sunday 13th January, 2013 at 11:11:36 UTC by Wilbert Pol |
| (MESS)sms.c: Improved memory initialization on Japanese and Korean consoles. This fixes softwre list entries alibaba and blockhol. [Enik Land] |
| [hash] | sms.xml |
| [src/mess/machine] | sms.c |
| r20241 Sunday 13th January, 2013 at 10:41:30 UTC by Wilbert Pol |
| (MESS)sms.xml: Fixed banking setting for cso making it working. [Enik Land] |
| r20240 Sunday 13th January, 2013 at 09:07:30 UTC by Sandro Ronco |
| mc68hc11: fixed hang after soft reset. (nw) |
| [src/emu/cpu/mc68hc11] | mc68hc11.c |
| r20239 Sunday 13th January, 2013 at 08:46:30 UTC by Sandro Ronco |
| alphasma: implemented RAM bankswitch. (nw) |
| [src/mess/drivers] | alphasma.c |
| r20238 Sunday 13th January, 2013 at 08:11:15 UTC by Robbbert |
| (MESS) Sol20 : more roms from Nama (nw) |
| [src/mess/drivers] | ptcsol.c |
| r20237 Sunday 13th January, 2013 at 05:09:16 UTC by Robbbert |
| (MESS) Sol20 : added a new bios version (Thank to Nama). Confirmed another bios. (nw) |
| [src/mess/drivers] | ptcsol.c |
| r20236 Sunday 13th January, 2013 at 04:51:22 UTC by Brian Troha |
| system1.c: Minor doc update. Add Regulus game ID# - NW |
| [src/mame/drivers] | system1.c |
| r20235 Sunday 13th January, 2013 at 03:50:33 UTC by R. Belmont |
| (MESS) esq5505: add MIDI In capability to all of these drivers. [R. Belmont] |
| [src/mess] | mess.mak |
| [src/mess/drivers] | esq5505.c |
| [src/mess/machine] | midiinport.c* midiinport.h* |
| r20234 Sunday 13th January, 2013 at 03:48:10 UTC by R. Belmont |
MIDI core updates: [R. Belmont]
- Add MIDI in and out ports as image device types
- Add OSD calls to check for and read MIDI input
- Add MIDI in image device which reads input and converts it to a serial bitstream
nw section:
Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload. This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them. |
| [src/emu] | diimage.c diimage.h emu.mak |
| [src/emu/imagedev] | midiin.c* midiin.h* |
| [src/osd] | osdcore.h |
| [src/osd/portmedia] | pmmidi.c |
| r20233 Sunday 13th January, 2013 at 03:36:18 UTC by Robbbert |
| (MESS) tk85 : added year (nw) |
| [src/mess/drivers] | tk80bs.c |
| r20232 Sunday 13th January, 2013 at 03:23:50 UTC by Robbbert |
| (MESS) New WORKING system. Chunichi ND-80Z. [Robbbert, Nama] |
| [src/mess] | mess.lst |
| [src/mess/drivers] | tk80bs.c |
| r20231 Sunday 13th January, 2013 at 00:23:37 UTC by R. Belmont |
| n68681: fixed trashing of the serial parameters when ACR is updated. [R. Belmont] |
| [src/emu/machine] | n68681.c n68681.h |
| r20230 Saturday 12th January, 2013 at 23:09:03 UTC by Robbbert |
| (MESS) New WORKING system. NEC TK85. [Robbbert, Nama] |
| [src/mess] | mess.lst |
| [src/mess/drivers] | tk80bs.c |
| r20229 Saturday 12th January, 2013 at 22:11:55 UTC by Wilbert Pol |
| (MESS) odyssey2/videopac: Fix slowdowns (nw) |
| [src/mess/drivers] | odyssey2.c |
| r20228 Saturday 12th January, 2013 at 22:02:16 UTC by Curt Coder |
| (MESS) prof80,prof180: Connect softlist. (nw) |
| [src/mess/drivers] | prof180x.c prof80.c |
| r20227 Saturday 12th January, 2013 at 21:59:00 UTC by Curt Coder |
| (MESS) c64: Softlist additions. (nw) |
| r20226 Saturday 12th January, 2013 at 21:54:10 UTC by Wilbert Pol |
| (MESS) g7400: Moved the EF9340/1 code into a separate device. Merged all the odyseey2 code into the driver file. (nw) |
| [src/emu] | emu.mak |
| [src/emu/video] | ef9340_1.c* ef9340_1.h* ef9341_chargen.h* |
| [src/mess] | mess.mak |
| [src/mess/drivers] | odyssey2.c |
| [src/mess/includes] | odyssey2.h |
| [src/mess/video] | ef9341_chargen.h odyssey2.c |
| r20225 Saturday 12th January, 2013 at 21:52:05 UTC by Curt Coder |
(MESS) prof80: Added floppy software list. [Curt Coder]
(MESS) prof180: Added floppy software list. [Curt Coder] |
| [hash] | prof180.xml* prof80.xml* |
| r20224 Saturday 12th January, 2013 at 20:34:11 UTC by Andrew Gardner |
| DSP16: Additional opcodes & disassembly fixes. [Andrew Gardner] |
| [src/emu/cpu/dsp16] | dsp16.c dsp16.h dsp16dis.c dsp16ops.c |
| r20223 Saturday 12th January, 2013 at 20:27:56 UTC by Wilbert Pol |
| Fixed typo (nw) |
| r20222 Saturday 12th January, 2013 at 20:17:04 UTC by Wilbert Pol |
| (MESS) odyssey2: Changed #defines into constants; moved some code around. (nw) |
| [src/mess/drivers] | odyssey2.c |
| [src/mess/includes] | odyssey2.h |
| [src/mess/video] | odyssey2.c |
| r20221 Saturday 12th January, 2013 at 19:58:49 UTC by Wilbert Pol |
| (MESS) Running eagles5 on the sms2kr driver. It apparently expects the irq to be cleared when explicitly disabling VINT irqs during VINT. (nw) |
| [hash] | sms.xml |
| [src/emu/video] | 315_5124.c |
© 1997-2024 The MAME Team