Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r187907 Sunday 24th July, 2022 at 22:53:16 UTC by hap |
---|
hh_tms1k: merlina is a bad dump afterall |
[src/devices/machine] | sensorboard.cpp |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_tms1k.cpp |
r187906 Sunday 24th July, 2022 at 15:37:24 UTC by AJR |
---|
h8: MULXS & MULXU are slower without a MAC |
[src/devices/cpu/h8] | h8.cpp h8.h h8.lst h8s2600.cpp |
r187905 Sunday 24th July, 2022 at 15:19:30 UTC by steven.coomber |
---|
c64_cass.xml: Added 10 working items (#10120) New working software list additions --------------------------------------- Trantor: The Last Storm Trooper (Go!) [C64 Ultimate Tape Archive V2.0] Trap (Alligata) [C64 Ultimate Tape Archive V2.0] TRAZ: Transformable Arcade Zone (Cascade Games) [C64 Ultimate Tape Archive V2.0] Trio (Elite Systems) [C64 Ultimate Tape Archive V2.0] Turbo Out Run (U.S. Gold) [C64 Ultimate Tape Archive V2.0] Turrican (Rainbow Arts) [C64 Ultimate Tape Archive V2.0] Turrican II: The Final Fight (Rainbow Arts) [C64 Ultimate Tape Archive V2.0] Typhoon (Imagine) [C64 Ultimate Tape Archive V2.0] Uchi Mata (Martech) [C64 Ultimate Tape Archive V2.0] The Untouchables (Ocean) [C64 Ultimate Tape Archive V2.0] |
[hash] | c64_cass.xml |
r187904 Sunday 24th July, 2022 at 15:18:50 UTC by Ryan Holtz |
---|
-cmi2x: Hooked up working MIDI on port 1. [Ryan Holtz] (#10122) - Switched to shorter type names. - Tightened up spacing in function declarations and definitions. - Removed some now-unnecessary trampoline functions. - Hooked up Rx and Tx clocks for MIDI port 1; MIDI in/out now works. |
[src/mame/fairlight] | cmi.cpp |
r187903 Sunday 24th July, 2022 at 12:25:26 UTC by AJR |
---|
Don't load any NVRAM other than the default for devices whose configurations inhibit NVRAM saving |
[src/emu] | machine.cpp |
r187902 Sunday 24th July, 2022 at 09:38:16 UTC by Vasantha Crabb |
---|
Clean up whitespace with srcclean |
[/branches] | release0246* |
r187901 Sunday 24th July, 2022 at 09:38:16 UTC by Vasantha Crabb |
---|
Clean up whitespace with srcclean |
[hash] | apple2gs_flop_orig.xml ekara_japan.xml ekara_japan_d.xml ekara_japan_g.xml ekara_japan_m.xml ekara_japan_s.xml vgmplay.xml |
[src/devices/bus/vcs] | rom.cpp scharger.cpp |
[src/devices/machine] | k056230.cpp |
[src/emu] | rendlay.cpp |
[src/lib/formats] | fs_cbmdos.cpp fs_cbmdos.h fs_coco_os9.cpp fs_coco_rsdos.cpp fs_oric_jasmin.cpp fs_prodos.cpp fs_vtech.cpp |
[src/mame/atari] | nl_stuntcyc.cpp |
[src/mame/barcrest] | mpu4.cpp mpu4_characteriser_pal.h mpu4mod4oki.cpp mpu4mod4yam.cpp |
[src/mame/fairlight] | cmi_mkbd.cpp |
[src/mame/jpm] | jpmsru.cpp |
[src/mame/konami] | zr107.cpp |
r187900 Sunday 24th July, 2022 at 09:19:37 UTC by Vasantha Crabb |
---|
More minor cleanup. |
[src/devices/bus/vcs] | rom.cpp scharger.cpp vcs_slot.h |
[src/mame/atari] | a2600.cpp a2600.h |
[src/mame/snk] | mainsnk.cpp munchmo.cpp |
r187899 Sunday 24th July, 2022 at 05:56:45 UTC by Osso |
---|
apple2_flop_clcracked.xml: fixed typo |
[hash] | apple2_flop_clcracked.xml |
r187898 Sunday 24th July, 2022 at 04:51:33 UTC by Vasantha Crabb |
---|
Minor cleanup and fixes. apple2_flop_clcracked.xml: Turned some comments that are apparently supposed to be usage notes into info elements. konami/mogura.cpp: Made PROM-to-palette mapping more obvious using bitswap. |
[hash] | apple2_flop_clcracked.xml apple2_flop_misc.xml |
[src/mame/konami] | mogura.cpp |
[src/mame/sega] | segae.cpp |
r187897 Sunday 24th July, 2022 at 03:17:17 UTC by Vasantha Crabb |
---|
docs: Updated documentation on compiling MAME. Updated instructions for building subsets of MAME using the SOURCES option. Added descriptions for several more "useful" settings. Bumped documentation version as the build system changes are not in 0.245. |
[docs/source] | conf.py |
[docs/source/initialsetup] | compilingmame.rst |
r187896 Saturday 23rd July, 2022 at 22:21:01 UTC by hap |
---|
taito_z: use generic output tag for cpua_ctrl_w |
[src/mame/hegenerglaser] | mm2.cpp |
[src/mame/taito] | taito_z.cpp taito_z.h taito_z_v.cpp |
r187895 Saturday 23rd July, 2022 at 20:43:41 UTC by Scott Stone |
---|
segae.cpp: Fixed labels for megrescu based on PCB photo. [Brian Troha] |
[src/mame/sega] | segae.cpp |
r187894 Saturday 23rd July, 2022 at 18:47:19 UTC by hap |
---|
mmdisplay1: update lcd on any strobe edge |
[src/mame/handheld] | hh_tms1k.cpp |
[src/mame/hegenerglaser] | mm2.cpp mmdisplay1.cpp |
r187893 Saturday 23rd July, 2022 at 18:11:52 UTC by tim.lindner |
---|
mc6847: revise font (#10115) |
[src/devices/video] | mc6847.cpp mc6847.h |
[src/mame/trs] | gime.cpp gime.h |
r187892 Saturday 23rd July, 2022 at 15:46:36 UTC by wilbertpol |
---|
atari/a2600.cpp: Remove device lookups. (#10094) * atari/a2600.cpp: Remove device lookups. * a2600.xml: Fix description for challenge and add usage note. * a2600.cpp: Simplified vcs_cart_slot_device. Let cartridges install themselves. * bus/vcs/rom.cpp: Reorganized code so each class's code is together. * bus/vcs/vcs_slot.cpp: Moved pcb enum from .h to .cpp file |
[hash] | a2600.xml |
[src/devices/bus/vcs] | compumat.cpp compumat.h dpc.cpp dpc.h harmony_melody.cpp harmony_melody.h rom.cpp rom.h scharger.cpp scharger.h vcs_slot.cpp vcs_slot.h |
[src/mame/atari] | a2600.cpp a2600.h tvboy.cpp |
r187891 Saturday 23rd July, 2022 at 15:43:28 UTC by andrew.green |
---|
vectrex: Pass the new value with the timer param, so it ends up in the y integrator. (#10074) * Param now holds a value and a destination, so that we write the value that existed at send time, rather than whatever's in PORTA when receipt occurs. Fixes 45° vectors in Thrust and Moon Lander (and presumably others). |
[src/mame/miltonbradley] | vectrex_m.cpp vectrex_v.cpp |
r187890 Saturday 23rd July, 2022 at 14:35:02 UTC by 0kmg |
---|
a2600.xml: Set default controllers for games that don't use joysticks. (#10057) |
[hash] | a2600.xml |
r187889 Saturday 23rd July, 2022 at 14:33:34 UTC by 0kmg |
---|
a2600.cpp: Default to having a right joystick connected. (#10040) |
[src/mame/atari] | a2600.cpp |
r187888 Saturday 23rd July, 2022 at 14:32:06 UTC by arcadeshadow |
---|
ibm5150.xml: 10 new software additions (#10059) New working software list additions ----------------------------------- Advanced Dungeons & Dragons - DragonStrike (v1.0) [ibmpc5150, archive.org] Advanced Dungeons & Dragons - DragonStrike (v1.1) [ibmpc5150, archive.org] Advanced Dungeons & Dragons - DragonStrike (v1.2) [ibmpc5150, archive.org] Home Alone 2: Lost in New York [ibmpc5150, archive.org] Pac-Man (Thunder Mountain release) [ibmpc5150, archive.org] Secret Agent (shareware, $5 Computer Store - Wiz Technology release) [SmartCoda, archive.org] Temple of Death [ibmpc5150, archive.org] New NOT_WORKING software list additions ----------------------------------- King's Quest (DOS release) [Gypsy Dave, archive.org] Redump ----------------------------------- Home Alone - A Family Game Without the Family [ibmpc5150, archive.org] Over the Net! [ibmpc5150, archive.org] |
[hash] | ibm5150.xml |
r187887 Saturday 23rd July, 2022 at 14:27:39 UTC by steven.coomber |
---|
c64_cass.xml: Added 10 items (9 working, 1 not working) (#10108) New working software list additions --------------------------------------- Time Tunnel (U.S. Gold) [C64 Ultimate Tape Archive V2.0] Tintin on the Moon (Infogrames) [C64 Ultimate Tape Archive V2.0] Token of Ghall (Interceptor Software) [C64 Ultimate Tape Archive V2.0] Tom & Jerry (Magic Bytes) [C64 Ultimate Tape Archive V2.0] Tom (Kingsoft) [C64 Ultimate Tape Archive V2.0] Top Gun (Ocean) [C64 Ultimate Tape Archive V2.0] The Train: Escape to Normandy (Electronic Arts) [C64 Ultimate Tape Archive V2.0] The Transformers: Battle to Save the Earth (Activision) [C64 Ultimate Tape Archive V2.0] Transylvanian Tower (Richard Shepherd Software) [C64 Ultimate Tape Archive V2.0] New NOT_WORKING software list additions --------------------------------------- Trailblazer (Gremlin Graphics) [C64 Ultimate Tape Archive V2.0] |
[hash] | c64_cass.xml |
r187886 Saturday 23rd July, 2022 at 14:20:43 UTC by tim.lindner |
---|
Adjust cocomax 3 hi res adaptor coefecients to better match values from hardware (#10116) |
[src/mame/trs] | coco.cpp |
r187885 Saturday 23rd July, 2022 at 09:02:53 UTC by hap |
---|
mrmusical: add speaker switch |
[src/mame/handheld] | hh_hmcs40.cpp hh_melps4.cpp hh_pic16.cpp hh_sm510.cpp hh_tms1k.cpp hh_ucom4.cpp |
r187884 Saturday 23rd July, 2022 at 06:32:21 UTC by Osso |
---|
mogura.cpp: added hardware info [Guru] |
[src/mame/konami] | mogura.cpp |
r187883 Saturday 23rd July, 2022 at 03:53:00 UTC by firehawke |
---|
July 2022 update for Apple software lists. (#10117) * New working software list additions (apple2_flop_orig.xml) ---------------------------------------------------------- Lauren of the 25th Century [4am, Firehawke] New working software list additions (apple2_flop_clcracked.xml) --------------------------------------------------------------- Key Lingo (Revision 2) (cleanly cracked) [4am, Firehawke] Number Explorer (cleanly cracked) [4am, Firehawke] PFS File (Version B.01) (cleanly cracked) [4am, Firehawke] PFS File (Version C.00) (cleanly cracked) [4am, Firehawke] PFS Graph (Version 1983-01-12) (cleanly cracked) [4am, Firehawke] PFS Graph (Version 1984-01-31) (cleanly cracked) [4am, Firehawke] Spanish for Mastery (cleanly cracked) [4am, san inc, Firehawke] The Chambers of Vocab (Revision 2) (cleanly cracked) [4am, Firehawke] Take 1 (Version 06401) (cleanly cracked) [4am, Firehawke] Sur les traces du Deirdron (cleanly cracked) [4am, Firehawke] Pixit (Version 01331) (cleanly cracked) [4am, Firehawke] Portrait Robot (cleanly cracked) [4am, Firehawke] PFS Write (Version 1986-01-01) (cleanly cracked) [4am, Firehawke] Blazing Paddles (Revision 0) (cleanly cracked) [4am, Firehawke] PFS Graph (Version 1984-03-14) (cleanly cracked) [4am, Firehawke] PFS Write (Version 1984-09-27) (cleanly cracked) [4am, Firehawke] PFS Report (Version B:00 1981-01-03) (cleanly cracked) [4am, Firehawke] Rainy Day Games (Version 13501) (cleanly cracked) [4am, Firehawke] Ski Crazed (Version 28701) (cleanly cracked) [4am, Firehawke] Video Vegas (Version 12511) (cleanly cracked) [4am, Firehawke] Trickster Coyote (Version 1984) (cleanly cracked) [4am, Firehawke] Blazing Paddles (Version 04421) (cleanly cracked) [4am, Firehawke] PFS Report (Version 1982-01-14) (cleanly cracked) [4am, Firehawke] Prince (Version 15531) (cleanly cracked) [4am, Firehawke] PFS Write (Version 1984-11-01) (cleanly cracked) [4am, Firehawke] German Vocabulary for Shopping Use (cleanly cracked) [4am, Firehawke] Profession Détective: Qui a volé Lily (cleanly cracked) [4am, Firehawke] The Factory (Version 1984) (cleanly cracked) [4am, Firehawke] Prince (Version 15521) (cleanly cracked) [4am, Firehawke] Fractions en Folie (cleanly cracked) [4am, Firehawke] PFS Etat (Version 1984-11-26) (cleanly cracked) [4am, Firehawke] Magicalc (Version 2.0-1984) (cleanly cracked) [4am, Firehawke] Disk Optimizer II (Version 1.1) (cleanly cracked) [4am, Firehawke] CHASM Checking Account Systems Manager (cleanly cracked) [4am, Firehawke] Learning about Geography, Maps, and Globes (cleanly cracked) [4am, Firehawke] Science Volume 1: The Environment (cleanly cracked) [4am, Firehawke] Master Diagnostics II and II Plus (cleanly cracked) [4am, Firehawke] PFS Fichier (Version 1984-11-26) (cleanly cracked) [4am, Firehawke] PFS Report (Version 1985-09-10) (cleanly cracked) [4am, Firehawke] Pacific 231 (cleanly cracked) [4am, Firehawke] Sherwood Forest (cleanly cracked) [4am, Firehawke] Mathematics Courseware Problem Solving Level 5 (cleanly cracked) [4am, Firehawke] Star Warrior (Revision 2) (cleanly cracked) [4am, san inc, Firehawke] Counting Parade (Revision 0) (cleanly cracked) [4am, Firehawke] Living Chess Library: Paul Whitehead Teaches Chess (cleanly cracked) [4am, Firehawke] Living Chess Library: King's Indian Defense (cleanly cracked) [4am, Firehawke] Living Chess Library: 50 Classic Games (cleanly cracked) [4am, Firehawke] Cotton's First Files (cleanly cracked) [4am, Firehawke] New working software list additions (apple2gs_flop_orig.xml) ------------------------------------------------------------ Tomahawk [4am, Firehawke] * New working software list additions (apple2_flop_misc.xml) ---------------------------------------------------------- Lauren of the 25th Century [4am, Firehawke] |
[hash] | apple2_flop_clcracked.xml apple2_flop_misc.xml apple2_flop_orig.xml apple2gs_flop_orig.xml |
r187882 Friday 22nd July, 2022 at 22:47:12 UTC by hap |
---|
hh_tms1k: add note |
[src/mame/handheld] | hh_tms1k.cpp |
r187881 Friday 22nd July, 2022 at 22:02:00 UTC by hap |
---|
New working machines -------------------- Mr. Mus-I-Cal [hap, Sean Riddle] |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_tms1k.cpp |
[src/mame/layout] | mathmagi.lay mrmusical.lay* qkracer.lay qkracerm.lay qkspeller.lay wizatron.lay |
r187880 Friday 22nd July, 2022 at 16:14:06 UTC by Osso |
---|
- mainsnk.cpp, munchmo.cpp: consolidated driver in one file, minor cleanups - some drivers: minor spelling fixes (becuase -> because, Fujistu -> Fujitsu) - lwings.cpp: more label updates / comments for the avengers set [Brian Troha] |
[src/mame/capcom] | lwings.cpp |
[src/mame/galaxian] | galaxian.cpp |
[src/mame/maygay] | maygayep.cpp |
[src/mame/msx] | msx.cpp |
[src/mame/playmark] | sderby.cpp |
[src/mame/sega] | model2.cpp |
[src/mame/snk] | mainsnk.cpp |
[src/mame/tvgames] | spg2xx_playvision.cpp |
r187879 Friday 22nd July, 2022 at 12:11:36 UTC by AJR |
---|
m6809: Simplify disassembly of pushes and pulls of both A and B |
[src/devices/cpu/m6809] | 6x09dasm.cpp |
r187878 Friday 22nd July, 2022 at 10:42:43 UTC by patrick.mackinlay |
---|
am9516: another bug fix |
[src/devices/machine] | am9516.cpp |
r187877 Friday 22nd July, 2022 at 10:34:54 UTC by patrick.mackinlay |
---|
am9516: bug fixes |
[src/devices/machine] | am9516.cpp |
r187876 Friday 22nd July, 2022 at 03:02:28 UTC by patrick.mackinlay |
---|
mg1: hook up dma controllers |
[src/mame/mg1] | mg1.cpp |
r187875 Friday 22nd July, 2022 at 01:04:45 UTC by Scott Stone |
---|
vgmplay.xml: Fixed shortname |
[hash] | vgmplay.xml |
r187874 Friday 22nd July, 2022 at 00:31:29 UTC by Scott Stone |
---|
vgmplay.xml: Added 40 new entries, 5 updated entries [VMGRips.net, Tafoid] |
[hash] | vgmplay.xml |
r187873 Thursday 21st July, 2022 at 22:36:44 UTC by arcadeshadow |
---|
ibm5170.xml: 3 new software additions (#10114) New working software list additions ----------------------------------- Alone in the Dark 2 - Secret Doors (USA) [dosnostalgic, archive.org] Genesia (v1.41) [The Good Old Days] Genesia (v1.4) [MarkHnsn, archive.org] |
[hash] | ibm5170.xml |
r187872 Thursday 21st July, 2022 at 20:54:25 UTC by hap |
---|
avengers: add NO_DUMP placeholder for mcu |
[src/mame/capcom] | lwings.cpp |
r187871 Thursday 21st July, 2022 at 17:43:44 UTC by Robbbert |
---|
pang3b4,5: formatting and spelling |
[src/mame/capcom] | cps1.cpp |
r187870 Thursday 21st July, 2022 at 12:18:15 UTC by Nathan Woods |
---|
util/zippath.cpp: Removed a now-unnecessary cast to std::string. (#10112) |
[src/lib/util] | zippath.cpp |
r187869 Thursday 21st July, 2022 at 12:09:08 UTC by hap |
---|
fidelity/card: get rid of high freq timer (optimization) |
[src/mame/fidelity] | card.cpp |
r187868 Thursday 21st July, 2022 at 08:14:07 UTC by hap |
---|
desertdn: update company string |
[src/mame/thepit] | thepit.cpp |
r187867 Wednesday 20th July, 2022 at 23:04:36 UTC by Ryan Holtz |
---|
-6840ptm: Fixed counter duration and fixed output behavior in single-shot and dual-8-bit modes. [Ryan Holtz] (#10111) |
[src/devices/machine] | 6840ptm.cpp 6840ptm.h |
r187866 Wednesday 20th July, 2022 at 22:44:16 UTC by AJR |
---|
kiwame.cpp: Remove unneeded banking callback * metafox: Update notes |
[src/mame/seta] | kiwame.cpp seta.cpp |
r187865 Wednesday 20th July, 2022 at 21:25:54 UTC by clawgrip |
---|
gaelco3d.cpp: Dumped and added Football Power v1.1 (#10110) * gaelco3d.cpp: Dumped and added Football Power v1.1 * mame.lst: Add 'footbpow11' |
[src/mame] | mame.lst |
[src/mame/gaelco] | gaelco3d.cpp |
r187864 Wednesday 20th July, 2022 at 16:30:26 UTC by hap |
---|
fidelity/*: add speaker symbol to internal artwork |
[src/mame/layout] | fidel_brc.lay fidel_bv3.lay fidel_csc.lay fidel_eas.lay fidel_gin.lay fidel_msc_v1.lay fidel_msc_v2.lay fidel_pc.lay fidel_rsc.lay fidel_su9.lay fidel_vcc.lay fidel_vsc.lay |
r187863 Wednesday 20th July, 2022 at 14:43:21 UTC by Robbbert |
---|
tavernie: corrected the magazine name. |
[src/mame/skeleton] | tavernie.cpp |
r187862 Wednesday 20th July, 2022 at 13:45:41 UTC by patrick.mackinlay |
---|
am9516: remove hyperlink |
[src/devices/machine] | am9516.cpp |
r187861 Wednesday 20th July, 2022 at 13:43:02 UTC by hap |
---|
chess*: add chess symbols to internal artwork |
[src/mame/layout] | ave_arb.lay chessmst.lay chessmstdm.lay ck_master.lay conic_cchess.lay fidel_as12.lay fidel_chesster.lay fidel_csc.lay fidel_des.lay fidel_desdis.lay fidel_desdis_68kg.lay fidel_desdis_68kr.lay fidel_ex.lay fidel_ex_68k.lay fidel_exb.lay fidel_exd.lay fidel_exv.lay fidel_gambit.lay fidel_msc_v1.lay fidel_msc_v2.lay fidel_pc.lay fidel_playmatic.lay fidel_sc12.lay fidel_sc6.lay fidel_sc8.lay fidel_sc9.lay fidel_su9.lay fidel_vsc.lay mephisto_alm16.lay mephisto_alm32.lay mephisto_amsterdam.lay mephisto_berlin.lay mephisto_bup.lay mephisto_gen32.lay mephisto_glasgow.lay mephisto_milano.lay mephisto_mm2.lay mephisto_modena.lay mephisto_modular_tm.lay mephisto_mondial.lay mephisto_mondial2.lay mephisto_mondial68k.lay mephisto_montec.lay mephisto_montreux.lay mephisto_polgar.lay mephisto_risc.lay mephisto_smondial.lay mephisto_smondial2.lay novag_cforte.lay novag_constq.lay novag_mk1.lay novag_sforte.lay novag_supercon.lay novag_supremo.lay saitek_corona.lay saitek_cp2000.lay saitek_delta1.lay saitek_risc2500.lay saitek_stratos.lay saitek_tking.lay |
r187860 Wednesday 20th July, 2022 at 13:05:23 UTC by eientei95 |
---|
cinemat.cpp: Updated controls for spaceshp, and converted to C-style comments to line comments. (#10081) |
[src/mame/cinematronics] | cinemat.cpp |
r187859 Wednesday 20th July, 2022 at 12:47:39 UTC by patrick.mackinlay |
---|
am9516: new device |
[scripts/src] | machine.lua |
[src/devices/machine] | am9516.cpp* am9516.h* |
r187858 Wednesday 20th July, 2022 at 09:55:28 UTC by Scott Stone |
---|
c64_cass.xml - Fix duplicate copy/pasted label for ttgold1 |
[hash] | c64_cass.xml |
Previous 50 | 199869 Revisions | Next 50 |