Note Feed

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

Previous 50 199869 Revisions Next 50

r20520 Saturday 26th January, 2013 at 23:18:19 UTC by Ryan Holtz
[CDI] Modernize MCD212 device. [MooglyGuy]
[src/mame/drivers]cdi.c
[src/mame/includes]cdi.h
[src/mame/machine]cdicdic.h
[src/mame/video]mcd212.c mcd212.h

r20519 Saturday 26th January, 2013 at 22:35:29 UTC by Curt Coder
(MESS) lisa: Removed runtime tagmap lookups. (nw)
[src/mess/drivers]lisa.c
[src/mess/includes]lisa.h
[src/mess/machine]lisa.c

r20518 Saturday 26th January, 2013 at 21:55:32 UTC by Curt Coder
(MESS) pcw16: Removed runtime tagmap lookups. (nw)
[src/mess/drivers]pcw16.c
[src/mess/includes]pcw16.h

r20517 Saturday 26th January, 2013 at 21:40:40 UTC by Curt Coder
(MESS) ti89: Removed runtime tagmap lookups. (nw)
[src/mess/drivers]ti89.c
[src/mess/includes]ti89.h

r20516 Saturday 26th January, 2013 at 21:28:00 UTC by Wilbert Pol
(MESS) mz2000.c: Tagmap cleanups (nw)
[src/mess/drivers]mz2000.c

r20515 Saturday 26th January, 2013 at 21:24:14 UTC by R. Belmont
SDL: Fix Qt debugger on Mac OS X [Balrog]
[src/osd/sdl]debugqtview.c

r20514 Saturday 26th January, 2013 at 21:00:12 UTC by Wilbert Pol
(MESS) micronic.c: Tagmap cleanups (nw)
[src/mess/drivers]micronic.c
[src/mess/includes]micronic.h

r20513 Saturday 26th January, 2013 at 20:53:06 UTC by Oliver Stöneberg
(MESS) fixed Visual Studio warning about potentially uninitialized variable in mess/machine/mac.c (nw)
[src/mess/machine]mac.c

r20512 Saturday 26th January, 2013 at 20:42:33 UTC by R. Belmont
(MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw)

(No speed difference, sorry folks).
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c
[src/mess/video]mac.c

r20511 Saturday 26th January, 2013 at 20:42:25 UTC by Wilbert Pol
(MESS) mephisto.c: Tagmap cleanups (nw)
[src/mess/drivers]mephisto.c

r20510 Saturday 26th January, 2013 at 20:28:42 UTC by Wilbert Pol
(MESS) kim1: Tagmap cleanups (nw)
[src/mess/drivers]kim1.c

r20509 Saturday 26th January, 2013 at 20:23:50 UTC by Ryan Holtz
[CDI] Modernized CD-i and removed tag lookups [MooglyGuy]
[src/mame/drivers]cdi.c
[src/mame/includes]cdi.h
[src/mame/machine]cdi070.c cdi070.h cdicdic.c cdicdic.h cdislave.c cdislave.h
[src/mame/video]mcd212.c

r20508 Saturday 26th January, 2013 at 20:21:11 UTC by Wilbert Pol
(MESS) elekscmp.c: Tagmap cleanups (nw)
[src/mess/drivers]elekscmp.c

r20507 Saturday 26th January, 2013 at 20:15:40 UTC by Wilbert Pol
(MESS) einstein.c: Tagmap cleanups (nw)
[src/mess/drivers]einstein.c
[src/mess/includes]einstein.h

r20506 Saturday 26th January, 2013 at 19:57:44 UTC by David Haywood
bfm_sc4 - cleanup some tagmap use

(note, previous change to screenless refreshrate for the synths still causes issues here)
[src/mame/drivers]bfm_sc4h.c
[src/mame/includes]bfm_sc45.h

r20505 Saturday 26th January, 2013 at 19:44:22 UTC by R. Belmont
(MESS) esq5505: Use esqpanel base class for massive cleanup. [R. Belmont]
(MESS) kt76: Convert to modern 68681 and add MIDI I/O. [R. Belmont]
[src/mess/drivers]esq5505.c esqkt.c

r20504 Saturday 26th January, 2013 at 19:43:13 UTC by Phil Bennett
missile.c - Tag lookup reduction -nw-
[src/mame/drivers]missile.c

r20503 Saturday 26th January, 2013 at 19:27:16 UTC by Wilbert Pol
(MESS) cfx9850.c: Tagmap cleanup (nw)
[src/mess/drivers]cfx9850.c

