Note Feed

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

Previous 50 199869 Revisions Next 50

r192907 Tuesday 21st March, 2023 at 15:44:59 UTC by AJR
m50734: Preliminary emulation of Timer X
[src/devices/cpu/m6502]m50734.cpp m50734.h

r192906 Tuesday 21st March, 2023 at 15:36:02 UTC by cam900
cinematronics/leland_*.cpp: Modernize log function using logmacro. (#11010)
[src/mame/cinematronics]leland_a.cpp leland_m.cpp leland_v.cpp

r192905 Tuesday 21st March, 2023 at 06:20:50 UTC by Osso
machine/segacrpt_device.cpp: updated documentation [Brian Troha]
[src/devices/machine]segacrpt_device.cpp segacrpt_device.h
[src/mame/igs]goldstar.cpp
[src/mame/nichibutsu]jangou.cpp
[src/mame/sega]segag80r.cpp system1.cpp system1.h

r192904 Tuesday 21st March, 2023 at 05:54:48 UTC by Vasantha Crabb
Miscellaneous cleanup:

render/bgfx/chainmanager.cpp: Only treat source file or more sepecific
INI as higher priority than CFG file for setting screen chains.

sega/model2.cpp, taito/taitocchip.cpp: Got rid of bankdev.

Adjusted some doucmentation files.
[/trunk]README.md
[src/emu]render.cpp
[src/mame]arcade.flt mess.flt
[src/mame/jaleco]tetrisp2_v.cpp
[src/mame/sega]model2.cpp model2.h
[src/mame/taito]taitocchip.cpp taitocchip.h
[src/osd/modules/render/bgfx]chainmanager.cpp

r192903 Monday 20th March, 2023 at 23:20:02 UTC by Carl
upd765: turn back down excessive default verbosity level
[src/devices/machine]upd765.cpp

r192902 Monday 20th March, 2023 at 20:41:15 UTC by Vasantha Crabb
-render/d3d/d3dhlsl.cpp: Fixed alpha value when clearing target. [Ryan Holtz]

-jaleco/tetrisp2_v.cpp: Fixed stepstag text display. [Vas Crabb]
[src/mame/jaleco]tetrisp2_v.cpp
[src/mame/misc]homedata.cpp homedata_v.cpp
[src/osd/modules/render/d3d]d3dhlsl.cpp

r192901 Monday 20th March, 2023 at 19:49:33 UTC by Vasantha Crabb
machine/i82371sb.cpp: Object finders aren't resolved at config complete time, duh.
[src/devices/machine]i82371sb.cpp
[src/mame/jaleco]tetrisp2_v.cpp

r192900 Monday 20th March, 2023 at 19:32:25 UTC by Vasantha Crabb
jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emulation. [Windy Fairy]

Dumped hard disk for Stepping Stage 3. [Jordan/JBEAN]

New systems marked not working
---------------------------------
VJ Visual & Music Slap (Ver 1.1) [Shiz]
VJ Dash (Ver 1.0) [Shiz]
[src/devices/machine]fdc37c93x.cpp fdc37c93x.h i82371sb.cpp i82371sb.h idectrl.h
[src/mame]mame.lst
[src/mame/cvs]cvs_base.cpp cvs_base.h
[src/mame/jaleco]tetrisp2.cpp tetrisp2.h tetrisp2_v.cpp
[src/mame/layout]stepstag.lay
[src/mame/pc]pcipc.cpp

r192899 Monday 20th March, 2023 at 19:09:25 UTC by AJR
mc68hc11: Fix STOP recovery again
[src/devices/cpu/mc68hc11]mc68hc11.cpp

r192898 Monday 20th March, 2023 at 17:02:49 UTC by Osso
mame/cvs: created a base class from which cvs.cpp, galaxia.cpp and quasar.cpp derive
[src/mame/cvs]cvs.cpp cvs.h cvs_base.cpp* cvs_base.h* cvs_v.cpp galaxia.cpp galaxia.h galaxia_v.cpp quasar.cpp quasar.h quasar_v.cpp

r192897 Monday 20th March, 2023 at 10:05:16 UTC by Olivier Galibert
emumem_mview: Add the forgotten key, allows to distinguish ram zones at the same address in different views, including recursively.
[src/emu]emumem_mview.cpp

r192896 Monday 20th March, 2023 at 10:05:16 UTC by Vasantha Crabb
taito/tnzs.cpp: Use a single view for RAM/ROM bank.
[src/mame/taito]tnzs.cpp tnzs.h tnzs_m.cpp

r192895 Sunday 19th March, 2023 at 22:29:02 UTC by Justin Kerk
Update mess.flt
[src/mame]mess.flt

r192894 Sunday 19th March, 2023 at 21:49:32 UTC by AJR
pc8801mk2sr, pc88va: Enable outputs to joystick pins 6 & 7
[src/mame/nec]pc8801.cpp pc8801.h pc88va.cpp pc88va.h

r192893 Sunday 19th March, 2023 at 21:06:55 UTC by AJR
Encode certain tracks as single density in .d88 floppy format

* bml3mp1802, x1: Hook up DDEN control for FDC
[src/devices/bus/bml3]bml3mp1802.cpp
[src/lib/formats]d88_dsk.cpp
[src/mame/sharp]x1.cpp

r192892 Sunday 19th March, 2023 at 19:54:29 UTC by AJR
bml3mp1802: Clean up code a little; use input merger for NMI

* bml3mp1805: Don't force ready since 6809 code actually polls for it
[src/devices/bus/bml3]bml3mp1802.cpp bml3mp1802.h bml3mp1805.cpp

r192891 Sunday 19th March, 2023 at 18:57:31 UTC by Vasantha Crabb
taito/cchance.cpp, taito/tnzs.cpp: Cleaned out crud.

* Reduced duplication in address maps.
* Got rid of bankdev.
* Got rid of inaccessible RAM hiding under sprite chip (it used to use
 shares, but now allocates its own memory).
* Got rid of unnecessary I/O ports in cchance.
[src/mame/taito]cchance.cpp tnzs.cpp tnzs.h tnzs_m.cpp

r192890 Sunday 19th March, 2023 at 18:36:45 UTC by Osso
New working clones
------------------
Yakyuu Kakutou League-Man (Japan, set 2) [Corrado Tomaselli, The Dumping Union]

- irem/m72.cpp: Corrected ROM names for the Kengo sets [Corrado Tomaselli, The Dumping Union]

- irem/m92.cpp updates:
* Corrected ROM names and added IC locations to various sets [Corrado Tomaselli, Brian Troha, The Dumping Union]
* Added correct sound ROMs to Thunder Blaster (Japan) [Corrado Tomaselli, Brian Troha, The Dumping Union]
* Added correct sound ROMs to Yakyuu Kakutou League-Man (Japan) sets [Corrado Tomaselli, Brian Troha, The Dumping Union]
[src/mame]mame.lst
[src/mame/irem]m72.cpp m92.cpp m92.h

r192889 Sunday 19th March, 2023 at 17:40:47 UTC by zo..blade
c64_cass.xml: Fixed various tape dumps. (#9307)

* Replaced my dump of Angle Ball with the Ultimate Tape Archive V3.0's.
* Replaced my dump of Continental Circus with theirs.
* Replaced my dump of Feud with theirs.
* Replaced Boulder Dash IV.
* Removed my redundant copy of Kettle.
* Replaced my partial dump of RoboCod with UTA3's full one.
* Replaced my dump of Grandmaster Chess with the Ultimate Tape Archive's.
* Replaced Head Over Heels.
* Replaced Master Chess.
* Replaced Micro Rhythm.
* Added Micro Rhythm +.
* Reinstated the Ultimate Tape Archive's exact dumps.
* Added missing side to Feud.
* Deleted more duplicate alts.
* Use context-unique names for cassette sides.

New working software list items
------------------------
c64_cass: Micro Rhythm +
[hash]c64_cass.xml

r192888 Sunday 19th March, 2023 at 17:16:04 UTC by Vasantha Crabb
cleanup:

* Moved LW-700i skeleton driver to new Brother project.
* taito/tnzs.cpp: Made lightweight base class with only the parts shared
 with cchance.cpp
[src/mame]mame.lst
[src/mame/brother]ax145.cpp lw30.cpp lw700i.cpp* lw840.cpp
[src/mame/skeleton]blw700i.cpp
[src/mame/taito]cchance.cpp tnzs.h tnzs_m.cpp tnzs_v.cpp

r192887 Sunday 19th March, 2023 at 16:59:44 UTC by Ryan Holtz
Swapped R and B channels in lut-default.png, and adjusted D3D9 LUT-application behaviour. (#11004) [Ryan Holtz]

* lut-default.png: Swapped red and blue channels (fixes GitHub #11001).
* render/d3d/d3dlsl.cpp: Changed screen LUT application to be applied during the color convolution pass on raster systems.
[artwork]lut-default.png
[hlsl]color.fx primary.fx
[src/osd/modules/render/d3d]d3dhlsl.cpp

r192886 Sunday 19th March, 2023 at 16:54:11 UTC by bartmanabyss
brother/lw30.cpp: Added driver for Brother LW-30 word processor. (#10996)

New working systems
---------------------
Brother LW-30
[scripts/src]formats.lua
[src/lib/formats]lw30_dsk.cpp* lw30_dsk.h*
[src/mame]mame.lst
[src/mame/brother]lw30.cpp*

r192885 Sunday 19th March, 2023 at 16:04:52 UTC by bartmanabyss
brother/lw840.cpp: Added driver for Brother LW-840ic word processor. (#10997)

New working systems
----------------
Brother LW-840ic
[src/mame]mame.lst
[src/mame/brother]lw840.cpp*

r192884 Sunday 19th March, 2023 at 15:57:39 UTC by AJR
h8500dasm.cpp: Fix silly mistake in disassembly of illegal instructions
[src/devices/cpu/h8500]h8500dasm.cpp

r192883 Sunday 19th March, 2023 at 15:56:38 UTC by AJR
mcs96: Translate first 256 bytes of main memory space to register space

* dvmemory.cpp: Fix oversight in recent refactoring (uninitialized variable)
[src/devices/cpu/mcs96]mcs96.cpp mcs96.h
[src/emu/debug]dvmemory.cpp

r192882 Sunday 19th March, 2023 at 15:22:34 UTC by Ryan Holtz
More D3D HLSL regression fixes: (#11002) [Ryan Holtz]

* hlsl/post.fx: Fixed double-drawing of screen data with D3D9 HLSL and screen scale/offset.
* render/d3d/d3dhlsl.cpp: Fixed screen-container search function (fixes GitHub #10872).
* render/d3d/d3dhlsl.cpp: Fixed downsample pass, fixes blocky vector bloom.
[hlsl]post.fx
[src/osd/modules/render/d3d]d3dhlsl.cpp

r192881 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best
amstrad/nc: Rewrite driver

- Use memory views for banking
- Simplify IRQ handling
- Simplify power off handling
- Replace custom PCMCIA hookup with MAME standard
- Combine screen_update for all variants and update LCD colors
- Add support for the NC200 floppy drive
- Hook up RS232 ports
- Split drivers into regional variants with matching keyboard
- Support changing battery state
- Add support for save states

New working systems
-------------------
NC100 (Sweden) [CPCWiki]
[src/mame]mame.lst
[src/mame/amstrad]nc.cpp nc.h nc_m.cpp nc_v.cpp

r192880 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best
pccard_sram: Add support for the Mitsubishi Melcard SRAM card with 1 MB RAM as an example for a card without attribute memory.

Change input ports from DIP to configuration switches.
[src/devices/machine]pccard_sram.cpp pccard_sram.h
[src/mame/amiga]amiga.cpp

r192879 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best
pccard: Add support for 8-bit reads/writes
[src/devices/machine]pccard.cpp pccard.h

r192878 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best
pccard_sram: Add 1 MB variant
[src/devices/machine]pccard_sram.cpp pccard_sram.h
[src/mame/amiga]amiga.cpp

r192877 Sunday 19th March, 2023 at 14:55:16 UTC by Angelo Salese
nec/pcfx.cpp: pad latches are active high, make pcfxga main menu to be usable
[src/mame/nec]pcfx.cpp

r192876 Sunday 19th March, 2023 at 14:41:22 UTC by bartmanabyss
brother/ax145.cpp: Added skeleton driver for Brother AX-145 word processor. (#10994)

New systems marked not working
-----------------------
Brother AX-145
[src/mame]mame.lst
[src/mame/brother]ax145.cpp*

r192875 Sunday 19th March, 2023 at 14:41:22 UTC by GitHub
-

r192874 Sunday 19th March, 2023 at 12:02:02 UTC by Angelo Salese
hash/pcecd.xml: QA notes (#10956)

* pce_cd.cpp: convert to logmacro, fix regression on stop/repeat conditions, workaround MT#07972

* Delete unnecessary stub files from the other branch

* hash/pcecd.xml: QA notes

* nec/pce_cd.cpp: fix MT#07972 for good

* hash/pcecd.xml: update QA

* hash/pcecd.xml, nec/pce_cd.cpp: update QA

* nec/pce_cd.cpp: make pregap to have a minimum of 2 seconds, fixes redbook offset

* sound/cdda.cpp: add an actual write callback for audio playback end event

* nec/pce_cd.cpp: implement CDDA audio end event, fixes redbook repeat with emeraldd

* hash/pcecd.xml: update QA

* nec/pce_cd.cpp: do not send an irq when start/end redbook commands are issued, fixes macr2036 (MT #5995), jleagt94, iganin

* hash/pcecd.xml: QA heavy hitters

* hash/pcecd.xml: QA

* nec/pce_cd.cpp: unbreak snatcher, unbreak audio CD player

* nec/pce_cd.cpp: document crazyhos btanb

* nec/pce_cd.cpp: make BRAM to init to a standard scdsys format data

* hash/pcecd.xml: acknowledge games using Save-Kun peripheral

* nec/pce_cd.cpp: fix cdda get_channel_volume index overflow

* sound/cdda.cpp: fix longstanding regression with get_channel_volume, rename it to get_channel_sample

* nec/pce_cd.cpp: QA fader

* nec/pce_cd.cpp: cancel redbook when audio start + play mode = 0 is issued, fixes ppersia sound when picking up sword

* hash/pcecd.xml: finalize QA

* nec/pce_cd.cpp: misc cleanups

* hash/pcecd.xml: fix neklegbb description tag

* hash/pcecd.xml: faussete/traveler description fixes
[hash]pcecd.xml tg16.xml
[src/devices/bus/pce]pce_rom.cpp
[src/devices/bus/pce_ctrl]pcectrl.cpp
[src/devices/sound]cdda.cpp cdda.h
[src/mame/nec]pce_cd.cpp pce_cd.h pce_m.cpp

r192873 Sunday 19th March, 2023 at 11:34:06 UTC by AJR
ice_bozopail.cpp: Actually map the handlers
[src/mame/ice]ice_bozopail.cpp

r192872 Sunday 19th March, 2023 at 07:23:56 UTC by Osso
ice/ice_bozopail.cpp: fixed GCC compile on Windows
[src/mame/ice]ice_bozopail.cpp

r192871 Sunday 19th March, 2023 at 01:32:45 UTC by AJR
ice_bozo: Add coin inputs and sound
[src/mame/ice]ice_bozopail.cpp

r192870 Sunday 19th March, 2023 at 01:21:39 UTC by Angelo Salese
hash/pcecd.xml: faussete/traveler description fixes
[/branches/pcecd_qa/hash]pcecd.xml

r192869 Sunday 19th March, 2023 at 00:06:45 UTC by AJR
cdsys5.cpp: Add some preliminary mappings
[src/mame/skeleton]cdsys5.cpp

r192868 Sunday 19th March, 2023 at 00:06:12 UTC by AJR
mc68hc11: Fix WAI handling for now
[src/devices/cpu/mc68hc11]mc68hc11.cpp

r192867 Saturday 18th March, 2023 at 23:33:39 UTC by Vasantha Crabb
misc/homdata.cpp, konami/thunderx.cpp: Cleaned up a little.

Replaced bankdev with views, cleaned up ROM banking, split up classes
for fewer optional object finders.
[src/devices/bus/mackbd]keyboard.cpp pluskbd.cpp
[src/mame/konami]thunderx.cpp thunderx.h thunderx_v.cpp
[src/mame/misc]homedata.cpp homedata.h homedata_v.cpp

r192866 Saturday 18th March, 2023 at 23:10:11 UTC by AJR
mc68hc11: Use standard interrupt handling for RESET vector; add XIRQ input
[src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h

r192865 Saturday 18th March, 2023 at 23:09:25 UTC by AJR
alphasma.cpp: Fix regression from a8b6c64ed0888f638d87d596586d6562de31ae9d
[src/mame/skeleton]alphasma.cpp

r192864 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert
lisa: reduce the fdc rom region size
[src/mame/apple]lisa.cpp

r192863 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert
windows: blind fix for the debugger
[src/osd/modules/debugger/win]memoryviewinfo.cpp

r192862 Saturday 18th March, 2023 at 20:34:45 UTC by AJR
mc68hc11: Clean up interrupt code and generalize handling; enable all timer output compare and count overflow interrupts (only TOC1 was fully supported before)
[src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h

r192861 Saturday 18th March, 2023 at 20:27:43 UTC by Olivier Galibert
dimemory: Add the target address space to translate, wrap the constants
divtlb: Wrap the constants
[docs/source/techspecs]device_memory_interface.rst
[src/devices/cpu/alpha]alpha.cpp alpha.h
[src/devices/cpu/arm7]arm7.cpp arm7.h
[src/devices/cpu/clipper]clipper.cpp clipper.h
[src/devices/cpu/h6280]h6280.cpp h6280.h
[src/devices/cpu/i386]athlon.cpp i386.cpp i386.h i386op16.hxx i386op32.hxx i386priv.h i386segs.hxx
[src/devices/cpu/i86]i286.cpp i286.h
[src/devices/cpu/m6502]m4510.cpp m4510.h
[src/devices/cpu/m68000]m68020.cpp m68020.h m68kcpu.cpp m68kmusashi.h
[src/devices/cpu/mips]mips1.cpp mips1.h mips3.cpp mips3.h mips3com.cpp mips3drc.cpp mips3fe.cpp r4000.cpp r4000.h
[src/devices/cpu/mn1880]mn1880.cpp mn1880.h
[src/devices/cpu/nec]nec.cpp nec.h
[src/devices/cpu/ns32000]ns32000.cpp ns32000.h
[src/devices/cpu/powerpc]ppc.h ppccom.cpp ppcdrc.cpp ppcfe.cpp
[src/devices/cpu/romp]romp.cpp romp.h
[src/devices/cpu/z180]z180.cpp z180.h
[src/devices/cpu/z80]kc82.cpp kc82.h
[src/devices/machine]cammu.cpp cammu.h
[src/emu]dimemory.cpp dimemory.h divtlb.cpp divtlb.h
[src/emu/debug]debugbuf.cpp debugcmd.cpp dvmemory.cpp express.cpp
[src/frontend/mame]luaengine_mem.cpp
[src/mame/apple]macpdm.cpp
[src/mame/ibm]rtpc_iocc.h
[src/mame/konami]konamim2.cpp
[src/mame/microsoft]mct_adr.h
[src/mame/sega]chihiro.cpp
[src/mame/shared]xbox.cpp
[src/osd/modules/debugger]debuggdbstub.cpp
[src/osd/modules/debugger/qt]memorywindow.cpp

r192860 Saturday 18th March, 2023 at 18:43:15 UTC by AJR
mccpm.cpp: Replace bankdev with memory view
[src/mame/skeleton]mccpm.cpp

r192859 Saturday 18th March, 2023 at 18:23:35 UTC by AJR
cdc721: Replace bankdevs with memory views
[src/mame/skeleton]cdc721.cpp

r192858 Saturday 18th March, 2023 at 17:52:42 UTC by Angelo Salese
hash/pcecd.xml: fix neklegbb description tag
[/branches/pcecd_qa/hash]pcecd.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team