Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r20420 Wednesday 23rd January, 2013 at 21:52:41 UTC by Wilbert Pol |
|---|
| (MESS) ef9340/1: Hooked up 2KB external ram by default. (nw) |
| [src/emu/video] | ef9340_1.c ef9340_1.h |
| r20419 Wednesday 23rd January, 2013 at 19:53:35 UTC by Curt Coder |
|---|
| (MESS) sms: Cleanup. (nw) |
| [src/mess/machine] | sms.c |
| r20418 Wednesday 23rd January, 2013 at 19:52:05 UTC by Curt Coder |
|---|
| (MESS) mm1: Fixed bitmap graphics. (nw) |
| [src/mess/video] | mikromik.c |
| r20417 Wednesday 23rd January, 2013 at 19:51:14 UTC by Curt Coder |
|---|
| (MESS) Fixed software list hookups. (nw) |
| [hash] | juicebox.xml megapc.xml pcw.xml |
| [src/emu] | softlist.h |
| [src/mess/drivers] | abc80.c apple2.c intv.c kaypro.c next.c pk8020.c |
| r20416 Wednesday 23rd January, 2013 at 19:47:43 UTC by Angelo Salese |
|---|
| XML fix |
| [hash] | saturn.xml |
| r20415 Wednesday 23rd January, 2013 at 19:42:53 UTC by Angelo Salese |
|---|
| Inverted fake comms default |
| [src/mame/drivers] | saturn.c |
| r20414 Wednesday 23rd January, 2013 at 19:40:16 UTC by Angelo Salese |
|---|
| Guessed that if SMPC calls the same state for a CPU reset line it executes less code. Fixes Greatest Nine '97 |
| [src/mame/drivers] | saturn.c |
| [src/mame/includes] | stv.h |
| [src/mame/machine] | smpc.c |
| r20413 Wednesday 23rd January, 2013 at 15:38:14 UTC by Angelo Salese |
|---|
| (MESS) Added force_resynch on master/slave communication buffer, fixes at least Ichidant-R booting |
| [src/mame/drivers] | saturn.c |
| [src/mame/includes] | stv.h |
| r20412 Wednesday 23rd January, 2013 at 09:07:36 UTC by Robbbert |
|---|
| Added -lr as an alias for -listroms |
| [src/emu] | clifront.c |
| r20411 Tuesday 22nd January, 2013 at 23:22:41 UTC by Sandro Ronco |
|---|
| (MESS) Cleanup the HD44780 device. (nw) |
| [src/mess] | mess.mak |
| [src/mess/drivers] | alesis.c alphasma.c lcmate2.c mmodular.c pc2000.c psion.c ymmu100.c |
| [src/mess/includes] | psion.h |
| [src/mess/video] | hd44780.c hd44780.h |
| r20410 Tuesday 22nd January, 2013 at 23:19:02 UTC by Oliver Stöneberg |
|---|
| [MESS] fixed interface for ondra cassette (nw) |
| [src/mess/drivers] | ondra.c |
| r20409 Tuesday 22nd January, 2013 at 23:10:10 UTC by Angelo Salese |
|---|
| Fix compile on a define switch |
| [src/mess/machine] | psxcd.c |
| r20408 Tuesday 22nd January, 2013 at 22:43:33 UTC by Oliver Stöneberg |
|---|
| fixed memory leak in jedutil (nw) |
| [src/tools] | jedutil.c |
| r20407 Tuesday 22nd January, 2013 at 20:29:07 UTC by Angelo Salese |
|---|
| Removed NEW_VIDEO_CODE, it needs a bigger plan. |
| [src/mame/drivers] | saturn.c |
| [src/mame/includes] | stv.h |
| [src/mame/video] | stvvdp2.c |
| r20406 Tuesday 22nd January, 2013 at 20:25:18 UTC by Wilbert Pol |
|---|
| (MESS) g7400: improved mixing of i8245 and ef934x video signals a bit (nw) |
| [src/mess/drivers] | odyssey2.c |
| r20405 Tuesday 22nd January, 2013 at 19:46:54 UTC by Oliver Stöneberg |
|---|
| [MESS] fixed osborne1 softlist hookup (nw) |
| [src/mess/drivers] | osborne1.c |
| r20404 Tuesday 22nd January, 2013 at 19:38:55 UTC by Oliver Stöneberg |
|---|
| [MESS] made a few more bios shortnames lower-case (nw) |
| [src/mess/drivers] | psx.c ptcsol.c slc1.c special.c super80.c |
| r20403 Tuesday 22nd January, 2013 at 17:36:43 UTC by Roberto Fresca |
|---|
| New games marked as GAME_NOT_WORKING ------------------------------------ Rugby? (four roses hardware) [Any, The Dumping Union, Roberto Fresca] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | 4roses.c |
| r20402 Tuesday 22nd January, 2013 at 14:03:46 UTC by Oliver Stöneberg |
|---|
| [MESS] fixed duplicated ti92 bios shortname and updated descriptions (nw) |
| [src/mess/drivers] | ti89.c |
| r20401 Tuesday 22nd January, 2013 at 11:53:27 UTC by smf |
|---|
| ZN update [Team CPS-1]: * Confirmed 1 label in sfexu * Added a note in sfexa set |
| [src/mame/drivers] | zn.c |
| r20400 Tuesday 22nd January, 2013 at 05:19:57 UTC by Angelo Salese |
|---|
| SCSP: Made a more sane Sound->Main IRQ behaviour |
| [src/emu/sound] | scsp.c |
| r20399 Tuesday 22nd January, 2013 at 02:19:07 UTC by Angelo Salese |
|---|
| Some notes on SH-2 Cache functionality, nw |
| [src/emu/cpu/sh2] | sh2comn.c |
| r20398 Tuesday 22nd January, 2013 at 00:01:49 UTC by smf |
|---|
| clamp framebuffer reading to frame buffer coordinates. not sure this is accurate, but it stops it crashing when negative coordinates are used. [smf] |
| [src/emu/video] | psx.c |
| r20397 Monday 21st January, 2013 at 22:44:08 UTC by hap |
|---|
| (trailing ")" typo) |
| [src/mame/drivers] | thepit.c |
| r20396 Monday 21st January, 2013 at 22:43:59 UTC by Phil Bennett |
|---|
| Fix compilation under MSVC2008 -nt- |
| [src/emu/cpu/mips] | r3000.c r3000.h |
| r20395 Monday 21st January, 2013 at 21:55:28 UTC by hap |
|---|
| (companyname correction) |
| [src/mame/drivers] | jack.c |
| r20394 Monday 21st January, 2013 at 20:59:52 UTC by Wilbert Pol |
|---|
| (MESS) g7400: work in progress (nw) |
| [src/emu/video] | ef9340_1.c |
| [src/mess/drivers] | odyssey2.c |
| r20393 Monday 21st January, 2013 at 20:11:27 UTC by Curt Coder |
|---|
| (MESS) prof180x: Fixed floppy type. (nw) |
| [src/mess/drivers] | prof180x.c |
| [src/mess/includes] | prof180x.h |
| r20392 Monday 21st January, 2013 at 19:14:37 UTC by Wilbert Pol |
|---|
| (MESS)sms.c: Fixed warning (nw) |
| [src/mess/machine] | sms.c |
| r20391 Monday 21st January, 2013 at 18:59:19 UTC by smf |
|---|
| removed assert, can't happen now (nw) |
| [src/emu/sound] | spu.c |
| r20390 Monday 21st January, 2013 at 16:48:11 UTC by Roberto Fresca |
|---|
| Improvements to sanremo.c driver... [Roberto Fresca] - Graphics decode. - Proper ROM load. - Accurate memory map. - Hooked CPU & interrupts. - Added CRTC support. - Added AY-3-8910 sound and ports support. - Added input ports. - Added output-lamps port. - Added button-lamps layout. - NVRAM support. |
| [src/mame] | mame.lst mame.mak |
| [src/mame/drivers] | sanremo.c |
| [src/mame/layout] | sanremo.lay* |
| r20389 Monday 21st January, 2013 at 15:21:25 UTC by Ryan Holtz |
|---|
| Silence some debug spam and turn off bloom target allocation on cache targets, nw |
| [src/osd/windows] | d3dhlsl.c drawd3d.c |
| r20388 Monday 21st January, 2013 at 15:07:14 UTC by David Haywood |
|---|
| fix debug compile, somebody should probably fix / remove the line as appropriate tho. (nw) |
| [src/emu/sound] | spu.c |
| r20387 Monday 21st January, 2013 at 14:56:02 UTC by Oliver Stöneberg |
|---|
| [MESS] changed poly.c bios shortnames to lower-case (nw) |
| [src/mess/drivers] | poly.c |
| r20386 Monday 21st January, 2013 at 11:29:57 UTC by Oliver Stöneberg |
|---|
| [MESS] fixed pecom64 software list hook-up (nw) |
| [src/mess/drivers] | pecom.c |
| r20385 Monday 21st January, 2013 at 10:47:27 UTC by Oliver Stöneberg |
|---|
| [MESS] fixed duplicated genpc.c bios shortnames (nw) |
| [src/mess/drivers] | genpc.c |
| r20384 Monday 21st January, 2013 at 04:42:09 UTC by Justin Kerk |
|---|
| [MESS] genpc: remove GAME_NO_SOUND flags, these drivers have sound (nw) |
| [src/mess/drivers] | genpc.c |
| r20383 Monday 21st January, 2013 at 04:22:20 UTC by Robbbert |
|---|
| fixed compile error (nw) |
| [src/emu] | inpttype.h |
| r20382 Monday 21st January, 2013 at 03:04:44 UTC by Ryan Holtz |
|---|
| Fix raster games with HLSL, nw |
| [src/osd/windows] | d3dhlsl.c |
| r20381 Monday 21st January, 2013 at 02:40:48 UTC by Ryan Holtz |
|---|
| d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy] |
| [hlsl] | bloom.fx* downsample.fx* focus.fx phosphor.fx post.fx primary.fx vector.fx |
| [src/emu] | inpttype.h render.c |
| [src/osd/windows] | d3dcomm.h d3dhlsl.c d3dhlsl.h drawd3d.c drawd3d.h winmain.c winmain.h |
| r20380 Sunday 20th January, 2013 at 22:38:30 UTC by smf |
|---|
| removed roms from cjdh2 that are loaded into the same area, that are also loaded by the clones. (nw) |
| [src/mame/drivers] | igs_m036.c |
| r20379 Sunday 20th January, 2013 at 20:43:34 UTC by smf |
|---|
| Use devcb2 for cpu to spu hookup as it's on it's own 16 bit bus. Removed the spu hookup in taitogn at 0x1fa51c00 as it doesn't make sense, will wait for bug reports before investigating further. [smf] |
| [src/emu/cpu/psx] | psx.c psx.h |
| [src/emu/sound] | spu.c spu.h |
| [src/mame/drivers] | taitogn.c |
| r20378 Sunday 20th January, 2013 at 20:35:40 UTC by Wilbert Pol |
|---|
| (MESS)sms.c: Getting rid of some static functions (nw) |
| [src/mess/includes] | sms.h |
| [src/mess/machine] | sms.c |
| r20377 Sunday 20th January, 2013 at 19:47:38 UTC by R. Belmont |
|---|
| m740: Correct disassembly for bit+zp+rel. offset form of BBC/BBS [R. Belmont] |
| [src/emu/cpu/m6502] | dm740.lst m6502.c m6502.h m740.h om740.lst |
| r20376 Sunday 20th January, 2013 at 19:40:52 UTC by smf |
|---|
| uses a devcb2 for cpu to cd controller communication, the address decoding is internal to the cpu & the cd controller is on it's own 8 bit bus. [smf] |
| [src/emu/cpu/psx] | psx.c psx.h |
| [src/mess/drivers] | psx.c |
| [src/mess/machine] | psxcd.c psxcd.h |
| r20375 Sunday 20th January, 2013 at 19:10:33 UTC by Brian Troha |
|---|
| segas16a.c: Correctly redumped the 317-5021 FD1089B for Sukeban Jansi Ryuko. [hotgraphics, Song Gao, Bad A Billy, ranger_lennier, Yohji, Smitdogg, Charles MacDonald, The Dumping Union] |
| [src/mame/drivers] | segas16a.c |
| [src/mame/machine] | fd1089.c |
| r20374 Sunday 20th January, 2013 at 18:52:59 UTC by Brian Troha |
|---|
| taito_z.c: Add in B33 Taitio rom prefix for recent addition. - NW |
| [src/mame/drivers] | taito_z.c |
| r20373 Sunday 20th January, 2013 at 18:44:10 UTC by Brian Troha |
|---|
| new clone added New Clone Added --------------------------------------- Continental Circus (Japan) [ShouTime, The Dumping Union] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | taito_z.c |
| r20372 Sunday 20th January, 2013 at 15:32:22 UTC by R. Belmont |
|---|
| drip (nw) |
| [src/mess/drivers] | psx.c |
| r20371 Sunday 20th January, 2013 at 14:35:28 UTC by R. Belmont |
|---|
| Mirror in all RAM regions (nw) |
| [src/mess/drivers] | psx.c |
| Previous 50 | 199869 Revisions | Next 50 |