Note Feed

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

Previous 50 199869 Revisions Next 50

r177051 Monday 29th March, 2021 at 20:30:08 UTC by Olivier Galibert
floppy: Fix an annoyingly subtle write bug
[/branches/time-experiments/src/devices/imagedev]floppy.cpp

r177050 Sunday 28th March, 2021 at 17:30:37 UTC by Vasantha Crabb
Fix building with clang 6

Annoyingly, clang 6 produces warnings for unused private static data
members, but does not recognise the [[maybe_unused]] attribute for them.
[/branches/time-experiments/scripts]genie.lua

r177049 Sunday 28th March, 2021 at 13:43:57 UTC by AJR
asma2k: Fix memory-related regression
[/branches/time-experiments]makefile
[/branches/time-experiments/hash]a2600_cass.xml amiga_flop.xml ibmpcjr_cart.xml pet_rom.xml sms.xml
[/branches/time-experiments/scripts]genie.lua toolchain.lua
[/branches/time-experiments/scripts/src]tools.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua
[/branches/time-experiments/scripts/xslt]list-bios.xslt
[/branches/time-experiments/src/devices/bus/coco]coco_fdc.cpp cococart.cpp
[/branches/time-experiments/src/devices/imagedev]floppy.cpp
[/branches/time-experiments/src/lib/formats]d64_dsk.cpp trs_cas.cpp
[/branches/time-experiments/src/lib/util]cdrom.cpp cdrom.h
[/branches/time-experiments/src/mame]arcade.flt mame.lst
[/branches/time-experiments/src/mame/audio]nl_kidniki.cpp
[/branches/time-experiments/src/mame/drivers]a2600.cpp bbusters.cpp chihiro.cpp coco3.cpp cps2.cpp dragon.cpp fmtowns.cpp hh_cops1.cpp mechatt.cpp megadriv_acbl.cpp megaplay.cpp namcos12.cpp nes_clone.cpp nmk16.cpp novag_diablo.cpp novag_sexpert.cpp pockchal.cpp rabbit.cpp toaplan2.cpp trs80.cpp
[/branches/time-experiments/src/mame/includes]bbusters.h* megadriv_acbl.h raiden2.h
[/branches/time-experiments/src/mame/machine]gaelco3d.cpp megacdcd.cpp pce_cd.cpp psxcd.cpp trs80.cpp
[/branches/time-experiments/src/mame/video]bbusters.cpp* raiden2.cpp snk_bbusters_spr.cpp snk_bbusters_spr.h
[/branches/time-experiments/src/tools/imgtool/formats]pc_dsk_legacy.cpp pc_dsk_legacy.h
[/branches/time-experiments/src/tools/imgtool/modules]pc_flop.cpp

r177048 Tuesday 30th March, 2021 at 21:04:32 UTC by MetalliC
new NOT_WORKING clone
---------------------
Sega Golf Club Network Pro Tour 2005 (Rev B) (GDX-0010B) [MajorPBX]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]chihiro.cpp

r177047 Tuesday 30th March, 2021 at 20:30:02 UTC by AJR
raiden2.cpp: Improve tilemap performance by not marking tiles dirty unless data changes
[/branches/time-experiments/src/mame/includes]raiden2.h
[/branches/time-experiments/src/mame/video]raiden2.cpp

r177046 Tuesday 30th March, 2021 at 14:56:32 UTC by Vasantha Crabb
Miscellaneous formatting adjustments
[/branches/time-experiments/src/lib/util]cdrom.cpp
[/branches/time-experiments/src/mame/drivers]bbusters.cpp mechatt.cpp
[/branches/time-experiments/src/mame/video]snk_bbusters_spr.cpp snk_bbusters_spr.h

