Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r21670 Wednesday 6th March, 2013 at 20:52:21 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/esqvfd.c (nw)
[src/mess/machine]esqvfd.c

r21669 Wednesday 6th March, 2013 at 20:49:25 UTC by Oliver Stöneberg
fixed another uninitialized member in src/emu/machine/mc68901.c (nw)
[src/emu/machine]mc68901.c

r21668 Wednesday 6th March, 2013 at 20:47:09 UTC by David Haywood
missed an input
[src/mame/drivers]dreambal.c

r21667 Wednesday 6th March, 2013 at 20:43:49 UTC by Oliver Stöneberg
fixed uninitialized member in src/emu/machine/mc68901.c (nw)
[src/emu/machine]mc68901.c

r21666 Wednesday 6th March, 2013 at 20:40:09 UTC by Oliver Stöneberg
fixed another uninitialized member in src/emu/machine/6850acia.c (nw)
[src/emu/machine]6850acia.c

r21665 Wednesday 6th March, 2013 at 20:35:17 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/6850acia.c (nw)
[src/emu/machine]6850acia.c

r21664 Wednesday 6th March, 2013 at 20:27:06 UTC by Oliver Stöneberg
fixed uninitialized member in src/emu/video/saa5050.c (nw)
[src/emu/video]saa5050.c

r21663 Wednesday 6th March, 2013 at 20:11:49 UTC by Oliver Stöneberg
fixed uninitialized memory in src/emu/machine/rp5c01.c (nw)
[src/emu/machine]rp5c01.c

r21662 Wednesday 6th March, 2013 at 20:03:19 UTC by David Haywood
added sounds, inputs, promoted to working
new WORKING
Dream Ball [same credits as last time]

could do with lamps, and hopper hookup so you don't get a payout error tho.
[src/mame/drivers]dreambal.c

r21661 Wednesday 6th March, 2013 at 19:51:46 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/6522via.c (nw)
[src/emu/machine]6522via.c

r21660 Wednesday 6th March, 2013 at 19:35:25 UTC by smf
not sure if we need big and little endian versions of disassemblers, but there already were some. this name is too long to fit and be meaningful (nw)
[src/tools]unidasm.c

r21659 Wednesday 6th March, 2013 at 19:30:46 UTC by smf
meant to sort these into cpu name order before last commit, they appear to have mostly been in "find in files" order before with manual changes (nw)
[src/tools]unidasm.c

r21658 Wednesday 6th March, 2013 at 19:24:46 UTC by smf
all cpu cores with a CPU_DISASSMBLE are supported by unidasm (nw)
[src/tools]unidasm.c

r21657 Wednesday 6th March, 2013 at 19:24:17 UTC by smf
added SCUDSP cpu type, though it currently only has a disassembler (nw)
[src/emu/cpu]cpu.mak
[src/mame]mame.mak
[src/mess]mess.mak

r21656 Wednesday 6th March, 2013 at 19:21:48 UTC by David Haywood
don't load the default eeprom file from the board, it has 10 credits inserted already.
[src/mame/drivers]dreambal.c

r21655 Wednesday 6th March, 2013 at 19:21:42 UTC by Jonathan Gevaryahu
(MESS) cat.c (Canon Cat): Got rid of the keyboard interrupt timer and hooked the keyboard interrupt to the 6ms timer instead, which is closer to hardware. The cursor blinks at a more correct but not completely correct rate now. The duart (the REAL source of the interrupts, which should fire with the transitions of the 12ms period squarewave) still does not work for interrupts properly, it needs its innards fixed. [Lord Nightmare]
[src/mess/drivers]cat.c

r21654 Wednesday 6th March, 2013 at 19:15:45 UTC by David Haywood
like so..
[src/mame/drivers]dreambal.c

r21653 Wednesday 6th March, 2013 at 19:12:40 UTC by David Haywood
current, need to fix eeprom hookup.
[src/mame/drivers]dreambal.c

r21652 Wednesday 6th March, 2013 at 19:04:47 UTC by smf
moved CPU_DISASSEMBLE into the disassembler (nw)
[src/emu/cpu/i860]i860.c i860dis.c

r21651 Wednesday 6th March, 2013 at 19:00:15 UTC by Oliver Stöneberg
fixed uninitialized memory in src/emu/machine/nmc9306.c (nw)
[src/emu/machine]nmc9306.c

r21650 Wednesday 6th March, 2013 at 18:52:57 UTC by Oliver Stöneberg
fixed uninitialized memory in src/emu/machine/z80dma.c (nw)
[src/emu/machine]z80dma.c

r21649 Wednesday 6th March, 2013 at 18:34:36 UTC by David Haywood
preliminary gfx hookups, shows version info
[src/mame/drivers]dreambal.c

