Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r194657 Wednesday 15th March, 2023 at 12:37:33 UTC by Curt Coder |
---|
mos6530n: Keep timer running forever past terminal count. [Curt Coder] MAME Testers bugs fixed ----------------------- - 06629: [Side-by-side] (atari/a7800.cpp): a7800 a7800p: Incorrect RIOT Behavior (Curt Coder) |
[/branches/pc_i440bx/src/devices/machine] | mos6530n.cpp |
r194656 Tuesday 14th March, 2023 at 19:50:01 UTC by Vasantha Crabb |
---|
tools/srcclean.cpp: Escape 'high' Unicode characters found in strings rather than nuking them. |
[/branches/pc_i440bx/src/tools] | srcclean.cpp |
r194655 Tuesday 14th March, 2023 at 17:33:09 UTC by Vasantha Crabb |
---|
ddr/kc.cpp, ddr/kc_m.cpp: Tidied up a little. |
[/branches/pc_i440bx/src/frontend/mame/ui] | ui.cpp |
[/branches/pc_i440bx/src/mame/amstrad] | pda600_copro.cpp |
[/branches/pc_i440bx/src/mame/ddr] | README.md kc.cpp kc.h kc_m.cpp |
r194654 Tuesday 14th March, 2023 at 17:10:24 UTC by utz82 |
---|
ddr/kc.cpp: Fixed sound emulation: (#10989) * Split KC 85/2 (HC 900), 85/3, and 85/4 state implementations. * Removed internal speaker from KC 85/2. * Ensure output to internal speaker on KC 85/3..4 is 1-bit. * Added missing Clock signal for CTC on KC 85/4. * Disconnected CTC channel 1 from internal speaker. * Implemented sound flip-flop reset via PIO B bit 0 on KC 85/4. * Implemented DAC sound (85/2..3: 31*2+1 levels, 85/4: 15*2+1 levels). * Disable speaker sound on KC 85/4 when DAC level is 0. |
[/branches/pc_i440bx/src/mame/ddr] | kc.cpp kc.h kc_m.cpp |
r194653 Tuesday 14th March, 2023 at 16:30:13 UTC by Sandro Ronco |
---|
amstrad/pda600.cpp: Added simulation of coprocessor, input and storage. (#10862) * Added HLE character recognition. * Added pen display input. * Added PCMCIA memory card support and initial software list. * Added internal layout. * cpu/z180: Fixed SLP instruction. New working software list items ------------------------------- pda600: Games (Crazy Money, Mosaic and Pagged) pda600: Games Demo (Game 44, Squares and FliView) |
[/branches/pc_i440bx/hash] | pda600.xml* |
[/branches/pc_i440bx/src/devices/cpu/z180] | z180ops.h |
[/branches/pc_i440bx/src/mame/amstrad] | pda600.cpp pda600_copro.cpp* pda600_copro.h* |
[/branches/pc_i440bx/src/mame/layout] | pda600.lay* |
[/branches/pc_i440bx/src/mame/misc] | luckybal.cpp |
r194652 Tuesday 14th March, 2023 at 13:22:40 UTC by clawgrip |
---|
konami/hyperspt.cpp: Add note about Tecfri set (#10991) * konami/hyperspt.cpp: Add note about Tecfri set |
[/branches/pc_i440bx/src/mame/konami] | hyperspt.cpp |
r194651 Monday 13th March, 2023 at 22:38:51 UTC by Vasantha Crabb |
---|
-tools/srcclean.cpp: Use the same rules for character literals and strings in C++. -bus/amiga/keyboard: Use UCS4 character literals. |
[/branches/pc_i440bx/src/devices/bus/amiga/keyboard] | a2000.cpp matrix.cpp |
[/branches/pc_i440bx/src/tools] | srcclean.cpp |
r194650 Monday 13th March, 2023 at 20:29:37 UTC by Samuele Zannoli |
---|
nforcepc: make required changes to let it boot from floppy disk The pci devices shared with the xbox have been updated to support dma on the lpc bus. The athlon processor has been updated to support writes in the as_opcodes space. |
[/branches/pc_i440bx/src/devices/cpu/i386] | athlon.cpp athlon.h |
[/branches/pc_i440bx/src/mame/pc] | nforcepc.cpp nforcepc.h |
[/branches/pc_i440bx/src/mame/shared] | xbox.cpp xbox.h xbox_nv2a.cpp xbox_nv2a.h xbox_pci.cpp xbox_pci.h |
r194649 Monday 13th March, 2023 at 19:35:01 UTC by wilbertpol |
---|
bus/msx: Moved Yamaha module and minicart slots into their own folders. (#10984) Also defined MSX cartridge slot options in one place. |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/msx/cart] | cartridge.cpp cartridge.h disk.cpp ram.cpp slotexpander.cpp slotoptions.cpp* slotoptions.h* |
[/branches/pc_i440bx/src/devices/bus/msx/minicart] | minicart.cpp* minicart.h* |
[/branches/pc_i440bx/src/devices/bus/msx/module] | module.cpp* module.h* sfg.cpp* sfg.h* |
[/branches/pc_i440bx/src/devices/bus/msx/slot] | cartridge.cpp cartridge.h |
[/branches/pc_i440bx/src/mame/msx] | msx.h |
r194648 Monday 13th March, 2023 at 18:13:10 UTC by Vasantha Crabb |
---|
apple/mac.cpp, apple/maciici.cpp, dataeast/exprraid.cpp: Minor cleanup. |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp |
[/branches/pc_i440bx/src/mame/apple] | mac.cpp maciici.cpp |
[/branches/pc_i440bx/src/mame/dataeast] | exprraid.cpp |
[/branches/pc_i440bx/src/mame/irem] | m72.cpp |
r194647 Monday 13th March, 2023 at 17:11:31 UTC by Osso |
---|
dataeast/exprraid.cpp: added note about undumped revision, consolidated driver in single file |
[/branches/pc_i440bx/src/mame/dataeast] | exprraid.cpp |
r194646 Monday 13th March, 2023 at 17:08:00 UTC by hap |
---|
adsp2100: fix regression with ABS opcode S flag [mjrgh] |
[/branches/pc_i440bx/src/devices/cpu/adsp2100] | 2100ops.hxx |
r194645 Monday 13th March, 2023 at 15:05:54 UTC by erik |
---|
cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe equivalents. (#10979) cpu/h8/h8_sci.cpp: Made clock mode a scoped enumeration and fixed a save state issue. |
[/branches/pc_i440bx/src/devices/cpu/h8] | h8_sci.cpp h8_sci.h h8_timer8.cpp h8s2245.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms32010] | 32010dsm.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms32025] | 32025dsm.cpp |
r194644 Monday 13th March, 2023 at 13:46:18 UTC by hap |
---|
dac.h: fix mistake on prev commit |
[/branches/pc_i440bx/src/devices/sound] | dac.h |
r194643 Monday 13th March, 2023 at 13:43:46 UTC by hap |
---|
dac.h: add generic 5bit dac |
[/branches/pc_i440bx/src/devices/sound] | dac.h |
r194642 Monday 13th March, 2023 at 13:13:28 UTC by hap |
---|
vgmplay: workaround for 7759 md pin write |
[/branches/pc_i440bx/src/mame/virtual] | vgmplay.cpp |
r194641 Monday 13th March, 2023 at 12:52:13 UTC by hap |
---|
upd7759: only detect mode change in idle state |
[/branches/pc_i440bx/src/devices/cpu/sm510] | sm510base.cpp |
[/branches/pc_i440bx/src/devices/machine] | nmc9306.cpp |
[/branches/pc_i440bx/src/devices/sound] | upd7759.cpp upd7759.h |
[/branches/pc_i440bx/src/mame/bfm] | bfcobra.cpp |
[/branches/pc_i440bx/src/mame/handheld] | hh_tms1k.cpp |
[/branches/pc_i440bx/src/mame/sega] | segas16b.cpp system16.cpp |
[/branches/pc_i440bx/src/mame/tryom] | chess.cpp |
r194640 Monday 13th March, 2023 at 01:47:10 UTC by Carl |
---|
ega: be less strict about valid display settings |
[/branches/pc_i440bx/src/devices/video] | crtc_ega.cpp |
r194639 Sunday 12th March, 2023 at 23:12:48 UTC by R. Belmont |
---|
maciici.cpp: fix GCC compile. [R. Belmont] |
[/branches/pc_i440bx/src/mame/apple] | maciici.cpp |
r194638 Sunday 12th March, 2023 at 23:00:58 UTC by R. Belmont |
---|
maciici.cpp: Moved the Macintosh IIci and IIsi to their own driver. [R. Belmont] mac.cpp: Condensed to single-file driver, began cleanup and simplification of the code. [R. Belmont] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/apple] | mac.cpp |
r194637 Sunday 12th March, 2023 at 20:41:40 UTC by AJR |
---|
m50734: Partially emulate stepper motor controller registers |
[/branches/pc_i440bx/src/devices/cpu/m6502] | m50734.cpp m50734.h |
r194636 Sunday 12th March, 2023 at 19:58:48 UTC by AJR |
---|
m740: Correct PC value following LDA ($zz, X) |
[/branches/pc_i440bx/src/devices/cpu/m6502] | om740.lst |
r194635 Sunday 12th March, 2023 at 19:30:46 UTC by Osso |
---|
irem/m72.cpp: corrected ROM names & added IC locations for many sets [Brian Troha] |
[/branches/pc_i440bx/src/mame/irem] | m72.cpp |
r194634 Sunday 12th March, 2023 at 18:51:22 UTC by Vasantha Crabb |
---|
plugins/data: Use local sqlite3 library variable. |
[/branches/pc_i440bx/plugins/data] | database.lua |
r194633 Sunday 12th March, 2023 at 18:46:26 UTC by Osso |
---|
New systems marked not working ------------------------------ Multi Game IV (AMGSK_VA3.85) [TeamEurope] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/misc] | amaticmg.cpp |
r194632 Sunday 12th March, 2023 at 16:54:11 UTC by invertego |
---|
emu/rgbgen.h: Made out-of-range shift deterministic. (#10987) Matches the SSE and VMX implementation. Fixes obvious rendering artefacts with the N64 RDP on AArch64 targets. |
[/branches/pc_i440bx/src/emu] | validity.cpp |
[/branches/pc_i440bx/src/emu/video] | rgbgen.h |
r194631 Sunday 12th March, 2023 at 16:51:06 UTC by David Haywood |
---|
snk/hng64.cpp: Implemented raster interrups and improved layer mixing. (#10971) * Implemented raster interrupt (used to enable fatfurwa floor layer). * Improved layer priorities - still needs a proper per-pixel mixer. * Improved colour mixer effects - still imperfect, but highlights areas needing attention. |
[/branches/pc_i440bx/src/mame/snk] | hng64.cpp hng64.h hng64_3d.ipp hng64_sprite.ipp hng64_v.cpp |
r194630 Sunday 12th March, 2023 at 16:47:09 UTC by holub |
---|
sinclair/tsconf.cpp: Improved interrupt priorities. (#10976) |
[/branches/pc_i440bx/src/mame/sinclair] | spectrum.h tsconf.cpp tsconf.h tsconf_m.cpp |
r194629 Sunday 12th March, 2023 at 16:42:28 UTC by cam900 |
---|
sound/es5506.cpp: Converted comments to C++ style, and added notes and additional logging. (#10986) |
[/branches/pc_i440bx/src/devices/sound] | es5506.cpp |
r194628 Sunday 12th March, 2023 at 09:00:09 UTC by Osso |
---|
devices/machine/nmc9306.cpp: fixed compile on GCC |
[/branches/pc_i440bx/src/devices/machine] | nmc9306.cpp |
r194627 Sunday 12th March, 2023 at 08:51:41 UTC by Osso |
---|
devices/machine/e0516.cpp: fixed compile on GCC |
[/branches/pc_i440bx/src/devices/machine] | e0516.cpp |
r194626 Sunday 12th March, 2023 at 06:36:50 UTC by Curt Coder |
---|
abc1600: Fixed RTC and NVRAM communications. [Curt Coder] |
[/branches/pc_i440bx/src/devices/machine] | e0516.cpp e0516.h nmc9306.cpp nmc9306.h |
[/branches/pc_i440bx/src/mame/luxor] | abc1600.cpp |
r194625 Sunday 12th March, 2023 at 03:03:19 UTC by negunma |
---|
sega/system1.cpp nob: fix SN76489A clock (#10866) * sega/system1.cpp: Fix SN76489A clocks for nob and gardia to match videos from PCB |
[/branches/pc_i440bx/src/mame/dynax] | ddenlovr.cpp |
[/branches/pc_i440bx/src/mame/sega] | system1.cpp system1.h |
r194624 Sunday 12th March, 2023 at 01:40:39 UTC by AJR |
---|
Interrupt callback rationalization - Make CPUs pass interrupt return PC as a second argument to standard_irq_callback - Add interrupt return PC to "Stopped at interrupt" message produced by debugger 'gint' command - Add messages to trace logs whenever interrupts are accepted - Attempt to step over interrupt routines for applicable debugger commands - Eliminate standard_irq_callback_member wrapper method - Update many CPU cores to invoke standard_irq_callback at the start of or during interrupt processing, rather than at the end or when the input line changes - Remove IRQ callbacks for some input lines that never cause interrupts - mb88xx, mcs48: Add IRQ callbacks for internal interrupts |
[/branches/pc_i440bx/src/devices/cpu/arcompact] | arcompact_execute.cpp |
[/branches/pc_i440bx/src/devices/cpu/arm] | arm.cpp |
[/branches/pc_i440bx/src/devices/cpu/asap] | asap.cpp |
[/branches/pc_i440bx/src/devices/cpu/capricorn] | capricorn.cpp |
[/branches/pc_i440bx/src/devices/cpu/clipper] | clipper.cpp |
[/branches/pc_i440bx/src/devices/cpu/cosmac] | cosmac.cpp |
[/branches/pc_i440bx/src/devices/cpu/cp1610] | cp1610.cpp |
[/branches/pc_i440bx/src/devices/cpu/dsp16] | dsp16.cpp |
[/branches/pc_i440bx/src/devices/cpu/e0c6200] | e0c6200.cpp |
[/branches/pc_i440bx/src/devices/cpu/e132xs] | e132xs.cpp e132xsdrc.cpp |
[/branches/pc_i440bx/src/devices/cpu/f2mc16] | f2mc16.cpp |
[/branches/pc_i440bx/src/devices/cpu/f8] | f8.cpp |
[/branches/pc_i440bx/src/devices/cpu/g65816] | g65816.cpp |
[/branches/pc_i440bx/src/devices/cpu/h6280] | h6280.cpp |
[/branches/pc_i440bx/src/devices/cpu/h8] | gt913.cpp h83002.cpp h83003.cpp h83006.cpp h83008.cpp h83032.cpp h83042.cpp h83048.cpp h83337.cpp h8s2245.cpp h8s2320.cpp h8s2357.cpp h8s2655.cpp |
[/branches/pc_i440bx/src/devices/cpu/hmcs40] | hmcs40.cpp |
[/branches/pc_i440bx/src/devices/cpu/hphybrid] | hphybrid.cpp |
[/branches/pc_i440bx/src/devices/cpu/i386] | i386.cpp |
[/branches/pc_i440bx/src/devices/cpu/i8008] | i8008.cpp |
[/branches/pc_i440bx/src/devices/cpu/i8085] | i8085.cpp |
[/branches/pc_i440bx/src/devices/cpu/i86] | i286.cpp i86.cpp |
[/branches/pc_i440bx/src/devices/cpu/i960] | i960.cpp |
[/branches/pc_i440bx/src/devices/cpu/ks0164] | ks0164.cpp |
[/branches/pc_i440bx/src/devices/cpu/lc8670] | lc8670.cpp |
[/branches/pc_i440bx/src/devices/cpu/m37710] | m37710.cpp |
[/branches/pc_i440bx/src/devices/cpu/m6502] | odeco16.lst om6502.lst om65c02.lst om740.lst or65c19.lst ow65c02s.lst oxavix.lst |
[/branches/pc_i440bx/src/devices/cpu/m6800] | m6800.cpp m6801.cpp |
[/branches/pc_i440bx/src/devices/cpu/m68000] | m68000.cpp m68kcpu.cpp |
[/branches/pc_i440bx/src/devices/cpu/m6805] | m6805.cpp m68705.cpp m68hc05.cpp |
[/branches/pc_i440bx/src/devices/cpu/m6809] | base6x09.lst |
[/branches/pc_i440bx/src/devices/cpu/m88000] | m88000.cpp |
[/branches/pc_i440bx/src/devices/cpu/mb88xx] | mb88xx.cpp |
[/branches/pc_i440bx/src/devices/cpu/mc68hc11] | mc68hc11.cpp |
[/branches/pc_i440bx/src/devices/cpu/mcs48] | mcs48.cpp mcs48.h |
[/branches/pc_i440bx/src/devices/cpu/mcs51] | mcs51.cpp |
[/branches/pc_i440bx/src/devices/cpu/mcs96] | mcs96ops.lst |
[/branches/pc_i440bx/src/devices/cpu/melps4] | melps4.cpp |
[/branches/pc_i440bx/src/devices/cpu/minx] | minx.cpp |
[/branches/pc_i440bx/src/devices/cpu/mips] | mips1.cpp r4000.cpp |
[/branches/pc_i440bx/src/devices/cpu/mn1880] | mn1880.cpp |
[/branches/pc_i440bx/src/devices/cpu/nanoprocessor] | nanoprocessor.cpp |
[/branches/pc_i440bx/src/devices/cpu/nec] | nec.cpp v25.cpp |
[/branches/pc_i440bx/src/devices/cpu/ns32000] | ns32000.cpp |
[/branches/pc_i440bx/src/devices/cpu/pdp8] | hd6120.cpp |
[/branches/pc_i440bx/src/devices/cpu/pic17] | pic17.cpp |
[/branches/pc_i440bx/src/devices/cpu/romp] | romp.cpp |
[/branches/pc_i440bx/src/devices/cpu/s2650] | s2650.cpp |
[/branches/pc_i440bx/src/devices/cpu/saturn] | saturn.cpp |
[/branches/pc_i440bx/src/devices/cpu/score] | score.cpp |
[/branches/pc_i440bx/src/devices/cpu/se3208] | se3208.cpp |
[/branches/pc_i440bx/src/devices/cpu/sh] | sh2.cpp sh4comn.cpp |
[/branches/pc_i440bx/src/devices/cpu/sm510] | sm510base.cpp |
[/branches/pc_i440bx/src/devices/cpu/t11] | t11.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms1000] | tms2100.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms32025] | tms32025.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms34010] | tms34010.cpp |
[/branches/pc_i440bx/src/devices/cpu/tms7000] | tms7000.cpp |
[/branches/pc_i440bx/src/devices/cpu/ucom4] | ucom4.cpp |
[/branches/pc_i440bx/src/devices/cpu/unsp] | unsp.cpp |
[/branches/pc_i440bx/src/devices/cpu/upd7810] | upd7810.cpp |
[/branches/pc_i440bx/src/devices/cpu/v30mz] | v30mz.cpp |
[/branches/pc_i440bx/src/devices/cpu/v60] | v60.cpp |
[/branches/pc_i440bx/src/devices/cpu/xavix2] | xavix2.cpp |
[/branches/pc_i440bx/src/devices/cpu/z180] | z180op.hxx |
[/branches/pc_i440bx/src/devices/cpu/z8] | z8.cpp |
[/branches/pc_i440bx/src/devices/cpu/z80] | z80.cpp |
[/branches/pc_i440bx/src/devices/cpu/z8000] | z8000.cpp |
[/branches/pc_i440bx/src/emu] | diexec.cpp diexec.h |
[/branches/pc_i440bx/src/emu/debug] | debugcpu.cpp debugcpu.h |
r194623 Saturday 11th March, 2023 at 22:21:00 UTC by Ryan Holtz |
---|
HLSL: bloom.fx: Return an alpha of 1 rather than texel alpha (fixes GitHub #10977). (#10983) [Ryan Holtz] |
[/branches/pc_i440bx/hlsl] | bloom.fx |
r194622 Saturday 11th March, 2023 at 17:37:30 UTC by Vasantha Crabb |
---|
Lua engine: Better bindings for device_state_interface. This avoids creating a table every time the state property of a device is accessed, adds proper support for getting/setting floating/point state entries from Lua, calls the state entry's formatting method to convert to a string (for flags fields, etc.) and exposes more properties. This is a breaking change as the exposed properties on state entries have changed, and the value property has different semantics for floating-point state entries. |
[/branches/pc_i440bx/docs/source/techspecs] | luareference.rst |
[/branches/pc_i440bx/src/emu] | distate.h |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp luaengine.ipp |
r194621 Saturday 11th March, 2023 at 17:11:46 UTC by erik |
---|
acrnsys1.cpp: Upgrade to ioport_array (#10980) Co-authored-by: Erik Newton <erik.newton@newteksoftware.co.uk> |
[/branches/pc_i440bx/src/mame/acorn] | acrnsys1.cpp |
r194620 Saturday 11th March, 2023 at 16:18:21 UTC by Olivier Galibert |
---|
st: Bunch more fixes |
[/branches/pc_i440bx/src/mame/atari] | atarist.cpp stvideo.cpp stvideo.h |
r194619 Saturday 11th March, 2023 at 16:08:56 UTC by hap |
---|
New working systems ------------------- Race Time [hap, Sean Riddle, eggs] |
[/branches/pc_i440bx/src/devices/cpu/tms1000] | tms1000.cpp tms1000.h |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/atari] | irobot_m.cpp |
[/branches/pc_i440bx/src/mame/handheld] | hh_tms1k.cpp |
r194618 Saturday 11th March, 2023 at 14:19:24 UTC by AJR |
---|
unidasm: Add Interdata Series 16 disassembler |
[/branches/pc_i440bx/scripts/src] | cpu.lua |
[/branches/pc_i440bx/src/devices/cpu/interdata16] | dasm16.cpp* dasm16.h* |
[/branches/pc_i440bx/src/tools] | unidasm.cpp |
r194617 Saturday 11th March, 2023 at 13:47:46 UTC by jflatt |
---|
atari/irobot_m.cpp: Initialise mathbox stack after loading decoding opcode PROMs (#10970) |
[/branches/pc_i440bx/src/mame/atari] | irobot_m.cpp |
r194616 Saturday 11th March, 2023 at 02:50:44 UTC by AJR |
---|
m68000: Update these files too |
[/branches/pc_i440bx/src/devices/cpu/m68000] | m68000-sdfm.cpp m68000-sdpm.cpp m68000-sifm.cpp m68000-sipm.cpp |
r194615 Saturday 11th March, 2023 at 02:35:46 UTC by AJR |
---|
m68000: Ensure exception hook is called before SP is updated |
[/branches/pc_i440bx/src/devices/cpu/m68000] | m68000-sdf.cpp m68000-sdp.cpp m68000-sif.cpp m68000-sip.cpp m68000gen.py |
r194614 Friday 10th March, 2023 at 19:18:02 UTC by hap |
---|
bus/nscsi/cd: fix typo |
[/branches/pc_i440bx/src/devices/bus/nscsi] | cd.cpp |
r194613 Friday 10th March, 2023 at 18:55:47 UTC by hap |
---|
New working clones ------------------ TI-74 Basicalc (set 2) [Frank Palazzolo] |
[/branches/pc_i440bx/src/devices/cpu/tms1000] | tms1000.h |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/handheld] | hh_cop400.cpp hh_tms1k.cpp |
[/branches/pc_i440bx/src/mame/layout] | pylo.lay |
[/branches/pc_i440bx/src/mame/ti] | ti74.cpp |
r194612 Friday 10th March, 2023 at 18:33:19 UTC by wilbertpol |
---|
bus/msx: Added Yamaha UCN-01 cartridge-to-module slot adapter. (#10972) |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/msx/cart] | cartridge.cpp yamaha_ucn01.cpp* yamaha_ucn01.h* |
r194611 Friday 10th March, 2023 at 18:22:36 UTC by Vasantha Crabb |
---|
machine/hd64610.cpp: Convert day-of-week from 1-based format used by device_rtc_interface to conventional 0-based format. [Sandro Ronco] |
[/branches/pc_i440bx/src/devices/machine] | hd64610.cpp |
r194610 Friday 10th March, 2023 at 18:02:50 UTC by Vasantha Crabb |
---|
cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] |
[/branches/pc_i440bx/scripts/src] | cpu.lua |
[/branches/pc_i440bx/src/devices/cpu/z180] | z180.cpp z180.h z180asci.cpp z180csio.cpp* z180csio.h* |
r194609 Friday 10th March, 2023 at 16:56:56 UTC by Osso |
---|
misc/amaticmg.cpp: removed tag lookup |
[/branches/pc_i440bx/src/mame/misc] | amaticmg.cpp |
r194608 Friday 10th March, 2023 at 06:21:53 UTC by Curt Coder |
---|
abc1600_flop.xml: Fixed systest1600 binary floppy image and added source floppy image. [Curt Coder] |
[/branches/pc_i440bx/hash] | abc1600_flop.xml |
[/branches/pc_i440bx/src/mame/luxor] | abc1600.cpp |
Previous 50 | 199869 Revisions | Next 50 |