r20502 Saturday 26th January, 2013 at 19:19:31 UTC by Wilbert Pol
(MESS) bob85.c: Tagmap cleanup (nw)
[src/mess/drivers]bob85.c

r20501 Saturday 26th January, 2013 at 19:12:31 UTC by Wilbert Pol
(MESS) jr100.c: Tagmap cleanups (nw)
[src/mess/drivers]jr100.c

r20500 Saturday 26th January, 2013 at 18:56:08 UTC by Wilbert Pol
(MESS) mini2440.c: tagmap cleanups (nw)
[src/mess/drivers]mini2440.c

r20499 Saturday 26th January, 2013 at 18:54:09 UTC by Oliver Stöneberg
added "copy" support to chdtest.py / added some v4 to v5 copy tests
[src/regtests/chdman]chdtest.py
[src/regtests/chdman/input/copy_cd_cue_audio_silence_wav_20_tracks_v4]in.chd*
[src/regtests/chdman/input/copy_cd_cue_audio_silence_wav_v4]in.chd*
[src/regtests/chdman/input/copy_cd_cue_empty_v4]in.chd*
[src/regtests/chdman/input/copy_cd_nrg_empty_v4]in.chd*
[src/regtests/chdman/input/copy_cd_toc_empty_v4]in.chd*
[src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_20_tracks_v4]out.chd*
[src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_v4]out.chd*
[src/regtests/chdman/output/copy_cd_cue_empty_v4]out.chd*
[src/regtests/chdman/output/copy_cd_nrg_empty_v4]out.chd*
[src/regtests/chdman/output/copy_cd_toc_empty_v4]out.chd*

r20498 Saturday 26th January, 2013 at 18:53:13 UTC by Curt Coder
(MESS) c64/c128: Implemented parallel joystick pot X/Y read. [Curt Coder]
(MESS) vcsctrl: Removed runtime tag lookups. (nw)
[src/mess/drivers]c128.c c64.c
[src/mess/machine]c64_multiscreen.c vcs_joy.c vcs_joy.h vcs_joybooster.c vcs_joybooster.h vcs_keypad.c vcs_keypad.h vcs_lightpen.c vcs_lightpen.h vcs_paddles.c vcs_paddles.h vcs_wheel.c vcs_wheel.h vcsctrl.c vcsctrl.h

r20497 Saturday 26th January, 2013 at 18:27:08 UTC by Curt Coder
(MESS) c128: Cleaned up input handling. Controllers are now connected using the slot interface, and by default a joystick in port 2 is present. [Curt Coder]
[src/mess/drivers]c128.c c64.c
[src/mess/includes]c128.h

r20496 Saturday 26th January, 2013 at 16:31:19 UTC by Angelo Salese
SCU logging fix
[src/mame/drivers]saturn.c

r20495 Saturday 26th January, 2013 at 16:26:25 UTC by Carl
[mess] force controller reset with sio reset (nw)
[src/emu/cpu/psx]sio.c

r20494 Saturday 26th January, 2013 at 16:02:20 UTC by Robbbert
(MESS) IP22 tag cleanup (nw)
[src/mess/drivers]ip22.c

r20493 Saturday 26th January, 2013 at 15:44:48 UTC by Wilbert Pol
(MESS) zx.c: tagmap cleanups
[src/mess/includes]zx.h
[src/mess/machine]zx.c
[src/mess/video]zx.c

r20492 Saturday 26th January, 2013 at 15:21:29 UTC by Robbbert
(MESS) IP20 removed tags fwiw (nw)
[src/mess/drivers]ip20.c

r20491 Saturday 26th January, 2013 at 14:57:12 UTC by Robbbert
(MESS) Osi tag cleanup (nw)
[src/mess/drivers]osi.c
[src/mess/includes]osi.h
[src/mess/video]osi.c

r20490 Saturday 26th January, 2013 at 14:44:59 UTC by Fabio Priuli
(MESS) nes.c: tagmap cleanups. (nw)

and I know that setting up ports in machine_start is not the approved way, but in this way the changes do not interfere
with my other local changes. I will move them later in the proper place, but this should be enough to kill tagmap lookups.
[src/mess/includes]nes.h
[src/mess/machine]nes.c

r20489 Saturday 26th January, 2013 at 14:24:31 UTC by Wilbert Pol
(MESS) jr200.c: tagmap cleanups (nw)
[src/mess/drivers]jr200.c

r20488 Saturday 26th January, 2013 at 14:16:03 UTC by smf
removed runtime ioport tag lookups [smf]
[src/mess/drivers]clcd.c