r177045 Tuesday 30th March, 2021 at 14:49:28 UTC by 987123879113
util/cdrom.cpp: Return index 1/start of track data instead of index 0/start of pregap data in generated TOC. (#7878)

* Add a pre-calculated field for data from current logofs to end of track.
* Removed pregap adjustment from FM Towns code.
* Added pregap adjustment so track ends when audio data ends in PSX CD player.
* Fixed pce_cd load error.
[/branches/time-experiments/src/lib/util]cdrom.cpp cdrom.h
[/branches/time-experiments/src/mame/drivers]fmtowns.cpp
[/branches/time-experiments/src/mame/machine]megacdcd.cpp pce_cd.cpp psxcd.cpp

r177044 Tuesday 30th March, 2021 at 14:43:25 UTC by David Haywood
new NOT WORKING machines (#7898)

-------
Dancing Expert [Sean Riddle]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]nes_clone.cpp

r177043 Tuesday 30th March, 2021 at 13:13:02 UTC by David Haywood
Refactoring and bug fixes for bbusters and mechatt: (#7902)

* Moved sprite handling to a device.
* Adjusted audio balance on mechatt (channel 0 was overpowering everything).
* Adjusted priority handing on mechatt (planes now correctly rise from underground hanger on stage 3, train carts in later level).
* Split driver in two, general refactoring etc.
* Removed player 2 inputs from mechattu1 - it doesn't respond to them at all.
[/branches/time-experiments/scripts/target/mame]arcade.lua
[/branches/time-experiments/src/mame]arcade.flt mame.lst
[/branches/time-experiments/src/mame/drivers]bbusters.cpp mechatt.cpp*
[/branches/time-experiments/src/mame/includes]bbusters.h
[/branches/time-experiments/src/mame/video]bbusters.cpp snk_bbusters_spr.cpp* snk_bbusters_spr.h*

r177042 Tuesday 30th March, 2021 at 13:02:49 UTC by tim.lindner
bus/coco: Renamed Games Master cartdige slot option to gmc to match the Dragon drivers. (#7905)
[/branches/time-experiments/src/devices/bus/coco]cococart.cpp

r177041 Tuesday 30th March, 2021 at 12:24:14 UTC by Olivier Galibert
d64: update following sector extraction evolution
[/branches/time-experiments/src/lib/formats]d64_dsk.cpp

r177040 Tuesday 30th March, 2021 at 12:19:28 UTC by cam900
toaplan2.cpp: Fix bbakraid music timing, Add hardware notes (#7896)
[/branches/time-experiments/src/mame/drivers]toaplan2.cpp

r177039 Tuesday 30th March, 2021 at 11:58:16 UTC by hap
makefile: added param to override ar
[/branches/time-experiments]makefile
[/branches/time-experiments/scripts]genie.lua toolchain.lua
[/branches/time-experiments/src/mame/drivers]novag_diablo.cpp novag_sexpert.cpp

r177038 Tuesday 30th March, 2021 at 02:48:14 UTC by AJR
Restore legacy pc_dsk floppy support for imgtool only
[/branches/time-experiments/scripts/src]tools.lua
[/branches/time-experiments/src/tools/imgtool/formats]pc_dsk_legacy.cpp* pc_dsk_legacy.h*
[/branches/time-experiments/src/tools/imgtool/modules]pc_flop.cpp

r177037 Monday 29th March, 2021 at 20:26:21 UTC by Olivier Galibert
floppy: Fix an annoyingly subtle write bug
[/branches/time-experiments/src/devices/imagedev]floppy.cpp

r177036 Monday 29th March, 2021 at 16:33:48 UTC by tim.lindner
Add tristate value of 0xff to the first PIA in the CoCo 3 and Dragon computers (#7903)

coco3, dragon: Add tristate value of 0xff to the first PIA
[/branches/time-experiments/src/mame/drivers]coco3.cpp dragon.cpp

r177035 Monday 29th March, 2021 at 14:10:32 UTC by David Haywood
megaplay.cpp: Fix DIP switch settings for mp_mazin, and put settings in ascending order for other games. (#7899)
[/branches/time-experiments/src/mame/drivers]megaplay.cpp

r177034 Monday 29th March, 2021 at 13:50:59 UTC by tim.lindner
src/devices/bus/coco/coco_fdc.cpp: Call base device_start from derived class. (#7897)
[/branches/time-experiments/src/devices/bus/coco]coco_fdc.cpp

r177033 Monday 29th March, 2021 at 13:30:00 UTC by hap
machine/gaelco3d: noticed invalid (removed) -mt cmdline option in comment
[/branches/time-experiments/src/mame/machine]gaelco3d.cpp

r177032 Monday 29th March, 2021 at 13:26:38 UTC by hap
remove references to "mame64" from comments
[/branches/time-experiments/hash]a2600_cass.xml ibmpcjr_cart.xml pet_rom.xml sms.xml
[/branches/time-experiments/scripts/xslt]list-bios.xslt
[/branches/time-experiments/src/mame/audio]nl_kidniki.cpp
[/branches/time-experiments/src/mame/drivers]a2600.cpp rabbit.cpp
[/branches/time-experiments/src/mame/machine]gaelco3d.cpp

r177031 Monday 29th March, 2021 at 04:54:09 UTC by brian.troha
New working clones
------------------
Tekken 3 (World, TET2/VER.D) [Brian Troha]

removes the non working lbgrandeja as those program ROMs were actually the TET2/VER.D program ROMs
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]namcos12.cpp

r177030 Sunday 28th March, 2021 at 22:24:57 UTC by brian.troha
nmk16.cpp: Add a note about Hot Bubble sets known to used larger EPROMs.
[/branches/time-experiments/src/mame/drivers]nmk16.cpp

r177029 Sunday 28th March, 2021 at 17:19:43 UTC by Robbbert
trs80m3: Added support for high-speed CAS files.
[/branches/time-experiments/src/lib/formats]trs_cas.cpp

r177028 Sunday 28th March, 2021 at 13:43:55 UTC by hap
cps2: mark pzloop2jd phoenix as bootleg
[/branches/time-experiments/src/mame/drivers]cps2.cpp hh_cops1.cpp rabbit.cpp

r177027 Sunday 28th March, 2021 at 13:41:55 UTC by AJR
asma2k: Fix memory-related regression
[/branches/time-experiments/src/mame/drivers]alphasma.cpp

r177026 Sunday 28th March, 2021 at 13:21:27 UTC by Osso
- nmk16.cpp: redumped hotbubl [f205v]

- pockchal.cpp: used anonymous namespace
[/branches/time-experiments/src/mame/drivers]nmk16.cpp pockchal.cpp

r177025 Sunday 28th March, 2021 at 12:45:51 UTC by Osso
New working machines
--------------------
Bare Knuckle (Chinese bootleg of Megadrive version) [ShouTime]

New machines marked as NOT_WORKING
----------------------------------
Bare Knuckle II (Chinese bootleg of Megadrive version) [ShouTime]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]megadriv_acbl.cpp
[/branches/time-experiments/src/mame/includes]megadriv_acbl.h

r177024 Sunday 28th March, 2021 at 10:08:40 UTC by Robbbert
trs80: fixed loading of CAS files
[/branches/time-experiments/src/lib/formats]trs_cas.cpp
[/branches/time-experiments/src/mame/drivers]trs80.cpp
[/branches/time-experiments/src/mame/machine]trs80.cpp

r177023 Sunday 28th March, 2021 at 08:55:04 UTC by Curt Coder
Update amiga_flop.xml

New working software list additions
-----------------------------------
amiga_flop: RAY Pokeri 100 mk (Fin), RAY Pokeri 200 mk (Fin) [anonymous]
[/branches/time-experiments/hash]amiga_flop.xml

r177022 Sunday 28th March, 2021 at 03:34:50 UTC by Vasantha Crabb
srcclean in preparation for release
[/branches/time-experiments/hash]leapfrog_zippity_cart.xml
[/branches/time-experiments/scripts/src]formats.lua
[/branches/time-experiments/src/devices/cpu/i86]i186.cpp
[/branches/time-experiments/src/devices/cpu/mk1]mk1.cpp
[/branches/time-experiments/src/devices/machine]mv_sonora.cpp mv_sonora.h swim3.cpp
[/branches/time-experiments/src/devices/sound]awacs.cpp setapcm.cpp ym2151.cpp ym2203.cpp ym2608.cpp ym2610.cpp ym2612.cpp ymfm.cpp ymfm.h
[/branches/time-experiments/src/devices/video]i82730.cpp
[/branches/time-experiments/src/emu]emumem.cpp
[/branches/time-experiments/src/frontend/mame/ui]filecreate.cpp
[/branches/time-experiments/src/lib/formats]fsmgr.h ti99_dsk.cpp
[/branches/time-experiments/src/mame/drivers]alg.cpp apple2e.cpp dynax.cpp elan_ep3a19a.cpp eolith.cpp firebeat.cpp lastfght.cpp macpdm.cpp namcos21.cpp rc759.cpp spg2xx.cpp taito.cpp
[/branches/time-experiments/src/mame/includes]jpmimpct.h mac.h
[/branches/time-experiments/src/mame/layout]j6bigtopa.lay j6hapyhrb.lay
[/branches/time-experiments/src/mame/machine]elan_ep3a19asys.cpp macadb.cpp rc759_kbd.cpp
[/branches/time-experiments/src/mame/video]hng64_sprite.hxx momoko.cpp zaxxon.cpp
[/branches/time-experiments/src/tools]floptool.cpp

r177021 Sunday 28th March, 2021 at 01:57:46 UTC by R. Belmont
mac.cpp: more dead code removal [R. Belmont]
[/branches/time-experiments/src/mame/includes]mac.h
[/branches/time-experiments/src/mame/machine]mac.cpp
[/branches/time-experiments/src/mame/video]mac.cpp

r177020 Sunday 28th March, 2021 at 00:53:33 UTC by R. Belmont
mac.cpp: cleanup some leftover PowerMac bits [R. Belmont]
[/branches/time-experiments/src/mame/drivers]mac.cpp
[/branches/time-experiments/src/mame/includes]mac.h

r177019 Saturday 27th March, 2021 at 14:54:02 UTC by David Haywood
ssv.cpp: Fixed gdfs (Mobile Suit Gundam Final Shooting) sound ROM loading. (#7895)
[/branches/time-experiments/src/mame/drivers]ssv.cpp

r177018 Saturday 27th March, 2021 at 14:45:41 UTC by arcadeshadow
spectrum_cass.xml: Populated year and publisher for many entries. (#7876)
[/branches/time-experiments/hash]spectrum_cass.xml

r177017 Saturday 27th March, 2021 at 14:43:12 UTC by r09
fmtowns_flop.xml: split into three lists (original/cracked/misc), 7 new dumps, 1 replacement (#7864)

New working software list additions (fmtowns_flop_orig.xml)
-----------------------------------------------------------
AIV - A Ressha de Ikou 4 - Map Construction + Power-Up Kit [wiggy2k]
CD+Graphics Player V1.1L10 [cyo.the.vile]
Legends of Valour - Gouyuu no Densetsu - Demonstration [wiggy2k]
Nihongo MS-DOS V6.2 L10 (Kihon Kinou) [cyo.the.vile]
Ponyon [cyo.the.vile]

New not working software list additions (fmtowns_flop_orig.xml)
---------------------------------------------------------------
Mah-Saiko-Jong [wiggy2k]
Nihongo MS-DOS V5.0 L10 (Kihon Kinou) [cyo.the.vile]

Replaced software list items (fmtowns_flop_orig.xml)
----------------------------------------------------
Brandish [cyo.the.vile]
[/branches/time-experiments/hash]fmtowns_flop.xml fmtowns_flop_cracked.xml* fmtowns_flop_misc.xml* fmtowns_flop_orig.xml*
[/branches/time-experiments/src/mame/drivers]fmtowns.cpp

r177016 Saturday 27th March, 2021 at 11:52:03 UTC by hap
68hc11: amount of work not worthy of me being copyright holder
[/branches/time-experiments/src/devices/cpu/mc68hc11]hc11ops.h hc11ops.hxx mc68hc11.cpp mc68hc11.h

r177015 Saturday 27th March, 2021 at 11:40:26 UTC by hap
msoccer: make the goalie led darker
[/branches/time-experiments/src/mame/drivers]hh_cops1.cpp
[/branches/time-experiments/src/mame/layout]msoccer.lay

r177014 Saturday 27th March, 2021 at 06:38:49 UTC by brian.troha
New working clones
------------------
Rabbit (Asia 1-28?) [twistedsymphony, The Dumping Union]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]rabbit.cpp

r177013 Saturday 27th March, 2021 at 03:57:46 UTC by AJR
mc68hc11: Memory modernization and updates
- Eliminate data and I/O spaces, using memory views to remap internal RAM and I/O registers within the program space
- Add MC68HC811E2 type
- Lay some groundwork for future internal EEPROM support
- Add RTI and counter overflow flag
- Register debugger state for a few more internal registers
[/branches/time-experiments/src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h
[/branches/time-experiments/src/mame/drivers]vanguardmk1.cpp

r177012 Saturday 27th March, 2021 at 00:06:41 UTC by AJR
vlc34010.cpp: A few more hookups
[/branches/time-experiments/src/mame/drivers]vlc34010.cpp

r177011 Friday 26th March, 2021 at 22:10:33 UTC by Olivier Galibert
macpdm: Add scsi write
[/branches/time-experiments/src/mame/drivers]macpdm.cpp

r177010 Friday 26th March, 2021 at 21:58:00 UTC by Olivier Galibert
ppc: better lswx/stsxw fix
[/branches/time-experiments/src/devices/cpu/powerpc]ppcdrc.cpp

r177009 Friday 26th March, 2021 at 21:26:55 UTC by Olivier Galibert
ppc: Fix uml for stswx, lswx
[/branches/time-experiments/src/devices/cpu/powerpc]ppcdrc.cpp

r177008 Friday 26th March, 2021 at 19:54:43 UTC by firehawke
Correct bad hash for MECC-A785 (#7894)
[/branches/time-experiments/hash]apple2_flop_clcracked.xml

r177007 Friday 26th March, 2021 at 18:56:59 UTC by clawgrip
New working clones (#7893)

* New working clones

------------------
Surf Planet (Version 3.0) [jordigahan]

* Add 'surfplnt30'
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]gaelco3d.cpp

r177006 Friday 26th March, 2021 at 15:58:35 UTC by hap
hh_cop400: correct bship82 speaker output
[/branches/time-experiments/src/mame/drivers]hh_cop400.cpp hh_cops1.cpp hh_pps41.cpp hh_tms1k.cpp hh_ucom4.cpp

r177005 Friday 26th March, 2021 at 15:50:13 UTC by Olivier Galibert
ppc: fix mmu/exceptions debug messages
[/branches/time-experiments/src/devices/cpu/powerpc]ppcdrc.cpp

r177004 Friday 26th March, 2021 at 15:48:45 UTC by Olivier Galibert
awacs: Add init/save for a couple of missed variables
[/branches/time-experiments/src/devices/sound]awacs.cpp

r177003 Friday 26th March, 2021 at 15:11:13 UTC by Osso
New working clones
------------------
Meijinsen (set 2) [AeroCityMajor, The Dumping Union]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]meijinsn.cpp

r177002 Friday 26th March, 2021 at 09:06:01 UTC by Robbbert
trs80: fixed typo in new comment
[/branches/time-experiments/src/mame/drivers]trs80.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team