summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-20r9751: moved driver from mess directory to mame Brandon Munger1-421/+0
2015-12-20r9751: map more registers to PDC and minor cleanup Brandon Munger1-12/+40
2015-12-20r9751: Driver clean up Brandon Munger1-206/+169
2015-12-20r9751: More PDC changes Brandon Munger1-7/+24
2015-12-20r9751: some more pdc changes Brandon Munger1-17/+31
2015-12-20r9751: More work on PDC and r9751.c clean up. Brandon Munger1-6/+6
2015-12-20r9751: Correct ROM names and attach P8237 DMA to PDC address space Brandon Munger1-1/+1
2015-12-20R9751 PDC Floppy disk changes Brandon Munger1-0/+12
2015-12-20Initial ROLM 9751 driver Brandon Munger1-0/+387
2015-09-30move mess into mame (nw) Miodrag Milanovic1526-664376/+0
2015-09-30rename of driver files to make names unique (nw) Miodrag Milanovic4-0/+0
2015-09-30Cleanups and version bumpmame0166 Miodrag Milanovic22-576/+576
2015-09-29Reduce quantum frequency. Optimal value still undetermined and likely to ↵ Happy1-1/+1
change if RDP emulation speed changes.
2015-09-29at: let's do it like this instead (nw) cracyc3-9/+15
2015-09-29Fix for regression /fatalerror) in k286i (nw) Scott Stone1-1/+1
2015-09-28i8271: modernize [Carl] cracyc7-62/+68
2015-09-28xbox.c: add support for harddisk and cdrom (nw) yz70s1-1/+27
With this it will load the defalut.xbe from an iso image and jump on it
2015-09-28Same (nw) arbee1-4/+2
2015-09-28Added overlooked factor of 2 to VI timing to account for vertical resolution ↵ Happy1-3/+3
being set in half-lines. Changed rsp disassembly to use MIPS ABI names for registers. Implemented 'start valid' bit in RDP status register. Increased scheduler quantum time to allow for better r4300 <-> RSP signaling.
2015-09-28TI DataMan WIP hap2-1/+209
2015-09-28 - Added correct reset values Joakim Larsson Edstrom1-13/+33
- Added correct read FIFO depths for the different SCC variants - Started work on interrupt system, not verified/debugged due to lack of software - Added conditonal compile for MVC and GCC LOG messages to sort out differences - Cleaned up LOG messages
2015-09-27Skeleton driver: Miodrag Milanovic1-0/+99
-Squale [Miodrag Milanovic, thanks to Olivier Aichelbaum]
2015-09-27br8641: Added a little meat to the bones. Robbbert1-11/+147
2015-09-27new driver: ZAP - Z80 Applications Processor - based on the book "Build Your ↵ Felipe Corrêa da Silva Sanches3-0/+230
Own Z80 Microcomputer" by Steve Ciarcia (1981)
2015-09-27notes about NAOMI/Dreamcast BIOS CRC protection (nw) MetalliC1-1/+24
correct it plz if my english is bad
2015-09-26VI timing period is now set dynamically from the VI registers. Happy1-3/+5
VI timing should now be accurate (for NTSC)
2015-09-26New NOT WORKING systems Sandro Ronco1-0/+12
---------------------------------------------- VTech Genius KID ABC Fan (Germany) [TeamEurope] VTech CARS 2 Laptop (Germany) [TeamEurope]
2015-09-26a2600: new 6502 PC=cur inst, old 6502 PC=prev inst (MT 5345) [Mike Saarna, ↵ arbee1-1/+1
Trebor, R. Belmont]
2015-09-26bcs3: Various improvements. Robbbert1-295/+259
2015-09-25DEC LA120: Redumped firmware ROM, now passes checksum test. [Brian Walenz] Lord-Nightmare1-2/+2
2015-09-24gb.c: Added supergb2. (nw) Wilbert Pol1-0/+33
2015-09-24Moved bus\a8sio files to bus\a800 to avoid redundancy (nw) Scott Stone1-1/+1
2015-09-24ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ mahlemiut3-13/+87
require some cache funkiness.
2015-09-23N64 changes Happy1-1/+1
PI transfers round down/truncate last bit SI transfers signal busy while waiting for delay Initial work to seperate VI from RDP as the actual hardware has no direct communication between them Stop ERET instruction spamming the error log Stop screen update from spamming the error log for using MCFG_SCREEN_VBLANK_TIME. The value set was also complete nonsense.
2015-09-22cleaning up and adding some historical info about the boards origin Joakim Larsson Edstrom1-8/+38
2015-09-22Added color info of LEDs in PCB overview Joakim Larsson Edström1-3/+3
2015-09-22Improved address map and filled the PCB outline Joakim Larsson Edstrom1-49/+55
2015-09-22System ROM up and running, ROM/RAM adress map ok, started to add PIT Joakim Larsson Edstrom1-52/+22
2015-09-22started work on Motorola MVME-350 Joakim Larsson Edstrom1-0/+251
2015-09-21pcd: use ul (nw) cracyc1-1/+1
2015-09-21cleaning up and adding some historical info about the boards origin Joakim Larsson Edstrom1-8/+38
2015-09-21v9938.c: Fix MT#05622 and MT#05623 Wilbert Pol6-57/+4
2015-09-21Added color info of LEDs in PCB overview Joakim Larsson Edström1-3/+3
2015-09-21Improved address map and filled the PCB outline Joakim Larsson Edstrom1-49/+55
2015-09-21System ROM up and running, ROM/RAM adress map ok, started to add PIT Joakim Larsson Edstrom1-52/+22
2015-09-21started work on Motorola MVME-350 Joakim Larsson Edstrom1-0/+251
2015-09-21mc146818: 24/12 default setting (nw) cracyc1-0/+1
2015-09-21mps1230.c: switched the ROMs around so the latest firmware loads last (nw) Guru1-2/+2
2015-09-21DEC LA120: Implemented LED output via logerror; marked one ROM as bad since ↵ Lord-Nightmare1-6/+65
it fails its internal checksum tests. [Lord Nightmare]
2015-09-21DEC LA120: Keyboard matrix is done, keyboard reading should work in theory. ↵ Lord-Nightmare1-25/+248
UART partly attached. Corrected cpu XTAL. [Lord Nightmare]