r20487 Saturday 26th January, 2013 at 14:01:13 UTC by Wilbert Pol
(MESS) mbee.c: tagmap cleanups (nw)
[src/mess/includes]mbee.h
[src/mess/machine]mbee.c
[src/mess/video]mbee.c

r20486 Saturday 26th January, 2013 at 13:54:10 UTC by Robbbert
(MESS) Super80 cleanup of tags (nw)
[src/mess/drivers]super80.c
[src/mess/includes]super80.h
[src/mess/machine]super80.c
[src/mess/video]super80.c

r20485 Saturday 26th January, 2013 at 13:12:57 UTC by Wilbert Pol
(MESS) ondra.c: tagmap cleanups (nw)
[src/mess/includes]ondra.h
[src/mess/machine]ondra.c
[src/mess/video]ondra.c

r20484 Saturday 26th January, 2013 at 12:45:37 UTC by Wilbert Pol
(MESS) poly88.c: Cleanups (nw)
[src/mess/includes]poly88.h
[src/mess/machine]poly88.c

r20483 Saturday 26th January, 2013 at 12:27:52 UTC by Wilbert Pol
(MESS) pokemini.c: Cleanups (nw)
[src/mess/includes]pokemini.h
[src/mess/machine]pokemini.c

r20482 Saturday 26th January, 2013 at 11:47:03 UTC by Wilbert Pol
(MESS) supercon.c: Cleanups. It seems this driver regressed somewhere between 0.147 and now. (nw)
[src/mess/drivers]supercon.c

r20481 Saturday 26th January, 2013 at 11:00:21 UTC by Curt Coder
(MESS) c64: Cleaned up input handling. Controllers are now connected using the slot interface, and by default a joystick in port 2 is present. [Curt Coder]
[src/mess/drivers]c64.c
[src/mess/includes]c64.h

r20480 Saturday 26th January, 2013 at 10:27:26 UTC by Wilbert Pol
(MESS) sym1.c: cleanups (nw)
[src/mess/includes]sym1.h
[src/mess/machine]sym1.c

r20479 Saturday 26th January, 2013 at 06:11:32 UTC by Fabio Priuli
minor fix. no whatsnew.
[hash]ibm5150.xml

r20478 Saturday 26th January, 2013 at 04:40:26 UTC by Justin Kerk
(MESS) ibm5150.xml: Added IBM COBOL (nw)
[hash]ibm5150.xml

r20477 Friday 25th January, 2013 at 22:18:59 UTC by Wilbert Pol
(MESS) kb_msnat.c: Reduce tagmap lookups (nw)
[src/mess/machine]kb_msnat.c kb_msnat.h

r20476 Friday 25th January, 2013 at 22:07:14 UTC by Wilbert Pol
(MESS) gamecom.c: A few cleanups (nw)
[src/mess/drivers]gamecom.c
[src/mess/includes]gamecom.h
[src/mess/machine]gamecom.c

r20475 Friday 25th January, 2013 at 22:06:08 UTC by Jonathan Gevaryahu
(MESS) cat.c (Canon Cat): implemented video invert bit, added notes about what some of the registers are called in the original source code [Lord Nightmare]
[src/mess/drivers]cat.c

r20474 Friday 25th January, 2013 at 22:06:02 UTC by David Haywood
new NOT working
Super Pinball Action (prototype) [The Dumping Union] (insert extra credits if needed)

this is weird, it's a very early proto, it BARELY fits the existing hardware profile at all.  palette format is different, tile format is different, but stranger still there is an extra z80 rom (I see no extra z80 on the pcb) and a ROM containing tiles at a horizontal orientation?!

furthermore spriteram colour is in a different place, and overall mixing must be different too, plus it only ever writes the background for one of the levels to the 2nd layer, so the first table shown in attract looks strange and has bad colours.

not a clue what to make of this at the moment.
[src/mame]mame.lst
[src/mame/drivers]spbactn.c
[src/mame/includes]spbactn.h
[src/mame/video]spbactn.c

r20473 Friday 25th January, 2013 at 21:16:16 UTC by Wilbert Pol
(MESS) oric.c: Some cleanups (nw)
[src/mess/includes]oric.h
[src/mess/machine]oric.c
[src/mess/video]oric.c

r20472 Friday 25th January, 2013 at 20:30:59 UTC by hap
cleanup: double-line functions, some comments
[src/mame/drivers]namcos22.c
[src/mame/video]namcos22.c

r20471 Friday 25th January, 2013 at 20:12:20 UTC by hap
cleanup: class m_m to m_
[src/mame/drivers]namcos22.c
[src/mame/includes]namcos22.h
[src/mame/video]namcos22.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team