r21648 Wednesday 6th March, 2013 at 18:21:04 UTC by David Haywood
new NOT WORKING
Dream Ball [J. Finney, TrevEB, Yohji, Smitdogg, The Dumping Union]

(I'll look at hooking things up properly in a moment)
[src/mame]mame.lst mame.mak
[src/mame/drivers]dreambal.c*

r21647 Wednesday 6th March, 2013 at 18:02:20 UTC by smf
tms57002 works in unidasm, disassemble interface can be revisited when all cpu cores have been converted. [smf]
[src/emu/cpu/tms57002]57002dsm.c tms57002.c
[src/tools]unidasm.c

r21646 Wednesday 6th March, 2013 at 17:49:58 UTC by smf
reduced some duplication in the nec disassembler interface (nw)
[src/emu/cpu/nec]nec.c necdasm.c
[src/emu/cpu/v30mz]v30mz.c
[src/tools]unidasm.c

r21645 Wednesday 6th March, 2013 at 17:44:44 UTC by David Haywood
I imagine there is actually a logic flaw in the new code, but for now let's just stop it blowing up.
[src/emu/video]stvvdp1.c

r21644 Wednesday 6th March, 2013 at 16:15:08 UTC by Fabio Priuli
experimental merging of snes memory handlers. please test your favorite SNES games against previous code
(or against latest release) and report regressions.
[src/mame/drivers]nss.c sfcbox.c snesb.c
[src/mame/includes]snes.h
[src/mame/machine]snes.c
[src/mess/drivers]snes.c

r21643 Wednesday 6th March, 2013 at 15:54:50 UTC by Fabio Priuli
whops. forgot this. nw.
[src/mess/machine]snescart.c

r21642 Wednesday 6th March, 2013 at 15:37:55 UTC by smf
fix stack overflow in disasm_disassemble (nw)
[src/emu/cpu/esrip]esrip.c
[src/emu/cpu/ssem]ssem.c

r21641 Wednesday 6th March, 2013 at 15:32:01 UTC by Fabio Priuli
added a missing open bus case... nw.
[src/mame/machine]snes.c

r21640 Wednesday 6th March, 2013 at 14:50:03 UTC by Fabio Priuli
(MESS) pico.xml: Added more Japanese dumps. [TeamEurope]
[hash]pico.xml

r21639 Wednesday 6th March, 2013 at 14:36:15 UTC by Angelo Salese
Another one ...
[src/mame/drivers]coolridr.c

r21638 Wednesday 6th March, 2013 at 14:34:53 UTC by smf
no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME for calling the function. (nw)
[src/emu/cpu/h6280]h6280.c
[src/emu/cpu/m6805]m6805.c

r21637 Wednesday 6th March, 2013 at 14:10:52 UTC by smf
pass this instead of NULL and options instead of 0 in the class based cpu cores (nw)
[src/emu/cpu/adsp2100]adsp2100.c
[src/emu/cpu/asap]asap.c
[src/emu/cpu/avr8]avr8.c
[src/emu/cpu/cosmac]cosmac.c
[src/emu/cpu/dsp16]dsp16.c
[src/emu/cpu/dsp32]dsp32.c
[src/emu/cpu/hd61700]hd61700.c
[src/emu/cpu/i8008]i8008.c
[src/emu/cpu/lr35902]lr35902.c
[src/emu/cpu/m6809]hd6309.c konami.c
[src/emu/cpu/mips]r3000.c
[src/emu/cpu/sm8500]sm8500.c
[src/emu/cpu/tms32031]tms32031.c
[src/emu/cpu/upd7725]upd7725.c

r21636 Wednesday 6th March, 2013 at 14:07:11 UTC by smf
changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, so that class based cpu devices can also be passed.
[src/emu]devcpu.h
[src/emu/cpu/m6809]6809dasm.c m6809.c
[src/tools]unidasm.c

r21635 Wednesday 6th March, 2013 at 14:01:23 UTC by Fabio Priuli
few more cleanups. nw.
[src/mess/machine]snescart.c sns_slot.c

r21634 Wednesday 6th March, 2013 at 13:46:27 UTC by Phil Bennett
Clang warning fixes: (nw)

src/mame/video/atarimo.c:584:10: warning: array index -1 is before the beginning of the array [-Warray-bounds]

src/emu/cpu/tms34010/34010gfx.c:1518:14: warning: shift count >=width of type [-Wshift-count-overflow]
(etc)
[src/emu/cpu/tms34010]34010gfx.c
[src/mame/video]atarimo.c

r21633 Wednesday 6th March, 2013 at 13:08:54 UTC by Fabio Priuli
(MESS) snes.c: updated the driver to only save the real amount of SRAM present on the cart. This means
   that old .nv files won't be directly compatible with newer exe, but you shall be able to keep your saves
   by backing them up and taking the first block of the correct size (e.g. if you take the first 8KB block of
   your old .nv for Super Metroid it should work fine with the new exe). At the same time, MESS should be
   now compatible with saves taken in other emulators. [Fabio Priuli]
[src/mame/includes]snes.h
[src/mame/machine]snes.c
[src/mess/machine]snescart.c

r21632 Wednesday 6th March, 2013 at 12:44:03 UTC by Fabio Priuli
minor cleanup. nw.
[src/mess/machine]snescart.c

r21631 Wednesday 6th March, 2013 at 12:41:15 UTC by O. Galibert
namcos10: Now every game should be at the same brokenness level (nw)
[src/mame/drivers]namcos10.c

r21630 Wednesday 6th March, 2013 at 12:38:02 UTC by Nathan Woods
Fixed bug in 6x09 DAA instruction; finalizr (and probably other games) now
handle score correctly. (nw)
[src/emu/cpu/m6809]m6809inl.h

r21629 Wednesday 6th March, 2013 at 11:36:48 UTC by Nathan Woods
Fixed unidasm, but this fix is really gross.  If we are serious about unidasm,
somebody should figure out our strategy for ensuring that disassemblers are
usable by this tool in a way that won't cause problems for device modernization.
[src/tools]unidasm.c

r21628 Wednesday 6th March, 2013 at 11:33:28 UTC by O. Galibert
duh
[src/mame/drivers]namcos10.c

r21627 Wednesday 6th March, 2013 at 11:29:39 UTC by smf
made 6309 and konami compatible with unidasm, only 6809 to go (nw)
[src/emu/cpu/m6809]6309dasm.c hd6309.c knmidasm.c konami.c

r21626 Wednesday 6th March, 2013 at 11:28:57 UTC by O. Galibert
namcos10: moar better (nw)
[src/mame/drivers]namcos10.c

r21625 Wednesday 6th March, 2013 at 09:36:38 UTC by O. Galibert
namcos10 slight improvement (nw)
[src/mame/drivers]namcos10.c

r21624 Wednesday 6th March, 2013 at 08:54:05 UTC by David Haywood
new clones
Head On (bootleg, alt maze) [ANY]
[src/mame]mame.lst
[src/mame/drivers]vicdual.c

r21623 Wednesday 6th March, 2013 at 08:16:36 UTC by David Haywood
new clones
----------

Super Ranger (older) [ANY]

(this has the same program roms as the 2 licensed versions, but the 2 graphic roms containing the SunA logo + license differ, showing only SunA)
[src/mame]mame.lst
[src/mame/drivers]suna8.c

r21622 Wednesday 6th March, 2013 at 04:36:55 UTC by Andrew Gardner
Modernized vc4000 device.  [Andrew Gardner]
[src/mess/audio]vc4000.c
[src/mess/includes]vc4000.h
[src/mess/video]vc4000.c

r21621 Wednesday 6th March, 2013 at 04:33:54 UTC by Andrew Gardner
Modernized the beep and taitosnd devices. [Andrew Gardner]
[src/emu/sound]beep.c beep.h
[src/mame/audio]taitosnd.c taitosnd.h
[src/mame/drivers]asuka.c darius.c deshoros.c dlair.c exzisus.c mlanding.c ninjaw.c opwolf.c othunder.c pcxt.c rainbow.c rastan.c slapshot.c taito_b.c taito_f2.c taito_h.c taito_l.c taito_x.c taito_z.c taitoair.c topspeed.c volfied.c warriorb.c wgp.c zn.c
[src/mame/includes]darius.h ninjaw.h othunder.h slapshot.h taito_z.h warriorb.h wgp.h
[src/mess/drivers]a5105.c alphatro.c bigbord2.c bmjr.c bml3.c ex800.c fidelz80.c fm7.c glasgow.c h19.c h8.c jr100.c jr200.c lx800.c mephisto.c micronic.c mmodular.c multi8.c mz2000.c mz2500.c nc.c osi.c pb1000.c pc100.c pc2000.c pc4.c pc8801.c pc9801.c pce220.c pcw.c pcw16.c psion.c rex6000.c sc2.c smc777.c studio2.c supercon.c tmc1800.c vk100.c vt100.c x07.c xerox820.c z9001.c zrt80.c
[src/mess/includes]fidelz80.h osi.h psion.h studio2.h tmc1800.h xerox820.h
[src/mess/machine]apollo_kbd.c apollo_kbd.h electron.c kay_kbd.c osborne1.c
[src/mess/video]911_vdt.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team