Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r193657 Monday 6th February, 2023 at 15:00:39 UTC by Carl |
---|
i386: emms should trap too |
[/branches/a800_cart/src/devices/cpu/i386] | pentops.hxx |
r193656 Monday 6th February, 2023 at 05:11:37 UTC by patrick.mackinlay |
---|
3c505: avoid excessive 82586 resets |
[/branches/a800_cart/src/devices/bus/isa] | 3c505.cpp |
r193655 Monday 6th February, 2023 at 05:09:46 UTC by patrick.mackinlay |
---|
am9516: start dma cycle after chain on hardware request |
[/branches/a800_cart/src/devices/machine] | am9516.cpp |
r193654 Sunday 5th February, 2023 at 22:02:46 UTC by arcadeshadow |
---|
ibm5170_cdrom.xml: 25 New working software list additions (#10871) Alien Incident (Europe, v1.01) [redump.org] Alone in the Dark (Europe) [redump.org] Alone in the Dark (Europe, rev. 1) [redump.org] Alone in the Dark (Europe, Pay as You Play version, CD-ROM User) [redump.org] Alone in the Dark (Europe, Pay as You Play version, PC Power) [redump.org] Alone in the Dark 2 (Europe) [redump.org] Alone in the Dark 2 (Europe, English only) [redump.org] Alone in the Dark 2 (France) [redump.org] Beneath a Steel Sky (USA, Slash release) [redump.org] Epic Pinball (Europe, Romware release) [redump.org] Epic Pinball (USA, Mail Order release) [redump.org] Formula One Grand Prix (Netherlands) [archive.org] Gobliiins (Italy, Collezione Cd-Rom) [redump.org] Gobliiins (USA, Sierra Originals release) [redump.org] Goblins 3 (Europe, Sierra Originals release) [redump.org] Goblins 3 (Italy, Collezione Cd-Rom) [redump.org] Gods (Europe) [redump.org] Indiana Jones and the Last Crusade (Europe) [redump.org] Leisure Suit Larry in the Land of the Lounge Lizards (USA, SierraOriginals release) [redump.org] PC Rally (Europe) [redump.org] Prince of Persia 2 - The Shadow and the Flame (France) [redump.org] Pyrotechnica (USA) [redump.org] Soccer Kid (Europe) [redump.org] Where in Space is Carmen Sandiego? (USA, Deluxe Edition) [redump.org] Wrath of the Demon (USA) [redump.org] |
[/branches/a800_cart/hash] | ibm5170_cdrom.xml |
r193653 Sunday 5th February, 2023 at 20:51:29 UTC by Vasantha Crabb |
---|
cpu/arcompact: Cleanup: * Moved common instruction field accessors used by the CPU core and disassembler to a shared base class and made them constexpr. * Got the inline member functions bodies file out of the public CPU header so they aren't pulled in by everything using it. * Got most of the disassembler handler declarations out of the public header so they can be changed withut excessive recompiling. |
[/branches/a800_cart/scripts/src] | cpu.lua |
[/branches/a800_cart/src/devices/cpu/arcompact] | arcompact.cpp arcompact.h arcompact_common.h* arcompact_execute.cpp arcompact_execute_ops_00to01.cpp arcompact_execute_ops_02to03.cpp arcompact_execute_ops_04.cpp arcompact_execute_ops_04_2f_3f_zop.cpp arcompact_execute_ops_04_2f_sop.cpp arcompact_execute_ops_04_3x.cpp arcompact_execute_ops_04_aux.cpp arcompact_execute_ops_04_jumps.cpp arcompact_execute_ops_04_loop.cpp arcompact_execute_ops_05.cpp arcompact_execute_ops_05_2f_sop.cpp arcompact_execute_ops_06to0b.cpp arcompact_execute_ops_0c_16bit.cpp arcompact_execute_ops_0d_16bit.cpp arcompact_execute_ops_0e_16bit.cpp arcompact_execute_ops_0f_00_07_16bit.cpp arcompact_execute_ops_0f_00_16bit.cpp arcompact_execute_ops_0f_16bit.cpp arcompact_execute_ops_12to16_16bit.cpp arcompact_execute_ops_17_16bit.cpp arcompact_execute_ops_18_16bit.cpp arcompact_execute_ops_19_16bit.cpp arcompact_execute_ops_1ato1c_16bit.cpp arcompact_execute_ops_1dto1f_16bit.cpp arcompact_helper.ipp arcompactdasm.cpp arcompactdasm.h arcompactdasm_internal.h* arcompactdasm_ops.cpp arcompactdasm_ops_00to01.cpp arcompactdasm_ops_02to03.cpp arcompactdasm_ops_04.cpp arcompactdasm_ops_04_2f_3f_zop.cpp arcompactdasm_ops_04_2f_sop.cpp arcompactdasm_ops_04_3x.cpp arcompactdasm_ops_05.cpp arcompactdasm_ops_05_2f_sop.cpp arcompactdasm_ops_06to0b.cpp arcompactdasm_ops_16bit.cpp |
r193652 Sunday 5th February, 2023 at 18:15:25 UTC by David Haywood |
---|
-cpu/arcompact: Rewrote core. (#10808) * Split into files by opcode encode type/group. * Refactored out macros. * Added additional opcodes. * Added interrupt logic. * Added stub handlers for used but unknown opcodes. -leapfrog/leapster.cpp updates: * Put some data uploaded by the leapster BIOS somewhere for debugging purposes. * Removed a read handler that was only there because of previous bad handling. * Noted some used Leapster side addresses. |
[/branches/a800_cart/scripts/src] | cpu.lua |
[/branches/a800_cart/src/devices/cpu/arcompact] | arcompact.cpp arcompact.h arcompact_execute.cpp arcompact_execute_ops_00to01.cpp* arcompact_execute_ops_02to03.cpp* arcompact_execute_ops_04.cpp* arcompact_execute_ops_04_2f_3f_zop.cpp* arcompact_execute_ops_04_2f_sop.cpp* arcompact_execute_ops_04_3x.cpp* arcompact_execute_ops_04_aux.cpp* arcompact_execute_ops_04_jumps.cpp* arcompact_execute_ops_04_loop.cpp* arcompact_execute_ops_05.cpp* arcompact_execute_ops_05_2f_sop.cpp* arcompact_execute_ops_06to0b.cpp* arcompact_execute_ops_0c_16bit.cpp* arcompact_execute_ops_0d_16bit.cpp* arcompact_execute_ops_0e_16bit.cpp* arcompact_execute_ops_0f_00_07_16bit.cpp* arcompact_execute_ops_0f_00_16bit.cpp* arcompact_execute_ops_0f_16bit.cpp* arcompact_execute_ops_12to16_16bit.cpp* arcompact_execute_ops_17_16bit.cpp* arcompact_execute_ops_18_16bit.cpp* arcompact_execute_ops_19_16bit.cpp* arcompact_execute_ops_1ato1c_16bit.cpp* arcompact_execute_ops_1dto1f_16bit.cpp* arcompact_helper.ipp* arcompactdasm.cpp arcompactdasm.h |
[/branches/a800_cart/src/mame/leapfrog] | leapster.cpp |
r193651 Sunday 5th February, 2023 at 08:09:53 UTC by Justin Kerk |
---|
Add apple/imacg3.cpp and apple/powermacg3.cpp to mess.flt |
[/branches/a800_cart/src/mame] | mess.flt |
r193650 Sunday 5th February, 2023 at 01:51:04 UTC by fmecha |
---|
f1gp: added notes on link mode and banners (#10609) |
[/branches/a800_cart/src/mame/vsystem] | f1gp.cpp |
r193649 Saturday 4th February, 2023 at 20:57:37 UTC by AJR |
---|
xtal.cpp: Update notes |
[/branches/a800_cart/src/emu] | xtal.cpp |
r193648 Saturday 4th February, 2023 at 20:44:25 UTC by R. Belmont |
---|
New machines added as NOT_WORKING --------------------------------- Power Macintosh G3 [R. Belmont] iMac (Bondi blue) [R. Belmont, Guru] |
[/branches/a800_cart/scripts/src] | machine.lua |
[/branches/a800_cart/src/devices/machine] | mpc106.cpp* mpc106.h* |
[/branches/a800_cart/src/mame] | mame.lst |
[/branches/a800_cart/src/mame/apple] | heathrow.cpp* heathrow.h* imacg3.cpp* powermacg3.cpp* |
r193647 Saturday 4th February, 2023 at 19:58:30 UTC by R. Belmont |
---|
macquadra700.cpp: Minor updates to the 53CF94 SCSI hookup. [R. Belmont] |
[/branches/a800_cart/src/mame/apple] | macquadra700.cpp |
r193646 Saturday 4th February, 2023 at 19:26:00 UTC by hap |
---|
namcos12: fgtlayer romdump had 1 bad bit |
[/branches/a800_cart/src/mame/namco] | namcos12.cpp |
r193645 Saturday 4th February, 2023 at 19:26:00 UTC by hap |
---|
namcos12: correct soulclbr region |
[/branches/a800_cart/src/mame] | mame.lst |
[/branches/a800_cart/src/mame/namco] | namcos11.cpp namcos12.cpp tceptor.cpp |
r193644 Saturday 4th February, 2023 at 18:01:40 UTC by Vasantha Crabb |
---|
Small batch of input refactoring: emu/input.cpp: Fixed regression in display of some joystick inputs. osd/interface: Split up interface classes into a few more files to reduce where the input device interface class needs to be included. Made OSD independent of concrete input_device class. osd/modules/input, emu/inputdev.cpp, emu/ioport.cpp: Allow input devices to provide tokens for controls without standard item types and additional default input assignments. Fixes issues assigning Yen and Backslash on Japanese keyboards. ui/textbox.cpp: Added a fixed-content text box menu class for future use. Got main.h out of emu.h as it’s only used in a very small number of places, mostly for getting the application name. Added eminline.h to attotime.h as it's used without emu.h. Cleaned up forward declarations in emufwd.h a little. |
[/branches/a800_cart/docs/source/advanced] | ctrlr_config.rst |
[/branches/a800_cart/docs/source/techspecs] | inputsystem.rst |
[/branches/a800_cart/scripts/src/osd] | modules.lua |
[/branches/a800_cart/src/emu] | attotime.h emu.h emufwd.h input.cpp input.h inputdev.cpp inputdev.h ioport.cpp ioport.h main.h |
[/branches/a800_cart/src/frontend/mame] | infoxml.cpp |
[/branches/a800_cart/src/frontend/mame/ui] | analogipt.cpp inputdevices.cpp inputtoggle.cpp textbox.cpp textbox.h |
[/branches/a800_cart/src/lib/util] | utilfwd.h |
[/branches/a800_cart/src/osd/interface] | inputcode.h inputdev.h* inputfwd.h* inputman.h |
[/branches/a800_cart/src/osd/modules/input] | input_common.h input_dinput.cpp input_rawinput.cpp input_sdl.cpp input_win32.cpp input_windows.cpp input_x11.cpp input_xinput.cpp |
[/branches/a800_cart/src/osd/modules/render] | aviwrite.h drawnone.cpp |
[/branches/a800_cart/src/osd/modules/render/d3d] | d3dhlsl.cpp |
[/branches/a800_cart/src/osd/sdl] | sdlopts.cpp |
r193643 Saturday 4th February, 2023 at 16:26:00 UTC by Carl |
---|
i386: nm fault if ts is set |
[/branches/a800_cart/src/devices/cpu/i386] | i386.cpp i386ops.hxx i486ops.hxx pentops.hxx x87ops.hxx |
r193642 Saturday 4th February, 2023 at 16:24:38 UTC by Carl |
---|
i386: don't change x87 stack pointer until after memory access in case of a page fault |
[/branches/a800_cart/src/devices/cpu/i386] | i386.cpp i386.h x87ops.hxx |
r193641 Saturday 4th February, 2023 at 07:40:59 UTC by Vasantha Crabb |
---|
Miscellaneous fixup: * video/i82730.cpp: Fixed misguided "fix" that broke category-based logging. * bus/macpds, bus/nubus: Eliminated use of simple_list. * konami/k053246_k053247_k055673.cpp: Moved assert to work around Konami GX games failing to start - the code is still dodgy. |
[/branches/a800_cart/src/devices/bus/macpds] | macpds.cpp macpds.h |
[/branches/a800_cart/src/devices/bus/nubus] | nubus.cpp nubus.h |
[/branches/a800_cart/src/devices/video] | i82730.cpp |
[/branches/a800_cart/src/mame/konami] | k053246_k053247_k055673.cpp |
r193640 Saturday 4th February, 2023 at 03:45:10 UTC by Peter Ferrie |
---|
another Clang fix [nw] |
[/branches/a800_cart/src/devices/machine] | ldv4200hle.cpp |
r193639 Saturday 4th February, 2023 at 03:10:35 UTC by AJR |
---|
RTC interface updates - dp8573, mc146818, mm58274c, rtc65271, s3520cf, smpc, timekpr: Use device_rtc_interface to acquire base time - device_rtc_interface: Add machine configuration option for synchronizing to UTC instead of local time (was previously only an option for mc146818, and always enabled for dp8573) - mc146818: Eliminate the set_binary_time configuration parameter - mm58274c: Correct operator precedence in calculating m_clk_set; allow disabling side effects of status read |
[/branches/a800_cart/src/devices/machine] | dp8573.cpp dp8573.h mc146818.cpp mc146818.h mm58274c.cpp mm58274c.h rtc65271.cpp rtc65271.h s3520cf.cpp s3520cf.h smpc.cpp smpc.h timekpr.cpp timekpr.h |
[/branches/a800_cart/src/emu] | dirtc.cpp dirtc.h |
[/branches/a800_cart/src/mame/sgi] | 4dpi.cpp hpc1.cpp |
[/branches/a800_cart/src/mame/siemens] | pcd.cpp |
r193638 Saturday 4th February, 2023 at 02:43:43 UTC by Peter Ferrie |
---|
fix Clang compile [nw] |
[/branches/a800_cart/src/devices/video] | i82730.cpp |
[/branches/a800_cart/src/mame/sinclair] | atm.cpp |
[/branches/a800_cart/src/osd/modules/sound] | xaudio2_sound.cpp |
r193637 Saturday 4th February, 2023 at 01:14:08 UTC by AJR |
---|
mc88200.cpp: More clang fixes |
[/branches/a800_cart/src/devices/machine] | mc88200.cpp |
r193636 Friday 3rd February, 2023 at 18:13:35 UTC by Vasantha Crabb |
---|
bus/vme/vme_mvme327a.cpp: Fixed clang build (unused lambda capture). |
[/branches/a800_cart/src/devices/bus/vme] | vme_mvme327a.cpp |
r193635 Friday 3rd February, 2023 at 18:06:40 UTC by Vasantha Crabb |
---|
osd/modules/render/draw13.cpp: Fixed leaked/double freed texture data. The texture malloc's its own storage if the copy info doesn't have the passthrough flag set - the test was reversed. |
[/branches/a800_cart/src/osd/modules/render] | draw13.cpp |
r193634 Friday 3rd February, 2023 at 17:55:12 UTC by Vasantha Crabb |
---|
osd/render/draw13.cpp: Got rid of a simple_list. |
[/branches/a800_cart/src/mame/vtech] | laser3k.cpp |
[/branches/a800_cart/src/osd/modules/render] | draw13.cpp drawogl.cpp |
r193633 Friday 3rd February, 2023 at 17:08:04 UTC by Peter Ferrie |
---|
ap_dsk35.cpp: enable 1.44Mb dc42 images [Peter Ferrie] |
[/branches/a800_cart/src/lib/formats] | ap_dsk35.cpp |
r193632 Friday 3rd February, 2023 at 17:05:24 UTC by hap |
---|
New working clones ------------------ Tekken 3 (World, TET2/VER.C) [Guru, Heihachi_73] |
[/branches/a800_cart/src/mame] | mame.lst |
[/branches/a800_cart/src/mame/namco] | namcos11.cpp namcos12.cpp |
[/branches/a800_cart/src/mame/nintendo] | cothello.cpp dkong.cpp dkong.h dkong_v.cpp |
r193631 Friday 3rd February, 2023 at 16:25:01 UTC by Vasantha Crabb |
---|
Cleaned up some recent changes. |
[/branches/a800_cart/docs/source/commandline] | commandline-all.rst |
[/branches/a800_cart/src/mame/namco] | xevious.h |
[/branches/a800_cart/src/mame/nintendo] | dkong.cpp |
[/branches/a800_cart/src/mame/taito] | taitoio_yoke.h |
[/branches/a800_cart/src/mame/tektronix] | tek410x_kbd.h |
[/branches/a800_cart/src/mame/ti] | 733_asr.h |
r193630 Friday 3rd February, 2023 at 10:09:36 UTC by patrick.mackinlay |
---|
mc88200: appease clang |
[/branches/a800_cart/src/devices/machine] | mc88200.cpp |
r193629 Friday 3rd February, 2023 at 07:46:55 UTC by patrick.mackinlay |
---|
sys1121: add some new motorola cards |
[/branches/a800_cart/src/mame/motorola] | sys1121.cpp |
r193628 Friday 3rd February, 2023 at 07:44:53 UTC by patrick.mackinlay |
---|
New systems marked not working ------------------------------ Motorola MVME327A [Bitsavers] |
[/branches/a800_cart/scripts/src] | bus.lua |
[/branches/a800_cart/src/devices/bus/vme] | vme_mvme327a.cpp* vme_mvme327a.h* |
r193627 Friday 3rd February, 2023 at 07:37:49 UTC by patrick.mackinlay |
---|
New systems marked not working ------------------------------ Motorola MVME181 [Plamen Mihaylov] |
[/branches/a800_cart/scripts/src] | bus.lua |
[/branches/a800_cart/src/devices/bus/vme] | vme_mvme181.cpp* vme_mvme181.h* |
r193626 Friday 3rd February, 2023 at 07:28:38 UTC by patrick.mackinlay |
---|
mvme180: add cmmu |
[/branches/a800_cart/src/devices/bus/vme] | vme_mvme180.cpp vme_mvme180.h |
r193625 Friday 3rd February, 2023 at 07:23:49 UTC by patrick.mackinlay |
---|
m88000: add basic cmmu support |
[/branches/a800_cart/src/devices/cpu/m88000] | m88000.cpp m88000.h |
r193624 Friday 3rd February, 2023 at 07:15:19 UTC by patrick.mackinlay |
---|
mc88200: new device |
[/branches/a800_cart/scripts/src] | machine.lua |
[/branches/a800_cart/src/devices/machine] | mc88200.cpp* mc88200.h* |
r193623 Friday 3rd February, 2023 at 07:02:45 UTC by Vasantha Crabb |
---|
docs: Added an introduction to the input system for developers. emu/ioport.cpp: Removed a long-outdated comment that is now rather misleading. |
[/branches/a800_cart/docs/source/techspecs] | index.rst inputsystem.rst* |
[/branches/a800_cart/src/emu] | ioport.cpp |
r193622 Friday 3rd February, 2023 at 05:17:37 UTC by Vasantha Crabb |
---|
BGFX: Check window manager type returned by SDL. |
[/branches/a800_cart/src/osd/modules/render] | drawbgfx.cpp drawbgfx.h |
r193621 Friday 3rd February, 2023 at 05:02:06 UTC by patrick.mackinlay |
---|
ncr53c90: better guess at sequence logic for macqd700 |
[/branches/a800_cart/src/devices/machine] | ncr53c90.cpp |
r193620 Friday 3rd February, 2023 at 03:52:18 UTC by AJR |
---|
upd7810.cpp: Fix clang error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value] |
[/branches/a800_cart/src/devices/cpu/upd7810] | upd7810.cpp |
r193619 Thursday 2nd February, 2023 at 22:13:39 UTC by hap |
---|
New working clones ------------------ Tekken 2 (US, TES3/VER.A) [Guru] |
[/branches/a800_cart/src/mame] | mame.lst |
[/branches/a800_cart/src/mame/dataeast] | astrof.cpp astrof.h |
[/branches/a800_cart/src/mame/hegenerglaser] | milano.cpp |
[/branches/a800_cart/src/mame/namco] | namcos11.cpp namcos22.cpp |
[/branches/a800_cart/src/mame/nintendo] | cothello.cpp |
r193618 Thursday 2nd February, 2023 at 21:36:23 UTC by Jonathan Gevaryahu |
---|
Fix upd7810 serial input failing to detect the start bit of the next byte if there are zero serial idle state bits sent between the serial bytes to the upd7810 receive line. [Lord Nightmare] |
[/branches/a800_cart/src/devices/cpu/upd7810] | upd7810.cpp |
r193617 Thursday 2nd February, 2023 at 17:27:40 UTC by Vasantha Crabb |
---|
docs: Clarified documentation of input options. Made explanation of interaction between device class enable options (-[no]mouse, -[no]joystick, -[no]lightgun) and automatic device class enable options (-*_device) more explicit. Also documented that -mouse_device mouse is set by default in both relevant places. Provided a better explanation of the purpose of -dual_lightgun. |
[/branches/a800_cart/docs/source/commandline] | commandline-all.rst windowsconfig.rst |
r193616 Thursday 2nd February, 2023 at 17:20:03 UTC by Osso |
---|
nichibutsu/hyhoo.cpp, nichibutsu/pastleg.cpp: consolidated drivers in single files |
[/branches/a800_cart/src/mame/nichibutsu] | hyhoo.cpp |
r193615 Thursday 2nd February, 2023 at 16:19:53 UTC by Vasantha Crabb |
---|
tools/ldresample.cpp: Don't try to allocate a 1MB object on the stack (fixed GitHub #7722). |
[/branches/a800_cart/src/tools] | ldresample.cpp |
r193614 Thursday 2nd February, 2023 at 15:59:18 UTC by Vasantha Crabb |
---|
osd: Don't swallow text input with -keyboardprovider win32 (addresses GitHub #7911). |
[/branches/a800_cart/src/osd/modules/input] | input_win32.cpp |
r193613 Thursday 2nd February, 2023 at 15:03:54 UTC by Vasantha Crabb |
---|
nichibutsu/terracre.cpp: Labelled amazon debug controls (see GitHub #9697). [atrac17, Vas Crabb] |
[/branches/a800_cart/src/mame/nichibutsu] | terracre.cpp |
r193612 Thursday 2nd February, 2023 at 14:27:31 UTC by negunma |
---|
sanritsu/jantotsu.cpp : fix SN76489A clock (#10863) * sanritsu/jantotsu.cpp : Correct SN76489A clocks to match reference video |
[/branches/a800_cart/src/mame/sanritsu] | jantotsu.cpp |
r193611 Thursday 2nd February, 2023 at 07:30:29 UTC by Vasantha Crabb |
---|
render/drawd3d.cpp: Fixed prescaling without HLSL - WRL COM pointer has some surprises. Also added some additional error checking. |
[/branches/a800_cart/src/osd/modules/render] | drawd3d.cpp |
[/branches/a800_cart/src/osd/modules/render/d3d] | d3dhlsl.cpp |
r193610 Wednesday 1st February, 2023 at 22:59:33 UTC by hap |
---|
Systems promoted to working --------------------------- Computer Othello [hap] |
[/branches/a800_cart/src/mame/layout] | cothello.lay |
[/branches/a800_cart/src/mame/nintendo] | cothello.cpp |
r193609 Wednesday 1st February, 2023 at 22:31:48 UTC by hap |
---|
cothello: add coin handling and sound |
[/branches/a800_cart/src/devices/sound] | beep.cpp |
[/branches/a800_cart/src/mame/dataeast] | astrof.cpp |
[/branches/a800_cart/src/mame/nintendo] | cothello.cpp |
r193608 Wednesday 1st February, 2023 at 19:07:25 UTC by hap |
---|
cothello: add buttons |
[/branches/a800_cart/src/mame/layout] | blockch.lay cothello.lay |
[/branches/a800_cart/src/mame/nintendo] | cothello.cpp |
Previous 50 | 199869 Revisions | Next 50 |