Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r112396 Tuesday 2nd October, 2018 at 18:10:34 UTC by AJR |
---|
hp2622a: Add bell (currently disabled because software doesn't turn it off yet) (nw) |
[src/mame/drivers] | hp2620.cpp |
r112395 Tuesday 2nd October, 2018 at 17:26:17 UTC by ajrhacker |
---|
Merge pull request #4048 from DavidHaywood/011018 itech8 - clean up rom loading + banking, fix issue with cam900 submission (nw) |
[src/mame/drivers] | itgamble.cpp namcos22.cpp |
[src/mame/includes] | namcos22.h |
[src/mame/video] | namcos22.cpp |
r112394 Tuesday 2nd October, 2018 at 17:10:55 UTC by davidhaywood |
---|
itech8 - clean up rom loading + banking, fix issue with cam900 submission (nw) |
[src/mame/drivers] | itech8.cpp itgamble.cpp namcos22.cpp |
[src/mame/includes] | itech8.h namcos22.h |
[src/mame/video] | namcos22.cpp |
r112393 Tuesday 2nd October, 2018 at 17:10:36 UTC by ajrhacker |
---|
Merge pull request #4041 from f205v/patch-7 Update itgamble.cpp info |
[src/devices/cpu/unsp] | unsp.cpp unsp.h |
[src/devices/machine] | ncr5390.cpp ncr5390.h nscsi_cd.cpp nscsi_cd.h |
[src/devices/video] | dp8350.cpp dp8350.h |
[src/mame/drivers] | hazl1420.cpp itech8.cpp monzagp.cpp namcos22.cpp vii.cpp |
[src/mame/includes] | itech8.h namcos22.h |
[src/mame/machine] | qx10kbd.cpp |
[src/mame/video] | itech8.cpp namcos22.cpp |
r112392 Sunday 30th September, 2018 at 20:12:24 UTC by f205v |
---|
Update itgamble.cpp info Update itgamble.cpp with: -consistent hardware info -evolution of hardware over time -confirmed producer and year for a few games that were missing it. |
[src/devices/cpu/unsp] | unsp.cpp unsp.h |
[src/devices/machine] | ncr5390.cpp ncr5390.h nscsi_cd.cpp nscsi_cd.h |
[src/devices/video] | dp8350.cpp dp8350.h |
[src/mame/drivers] | hazl1420.cpp itech8.cpp itgamble.cpp monzagp.cpp namcos22.cpp vii.cpp |
[src/mame/includes] | itech8.h namcos22.h |
[src/mame/machine] | qx10kbd.cpp |
[src/mame/video] | itech8.cpp namcos22.cpp |
r112391 Tuesday 2nd October, 2018 at 16:33:33 UTC by hap |
---|
namcos22: another small optimization (nw) |
[src/mame/drivers] | namcos22.cpp |
[src/mame/includes] | namcos22.h |
[src/mame/video] | namcos22.cpp |
r112390 Tuesday 2nd October, 2018 at 15:54:44 UTC by cam900 |
---|
itech8.cpp : Cleanups (#4038) * itech8.cpp : Minor cleanups Convert sound latch into generic_latch_8_device, Reduce runtime tag lookup,ACCESSING_BITs, Remove unnecessary GROM pointer, Make bankswitch reset to 0 is only affect when maincpu rom is banked, Split address map related to bankswitch, Function difference, Fix spacing * itech8.cpp : Remove unused * itech8.cpp : Remove another unused * itech8.cpp : Cleanup duplicates, Fix naming |
[src/mame/drivers] | itech8.cpp |
[src/mame/includes] | itech8.h |
[src/mame/video] | itech8.cpp |
r112389 Tuesday 2nd October, 2018 at 06:59:39 UTC by patrick.mackinlay |
---|
ncr5390: various fixes (nw) Several important fixes that help Sun4 (can now boot Solaris 2.3 from CD-ROM) and Jazz work better. * Fix stupid virtual/override errors preventing ncr53c90a+ from working properly. * Start DMA after arbitration/selection is completed for "select with..." commands. * Trigger an interrupt on SCSI bus reset (if enabled). |
[src/devices/machine] | ncr5390.cpp ncr5390.h |
r112388 Tuesday 2nd October, 2018 at 06:55:48 UTC by patrick.mackinlay |
---|
nscsi_cd: set block size with mode select (nw) Solaris 2.3 uses MODE SELECT (6) to specify a 512-byte block size during boot from CD-ROM on sun4_40. This patch is very limited (only a single mode parameter block, and no other parameters are supported), but sufficient to make sun4 happy. |
[src/devices/machine] | nscsi_cd.cpp nscsi_cd.h |
r112387 Tuesday 2nd October, 2018 at 04:42:53 UTC by AJR |
---|
hazl1420: Add beeper (nw) |
[src/mame/drivers] | hazl1420.cpp |
r112386 Tuesday 2nd October, 2018 at 00:59:00 UTC by AJR |
---|
hazl1420: Much better raster interrupts (nw) |
[src/devices/video] | dp8350.cpp dp8350.h |
[src/mame/drivers] | hazl1420.cpp |
r112385 Monday 1st October, 2018 at 18:36:03 UTC by hap |
---|
namcos22: fix possible array out of bounds reads at simulate_slavedsp (nw) |
[src/mame/drivers] | namcos22.cpp |
[src/mame/includes] | namcos22.h |
[src/mame/video] | namcos22.cpp |
r112384 Monday 1st October, 2018 at 18:06:41 UTC by Ryan Holtz |
---|
-vii: Fixed road layer in several Zone 60 games. [Ryan Holtz] |
[src/mame/drivers] | vii.cpp |
r112383 Monday 1st October, 2018 at 16:05:38 UTC by AJR |
---|
monzagp: Use DP8350 CRTC (nw) |
[src/mame/drivers] | monzagp.cpp |
r112382 Monday 1st October, 2018 at 14:54:47 UTC by Ryan Holtz |
---|
-unsp: opcodes that use the data segment affect it on rollover. Fixes many Vii and Zone 60 video bugs. [Ryan Holtz] -vii: Fixed a typo which caused several tilemap bugs. [Ryan Holtz] |
[src/devices/cpu/unsp] | unsp.cpp unsp.h |
[src/mame/drivers] | vii.cpp |
r112381 Monday 1st October, 2018 at 10:30:21 UTC by smf |
---|
clang doesn't like this (nw) |
[src/mame/machine] | qx10kbd.cpp |
r112380 Monday 1st October, 2018 at 07:26:33 UTC by AJR |
---|
dp8350: More complete line-by-line emulation of timing outputs (nw) |
[src/devices/video] | dp8350.cpp dp8350.h |
r112379 Sunday 30th September, 2018 at 19:48:03 UTC by hap |
---|
namcos22: get rid of ss22 QUANTUM_TIME(only timecris needed it at boot) and make mcu irq timer trigger 3 times per frame instead of every scanline (nw) |
[src/devices/cpu/m37710] | m37710.cpp |
[src/mame/drivers] | namcos22.cpp |
[src/mame/video] | namcos22.cpp |
r112378 Sunday 30th September, 2018 at 17:46:17 UTC by Ryan Holtz |
---|
silence debug prints, nw |
[src/mame/drivers] | vii.cpp |
r112377 Sunday 30th September, 2018 at 17:46:17 UTC by Ryan Holtz |
---|
-vii: Various changes: [Ryan Holtz] * Changed the overly-generic set name "wireless" to something more descriptive. * Removed references to "Chintendo" as it is not nor has it ever been a name of JungleTac/KenSingTon. * Re-ported the u'nSP 1.0 core from Unununium. * Ported serial EEPROM support from Unununium. Fixes many Sport Vii titles. |
[hash] | vii.xml |
[src/devices/cpu/unsp] | unsp.cpp unsp.h unspdasm.cpp |
[src/mame] | mame.lst |
[src/mame/drivers] | vii.cpp |
r112376 Sunday 30th September, 2018 at 17:46:17 UTC by Ryan Holtz |
---|
generic_slot: Added default param to constructor so that it can be used without file extensions. |
[src/devices/bus/generic] | slot.h |
r112375 Sunday 30th September, 2018 at 17:46:17 UTC by Ryan Holtz |
---|
debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz] |
[src/emu/debug] | debugcpu.cpp |
r112374 Sunday 30th September, 2018 at 11:00:47 UTC by hap |
---|
witch is by Vic Tokai (nw) |
[src/mame/drivers] | witch.cpp |
r112373 Sunday 30th September, 2018 at 04:00:23 UTC by AJR |
---|
qx10kbd: Remove unused private variables to fix clang build (nw) |
[src/mame/machine] | qx10kbd.h |
r112372 Sunday 30th September, 2018 at 03:23:02 UTC by Carl |
---|
qx10kbd: add keyboard rom and emulate it [Carl, Frank Hughes] |
[src/mame/machine] | qx10kbd.cpp qx10kbd.h |
r112371 Sunday 30th September, 2018 at 01:41:34 UTC by cam900 |
---|
iremga20.cpp : Fix frequency update algorithm (#4040) * iremga20.cpp : Fix frequency update algorithm * iremga20.cpp : Fix naming * iremga20.cpp : Fix method iremga20.h : Fix value name |
[src/devices/sound] | iremga20.cpp iremga20.h |
r112370 Sunday 30th September, 2018 at 01:07:25 UTC by hap |
---|
namcos22: get rid of scanline timer for dsp irqs (nw) |
[src/mame/drivers] | namcos22.cpp |
[src/mame/includes] | namcos22.h |
[src/mame/video] | namcos22.cpp |
r112369 Saturday 29th September, 2018 at 14:09:03 UTC by Ryan Holtz |
---|
sun4c: Added support for full-width mem_mask on segment map writes, gets Aurora SPARC Linux to 'Booting Linux...' before it dies. [Ryan Holtz] |
[src/devices/bus/sunkbd] | hlekbd.cpp |
[src/devices/machine] | sun4c_mmu.cpp |
[src/mame/drivers] | sun4.cpp |
r112368 Saturday 29th September, 2018 at 14:03:31 UTC by Angelo Salese |
---|
contra.cpp: catch and fix spriteram buffer overflow [Angelo Salese] |
[src/mame/drivers] | contra.cpp |
[src/mame/includes] | contra.h |
[src/mame/video] | contra.cpp |
r112367 Saturday 29th September, 2018 at 14:03:01 UTC by Angelo Salese |
---|
combatsc.cpp: fixed video garbage on state loads [Angelo Salese] |
[src/mame/drivers] | combatsc.cpp |
[src/mame/video] | flkatck.cpp |
r112366 Saturday 29th September, 2018 at 10:47:20 UTC by Ryan Holtz |
---|
sun4: Rewrote timers to actually tick at 1MHz. NetBSD 6.0 now runs until failing to reset the keyboard. [Ryan Holtz] |
[src/mame/drivers] | sun4.cpp |
r112365 Saturday 29th September, 2018 at 08:56:41 UTC by Ryan Holtz |
---|
sun4c: More MMU fixes, makes SPARCstation SLC, IPX and 1+ happier, though not yet completely. [Ryan Holtz] |
[src/devices/machine] | sun4c_mmu.cpp sun4c_mmu.h |
[src/mame/drivers] | sun4.cpp |
r112364 Saturday 29th September, 2018 at 08:42:07 UTC by Angelo Salese |
---|
Update TODO note (nw) |
[src/mame/video] | k007121.cpp |
r112363 Saturday 29th September, 2018 at 03:24:20 UTC by AJR |
---|
tv990.cpp: Remove MCFG macros and INTERRUPT_GEN (nw) |
[src/mame/drivers] | tv990.cpp |
r112362 Saturday 29th September, 2018 at 02:22:06 UTC by clawgrip |
---|
new working clone - Rim Rockin' Basketball (V1.2, bootleg) (#4026) * Add "rimrockn12b" * Add "Rim Rockin' Basketball (V1.2, bootleg)" |
[src/mame] | mame.lst |
[src/mame/drivers] | itech8.cpp |
r112361 Saturday 29th September, 2018 at 02:20:02 UTC by AJR |
---|
cgsix: Fix obviously wrong save_item call (nw) |
[src/devices/bus/sbus] | cgsix.cpp |
r112360 Saturday 29th September, 2018 at 01:58:28 UTC by Ryan Holtz |
---|
sun4c: Fixed RAM mirroring with 4 meg sets, and hooked up -ramsize option. [Ryan Holtz] |
[src/devices/machine] | sun4c_mmu.cpp sun4c_mmu.h |
[src/mame/drivers] | sun4.cpp |
r112359 Saturday 29th September, 2018 at 00:17:17 UTC by Ryan Holtz |
---|
-sun4c: Added savestate support. [Ryan Holtz] -sun4c: SPARCstation IPX, SLC, 1+ and 2 now boot, but get angry to varying degrees for varying reasons. [Ryan Holtz] |
[src/devices/bus/sbus] | bwtwo.cpp cgsix.cpp cgsix.h cgthree.cpp sbus.h |
[src/devices/cpu/sparc] | mb86901.cpp sparc.h |
[src/devices/machine] | sun4c_mmu.cpp sun4c_mmu.h |
[src/mame/drivers] | sun4.cpp |
r112358 Friday 28th September, 2018 at 21:58:34 UTC by Ryan Holtz |
---|
cgsix: Added font register and fixed drawing endianness. Improves SunView with cgsix-based cards. [Ryan Holtz] |
[src/devices/bus/sbus] | cgsix.cpp cgsix.h |
r112357 Friday 28th September, 2018 at 21:58:34 UTC by Ryan Holtz |
---|
sun4: Changed sun4c to use an 82077 FDC and fixed hookup. Fixes FDC timeout warning in SunOS 4.1.4. [Ryan Holtz] |
[src/mame/drivers] | sun4.cpp |
r112356 Friday 28th September, 2018 at 20:42:29 UTC by hap |
---|
namcos22: Added viewmatrix reflection. This fixes alpinr2b character selection screen, raveracw and ridgera2 rear-view mirrors, and secret mirror track in raveracw. [hap, Ryan Holtz] |
[src/mame/drivers] | namcos22.cpp |
[src/mame/includes] | namcos22.h |
[src/mame/video] | namcos22.cpp |
r112355 Friday 28th September, 2018 at 19:05:02 UTC by Vasantha Crabb |
---|
(nw) fix RTS |
[src/devices/machine] | at_keybc.cpp |
r112354 Friday 28th September, 2018 at 18:42:57 UTC by Vasantha Crabb |
---|
Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired differently. (nw) Keyboard functionality works, mouse functionality is untested and not hooked up to anything. Will add slot devices for PS/2 mouse later. For some reason the ct486 driver now reports a keyboard error on boot. You can hit F1 to get past it, but it's annoying. I'll look into that later as well. |
[src/devices/bus/lpci] | southbridge.cpp |
[src/devices/bus/pc_kbd] | pc_kbdc.cpp pc_kbdc.h |
[src/devices/machine] | at_keybc.cpp at_keybc.h cs4031.cpp cs4031.h sis85c496.cpp |
[src/mame/drivers] | at.cpp ct486.cpp jazz.cpp |
[src/mame/machine] | at.cpp |
r112353 Friday 28th September, 2018 at 18:08:51 UTC by AJR |
---|
Fix nonstandard syntax (nw) |
[src/devices/bus/spc1000] | fdd.cpp |
[src/devices/machine] | pdc.cpp |
r112352 Friday 28th September, 2018 at 17:04:34 UTC by Osso |
---|
pc_lpt, upd765: removed MCFG macros (nw) |
[src/devices/bus/a2bus] | corvfdc02.cpp |
[src/devices/bus/bbc/fdc] | opus.cpp |
[src/devices/bus/cpc] | ddi1.cpp |
[src/devices/bus/epson_sio] | pf10.cpp tf20.cpp |
[src/devices/bus/hexbus] | hx5102.cpp |
[src/devices/bus/iq151] | disc2.cpp |
[src/devices/bus/isa] | fdc.cpp lpt.cpp mda.cpp mufdc.cpp |
[src/devices/bus/isbx] | compis_fdc.cpp isbc_218a.cpp |
[src/devices/bus/msx_cart] | disk.cpp |
[src/devices/bus/newbrain] | fdc.cpp |
[src/devices/bus/spc1000] | fdd.cpp |
[src/devices/machine] | fdc37c93x.cpp pc_fdc.cpp pc_lpt.h pdc.cpp upd765.h |
[src/mame/drivers] | a5105.cpp alphatro.cpp altos486.cpp amstr_pc.cpp amstrad.cpp apc.cpp ax20.cpp bw12.cpp czk80.cpp dim68k.cpp dmv.cpp dps1.cpp duet16.cpp fanucspmg.cpp hec2hrp.cpp ibm6580.cpp ibmpcjr.cpp kdt6.cpp m5.cpp mikromik.cpp mpc3000.cpp msx.cpp multi8.cpp mz3500.cpp mz6500.cpp nanos.cpp nc.cpp next.cpp olyboss.cpp p8k.cpp pasopia7.cpp pc100.cpp pc8801.cpp pc88va.cpp pcw.cpp pcw16.cpp peoplepc.cpp prof180x.cpp prof80.cpp pwrview.cpp pyl601.cpp sage2.cpp sg1000.cpp specpls3.cpp sun3x.cpp tandy2k.cpp tim011.cpp tv990.cpp wangpc.cpp |
[src/mame/machine] | ibm6580_fdc.cpp ioc2.cpp isbc_208.cpp |
r112351 Friday 28th September, 2018 at 15:23:44 UTC by AJR |
---|
dp8350: Further notes (nw) |
[src/devices/video] | dp8350.cpp |
r112350 Friday 28th September, 2018 at 15:04:17 UTC by ajrhacker |
---|
Merge pull request #4037 from DavidHaywood/280918 cps3 - light cleanups |
[3rdparty/genie/build/gmake.darwin] | genie.make |
[src/mame/drivers] | bfm_sc2.cpp galaxian.cpp twinkle.cpp |
r112349 Friday 28th September, 2018 at 11:30:14 UTC by davidhaywood |
---|
(unrelated, but weclemanb is clearly a hack, mark it as such) |
[src/mame/drivers] | wecleman.cpp |
r112348 Friday 28th September, 2018 at 11:01:48 UTC by davidhaywood |
---|
cps3 - light cleanups (move some variable definitions to where they're used etc., fix last line of cliprect in new rowscroll code, divide fg draw into a function) |
[3rdparty/genie/build/gmake.darwin] | genie.make |
[src/mame/drivers] | bfm_sc2.cpp cps3.cpp galaxian.cpp twinkle.cpp |
[src/mame/includes] | cps3.h |
r112347 Friday 28th September, 2018 at 15:03:34 UTC by ajrhacker |
---|
Merge pull request #4036 from DragonMinded/twinkle_docs_update Update Twinkle docs to match data gleaned from kits. |
[src/mame/drivers] | bfm_sc2.cpp galaxian.cpp |
Previous 50 | 199869 Revisions | Next 50 |