Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r194707 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 + |
[/branches/pc_i440bx/hash] | c64_cass.xml |
r194706 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 |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/brother] | ax145.cpp lw30.cpp lw700i.cpp* lw840.cpp |
[/branches/pc_i440bx/src/mame/skeleton] | |
[/branches/pc_i440bx/src/mame/taito] | cchance.cpp tnzs.h tnzs_m.cpp tnzs_v.cpp |
r194705 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. |
[/branches/pc_i440bx/artwork] | lut-default.png |
[/branches/pc_i440bx/hlsl] | color.fx primary.fx |
[/branches/pc_i440bx/src/osd/modules/render/d3d] | d3dhlsl.cpp |
r194704 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 |
[/branches/pc_i440bx/scripts/src] | formats.lua |
[/branches/pc_i440bx/src/lib/formats] | lw30_dsk.cpp* lw30_dsk.h* |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/brother] | lw30.cpp* |
r194703 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 |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/brother] | lw840.cpp* |
r194702 Sunday 19th March, 2023 at 15:57:39 UTC by AJR |
---|
h8500dasm.cpp: Fix silly mistake in disassembly of illegal instructions |
[/branches/pc_i440bx/src/devices/cpu/h8500] | h8500dasm.cpp |
r194701 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) |
[/branches/pc_i440bx/src/devices/cpu/mcs96] | mcs96.cpp mcs96.h |
[/branches/pc_i440bx/src/emu/debug] | dvmemory.cpp |
r194700 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. |
[/branches/pc_i440bx/hlsl] | post.fx |
[/branches/pc_i440bx/src/osd/modules/render/d3d] | d3dhlsl.cpp |
r194699 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] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/amstrad] | nc.cpp |
r194698 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. |
[/branches/pc_i440bx/src/devices/machine] | pccard_sram.cpp pccard_sram.h |
[/branches/pc_i440bx/src/mame/amiga] | amiga.cpp |
r194697 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best |
---|
pccard: Add support for 8-bit reads/writes |
[/branches/pc_i440bx/src/devices/machine] | pccard.cpp pccard.h |
r194696 Sunday 19th March, 2023 at 14:58:38 UTC by Dirk Best |
---|
pccard_sram: Add 1 MB variant |
[/branches/pc_i440bx/src/devices/machine] | pccard_sram.cpp pccard_sram.h |
[/branches/pc_i440bx/src/mame/amiga] | amiga.cpp |
r194695 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 |
[/branches/pc_i440bx/src/mame/nec] | pcfx.cpp |
r194694 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 |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/brother] | ax145.cpp* |
r194693 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 |
[/branches/pc_i440bx/hash] | pcecd.xml tg16.xml |
[/branches/pc_i440bx/src/devices/bus/pce] | pce_rom.cpp |
[/branches/pc_i440bx/src/devices/bus/pce_ctrl] | pcectrl.cpp |
[/branches/pc_i440bx/src/devices/sound] | cdda.cpp cdda.h |
[/branches/pc_i440bx/src/mame/nec] | pce_cd.cpp pce_cd.h pce_m.cpp |
r194692 Sunday 19th March, 2023 at 11:34:06 UTC by AJR |
---|
ice_bozopail.cpp: Actually map the handlers |
[/branches/pc_i440bx/src/mame/ice] | ice_bozopail.cpp |
r194691 Sunday 19th March, 2023 at 07:23:56 UTC by Osso |
---|
ice/ice_bozopail.cpp: fixed GCC compile on Windows |
[/branches/pc_i440bx/src/mame/ice] | ice_bozopail.cpp |
r194690 Sunday 19th March, 2023 at 01:32:45 UTC by AJR |
---|
ice_bozo: Add coin inputs and sound |
[/branches/pc_i440bx/src/mame/ice] | ice_bozopail.cpp |
r194689 Sunday 19th March, 2023 at 00:06:45 UTC by AJR |
---|
cdsys5.cpp: Add some preliminary mappings |
[/branches/pc_i440bx/src/mame/skeleton] | cdsys5.cpp |
r194688 Sunday 19th March, 2023 at 00:06:12 UTC by AJR |
---|
mc68hc11: Fix WAI handling for now |
[/branches/pc_i440bx/src/devices/cpu/mc68hc11] | mc68hc11.cpp |
r194687 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. |
[/branches/pc_i440bx/src/devices/bus/mackbd] | keyboard.cpp pluskbd.cpp |
[/branches/pc_i440bx/src/mame/konami] | thunderx.cpp |
[/branches/pc_i440bx/src/mame/misc] | homedata.cpp homedata.h homedata_v.cpp |
r194686 Saturday 18th March, 2023 at 23:10:11 UTC by AJR |
---|
mc68hc11: Use standard interrupt handling for RESET vector; add XIRQ input |
[/branches/pc_i440bx/src/devices/cpu/mc68hc11] | mc68hc11.cpp mc68hc11.h |
r194685 Saturday 18th March, 2023 at 23:09:25 UTC by AJR |
---|
alphasma.cpp: Fix regression from a8b6c64ed0888f638d87d596586d6562de31ae9d |
[/branches/pc_i440bx/src/mame/skeleton] | alphasma.cpp |
r194684 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert |
---|
lisa: reduce the fdc rom region size |
[/branches/pc_i440bx/src/mame/apple] | lisa.cpp |
r194683 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert |
---|
windows: blind fix for the debugger |
[/branches/pc_i440bx/src/osd/modules/debugger/win] | memoryviewinfo.cpp |
r194682 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) |
[/branches/pc_i440bx/src/devices/cpu/mc68hc11] | mc68hc11.cpp mc68hc11.h |
r194681 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 |
[/branches/pc_i440bx/docs/source/techspecs] | device_memory_interface.rst |
[/branches/pc_i440bx/src/devices/cpu/alpha] | alpha.cpp alpha.h |
[/branches/pc_i440bx/src/devices/cpu/arm7] | arm7.cpp arm7.h |
[/branches/pc_i440bx/src/devices/cpu/clipper] | clipper.cpp clipper.h |
[/branches/pc_i440bx/src/devices/cpu/h6280] | h6280.cpp h6280.h |
[/branches/pc_i440bx/src/devices/cpu/i386] | athlon.cpp i386.cpp i386.h i386op16.hxx i386op32.hxx i386priv.h i386segs.hxx |
[/branches/pc_i440bx/src/devices/cpu/i86] | i286.cpp i286.h |
[/branches/pc_i440bx/src/devices/cpu/m6502] | m4510.cpp m4510.h |
[/branches/pc_i440bx/src/devices/cpu/m68000] | m68020.cpp m68020.h m68kcpu.cpp m68kmusashi.h |
[/branches/pc_i440bx/src/devices/cpu/mips] | mips1.cpp mips1.h mips3.cpp mips3.h mips3com.cpp mips3drc.cpp mips3fe.cpp r4000.cpp r4000.h |
[/branches/pc_i440bx/src/devices/cpu/mn1880] | mn1880.cpp mn1880.h |
[/branches/pc_i440bx/src/devices/cpu/nec] | nec.cpp nec.h |
[/branches/pc_i440bx/src/devices/cpu/ns32000] | ns32000.cpp ns32000.h |
[/branches/pc_i440bx/src/devices/cpu/powerpc] | ppc.h ppccom.cpp ppcdrc.cpp ppcfe.cpp |
[/branches/pc_i440bx/src/devices/cpu/romp] | romp.cpp romp.h |
[/branches/pc_i440bx/src/devices/cpu/z180] | z180.cpp z180.h |
[/branches/pc_i440bx/src/devices/cpu/z80] | kc82.cpp kc82.h |
[/branches/pc_i440bx/src/devices/machine] | cammu.cpp cammu.h |
[/branches/pc_i440bx/src/emu] | dimemory.cpp dimemory.h divtlb.cpp divtlb.h |
[/branches/pc_i440bx/src/emu/debug] | debugbuf.cpp debugcmd.cpp dvmemory.cpp express.cpp |
[/branches/pc_i440bx/src/frontend/mame] | luaengine_mem.cpp |
[/branches/pc_i440bx/src/mame/apple] | macpdm.cpp |
[/branches/pc_i440bx/src/mame/ibm] | rtpc_iocc.h |
[/branches/pc_i440bx/src/mame/konami] | konamim2.cpp |
[/branches/pc_i440bx/src/mame/microsoft] | mct_adr.h |
[/branches/pc_i440bx/src/mame/sega] | chihiro.cpp |
[/branches/pc_i440bx/src/mame/shared] | xbox.cpp |
[/branches/pc_i440bx/src/osd/modules/debugger] | debuggdbstub.cpp |
[/branches/pc_i440bx/src/osd/modules/debugger/qt] | memorywindow.cpp |
r194680 Saturday 18th March, 2023 at 18:43:15 UTC by AJR |
---|
mccpm.cpp: Replace bankdev with memory view |
[/branches/pc_i440bx/src/mame/skeleton] | mccpm.cpp |
r194679 Saturday 18th March, 2023 at 18:23:35 UTC by AJR |
---|
cdc721: Replace bankdevs with memory views |
[/branches/pc_i440bx/src/mame/skeleton] | cdc721.cpp |
r194678 Friday 17th March, 2023 at 18:21:40 UTC by Vasantha Crabb |
---|
dynax/royalmah.cpp: Moved games with banked ROM to a separate class |
[/branches/pc_i440bx/src/mame/dynax] | royalmah.cpp |
r194677 Friday 17th March, 2023 at 13:29:41 UTC by AJR |
---|
mpc3000: Fix DMA addressing |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
r194676 Friday 17th March, 2023 at 10:48:02 UTC by Curt Coder |
---|
mos6530n: Remove unreachable code. |
[/branches/pc_i440bx/src/devices/machine] | mos6530n.cpp |
r194675 Friday 17th March, 2023 at 06:54:36 UTC by patrick.mackinlay |
---|
luaengine: fix msvc link failure due to mismatched signature |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp |
r194674 Friday 17th March, 2023 at 04:12:10 UTC by Vasantha Crabb |
---|
taito/flstory.cpp: Renamed Fairyland Story sets and cleaned up a little. * Renamed the clone set - it's an earlier version, not a version specifically for Japan (addresses MT08579). * Consolidated source files, replaced literal tags, and removed some vestigial code from the old MCU simulation. |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/taito] | flstory.cpp |
r194673 Thursday 16th March, 2023 at 23:36:57 UTC by R. Belmont |
---|
mac.cpp: rename to macii.cpp [R. Belmont] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/apple] |
r194672 Thursday 16th March, 2023 at 20:33:48 UTC by wilbertpol |
---|
msx/msx2.cpp: New not working clone. (#11000) New clones marked not working ----------------------------- Victor HC-90A (MSX2, Japan) [Daniel Padilla, openMSX] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/msx] | msx.cpp msx2.cpp |
r194671 Thursday 16th March, 2023 at 19:36:40 UTC by AJR |
---|
mb89352: Fix reset readback and selection timeout |
[/branches/pc_i440bx/src/devices/machine] | mb89352.cpp mb89352.h |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
r194670 Thursday 16th March, 2023 at 19:26:24 UTC by arcadeshadow |
---|
ibm5150.xml: Added 32 items, and replaced a number of items with better dumps. (#10955) Also added notes on copy protection schemes. New working software list additions (ibm5150.xml) -------------------------------------------- Ballistix [Total DOS Collection] Crazy Cars II [Total DOS Collection] Defender of the Crown [Total DOS Collection] Fire & Forget II (3.5") [Total DOS Collection] Fire & Forget II (5.25") [Total DOS Collection] Gauntlet II [The Good Old Days] Mini-Putt [Total DOS Collection] Police Quest: In Pursuit of the Death Angel (5.25", v2.0G) [The Good Old Days] Police Quest: In Pursuit of the Death Angel (3.5", v2.0G) [The Good Old Days] Police Quest: In Pursuit of the Death Angel (3.5", v2.0E) [The Good Old Days] Renegade [Total DOS Collection] Rick Dangerous 2 (Futura release) [Total DOS Collection] Speedball 2 - Brutal Deluxe (3.5", Futura Games release) [Total DOS Collection] Test Drive (3.5", v1.0) [Total DOS Collection] Test Drive (5.25", v1.1) [Total DOS Collection] Test Drive (5.25", v1.0) [Total DOS Collection] Test Drive II: The Duel (3.5") [Total DOS Collection] Test Drive II: The Duel (5.25") [Total DOS Collection] Test Drive II - Car Disk: Musclecars (5.25") [Total DOS Collection] Test Drive II - Car Disk: Musclecars (3.5") [Total DOS Collection] Test Drive II - Car Disk: The Supercars (3.5") [Total DOS Collection] Test Drive II - Car Disk: The Supercars (5.25") [Total DOS Collection] Test Drive II - Scenery Disk: California Challenge (5.25") [Total DOS Collection] Test Drive II - Scenery Disk: California Challenge (3.5") [Total DOS Collection] The Simpsons - Bart vs. the Space Mutants (5.25") [Total DOS Collection] Zak McKracken and the Alien Mindbenders [The Good Old Days] Zak McKracken and the Alien Mindbenders (Enhanced version) [The Good Old Days] New NOT working software list additions (ibm5150.xml) -------------------------------------------- Arkanoid [Total DOS Collection] Dick Tracy [Total DOS Collection] F-15 Strike Eagle II [Total DOS Collection] Gauntlet [Total DOS Collection] Out Run (5.25", Kixx release) [Total DOS Collection] RoboCop [Total DOS Collection] Redump (ibm5150.xml) -------------------------------------------- Bad Dudes (5.25") [Total DOS Collection] Budokan - The Martial Spirit (3.5") [Total DOS Collection] Zool (Big Games release) [The Good Old Days] Software promoted to working (ibm5150.xml) -------------------------------------------- Bad Dudes (5.25") [Total DOS Collection] Removed software (ibm5150.xml) -------------------------------------------- Fire & Forget 2 |
[/branches/pc_i440bx/hash] | ibm5150.xml |
r194669 Thursday 16th March, 2023 at 17:50:41 UTC by David Haywood |
---|
snk/hng64.cpp: Implemented texture wrap size table. (#10999) Fixes many texturing issues in roadedge and xrally. |
[/branches/pc_i440bx/src/mame/snk] | hng64.cpp hng64.h hng64_3d.ipp hng64_v.cpp |
r194668 Thursday 16th March, 2023 at 14:34:16 UTC by AJR |
---|
mpc3000: Hook up timer interrupts |
[/branches/pc_i440bx/src/devices/cpu/nec] | v5x.h |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
[/branches/pc_i440bx/src/mame/snk] | hng64_a.cpp |
r194667 Thursday 16th March, 2023 at 13:06:06 UTC by AJR |
---|
mpc3000.cpp: Fix copy-and-paste mistake in last commit |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
r194666 Thursday 16th March, 2023 at 13:02:50 UTC by AJR |
---|
mpc3000.cpp: Add FDC IRQ (does nothing yet) |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
r194665 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert |
---|
st: add wait state of mfp accesses, partially helps syntax terror, makes ventura run |
[/branches/pc_i440bx/src/mame/atari] | atarist.cpp |
r194664 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert |
---|
pasti: Setup form and variant |
[/branches/pc_i440bx/src/lib/formats] | pasti_dsk.cpp |
r194663 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert |
---|
upd765: Minimally add some auxcmd commands to the 72069 (need docs!) mpc3000: Add a drive, it helps |
[/branches/pc_i440bx/src/devices/machine] | upd765.cpp upd765.h |
[/branches/pc_i440bx/src/mame/akai] | mpc3000.cpp |
r194662 Thursday 16th March, 2023 at 05:47:29 UTC by Justin Kerk |
---|
Update mess.flt |
[/branches/pc_i440bx/src/mame] | mess.flt |
r194661 Thursday 16th March, 2023 at 04:42:53 UTC by wilbertpol |
---|
msx1_cart.xml: Adjusted parent/clone relationships, and removed bad dumps/hacks. (#10995) Swapped sets to make the newer version the parent: btanuki and btanukia, clapton2 and clapton2a, and yrm101 and yrm101a. Removed entries where the copy protections are patched out: alcazara, antarct, coastraca, coastracb, gooniesa, gooniesb, guardica, hyprallya, hyprallyb, hyprallyc, hypersp3a, hypersp3b, kingvalb, kingvalc, kingvald, mopirangc, mopirangd, midbrosa, mkidwiza, konbballa, konboxina, konboxinb, konfootba, konfootbb, kongolfb, knightmra, knightmrb, konsoccrb, konsoccrc, pingpongb, pingpongc, pippolsa, pippolsb, pippolsc, pitfallb, qberta, rambob, ramboc, sboy2a, tetris, thexdera, thexderb, twinbeea, twinbeeb, twinbeec, yiear2b. Renamed antarcta to antarct, pillboxa to pillbox, rogerruba to rogerrub, tetrisa to tetris. Removed bad dumps seikachoa and starblazb Removed carraceb - same as carracea with one additional unused byte. Removed squishema. Hacked name during game play. Removed manually recreated dumps fireresca and rogerrub. Removed hacked dumps: amtruckb, exerionb, galforcea, galforceb, mrdowildh, pillbox, redzonea. Removed cas2crc conversion hack psyched. Removed warrioda - has leftover code at offset 7fe0 to start the software from a cartridge to file conversion. Added notes. |
[/branches/pc_i440bx/hash] | msx1_cart.xml |
r194660 Thursday 16th March, 2023 at 02:03:33 UTC by R. Belmont |
---|
maciici.cpp: Split out RBV video and interrupt controller into a separate device. [R. Belmont] |
[/branches/pc_i440bx/src/mame/apple] | maciici.cpp rbv.cpp* rbv.h* |
r194659 Wednesday 15th March, 2023 at 17:46:34 UTC by utz82 |
---|
ddr/kc: Fixed KC 85/2 DAC output (removed erroneous shift). (#10993) |
[/branches/pc_i440bx/src/mame/ddr] | kc.h kc_m.cpp |
r194658 Wednesday 15th March, 2023 at 16:46:08 UTC by David Haywood |
---|
snk/hng64.cpp: Improved rendering: (#10990) * Fixed roadedge name entry screen. * Render sprites before mixing. * Fixed texture scroll (visible on roadedge billboards). * Added safety checks on texture fetches. |
[/branches/pc_i440bx/src/mame/snk] | hng64.cpp hng64.h hng64_3d.ipp hng64_sprite.ipp hng64_v.cpp |
Previous 50 | 199869 Revisions | Next 50 |