summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEC Rainbow: fixed Z80 access to shared RAM, motor on/off signal, and ROM lab... arbee2015-07-041-43/+53
* hp64k: fix compile with OG's latest changes, seems to still work OK. (nw) arbee2015-07-042-2/+2
* new NOT WORKING David Haywood2015-07-042-1/+81
* Merge branch 'hp64k_dev2' of https://github.com/fulivi/mame balr0g2015-07-044-874/+1659
|\
| * hp64k: ws & indentation cleanup fulivi2015-07-043-1427/+1433
| * Merge branch 'hp64k_dev' into hp64k_dev2 fulivi2015-07-034-22/+801
| |\
| | * hp64k: floppy I/F, beeper, DIP switches & lower 32kw of RAM added. fulivi2015-07-033-19/+662
| | * hp64k: DMA added to HP hybrid CPU (working?) fulivi2015-06-172-7/+49
| | * hp64k: slot selection & lower 32k RAM added (working?) fulivi2015-06-121-1/+68
| | * hp64k: periodic interrupt added fulivi2015-06-121-1/+28
* | | Further improvements + two missing files. Congo Bongo netlist now parses couriersud2015-07-045-2/+186
* | | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 de... mahlemiut2015-07-055-49/+292
* | | fix GCC 4.4 compile mahlemiut2015-07-051-2/+2
* | | Added MM5837 Noise Generator used by Congo Bongo. [Couriersud] couriersud2015-07-042-0/+2
* | | Fix monoflops couriersud2015-07-041-1/+1
* | | Added CD4538 couriersud2015-07-045-19/+112
* | | rgbsse.h - Added andnot_reg, clamp_to_uint8, bilinear_filter_rgbaint member f... ted green2015-07-034-252/+489
* | | Close open files. (nw) Mike Naberezny2015-07-031-0/+4
* | | Remove unused variables. (nw) Mike Naberezny2015-07-031-2/+0
* | | saa1099: fix compile (nw) arbee2015-07-031-8/+8
* | | Remove unused variables. (nw) Mike Naberezny2015-07-031-2/+2
* | | Merge pull request #234 from system11b/S11rittam R. Belmont2015-07-033-20/+80
|\ \ \
| * \ \ Merge branch 'master' into S11tamrit system11b2015-07-0348-2131/+4612
| |\ \ \
| * | | | Corrected arcade.lst entry system11b2015-07-011-1/+1
| * | | | Added R&T clone of Rod-Land system11b2015-06-303-20/+80
* | | | | Merge pull request #232 from mixxmaster/master R. Belmont2015-07-034-25/+32
|\ \ \ \ \
| * | | | | random letter removed mixxmaster2015-07-011-1/+1
| * | | | | accidentally let a few typos split mixxmaster2015-07-011-9/+9
| * | | | | corrected version history* mixxmaster2015-06-291-2/+2
| * | | | | fixed SAA1099 to actually use clock (nw); corrected Game Blaster/SB1.0 clock ... mixxmaster2015-06-294-25/+32
* | | | | | Update png.py to drj11/pypng@c5daab38999070eb2bc9e513eb70715ebc5de3ae (nw) Mike Naberezny2015-07-031-21/+53
* | | | | | Remove semicolons from end of lines in Python code. (nw) Mike Naberezny2015-07-031-39/+38
* | | | | | renamed some cpu core inc files to c hap2015-07-0311-30/+35
* | | | | | moved sm510/11/12 specifics to their own files hap2015-07-035-128/+252
* | | | | | renamed sm510/sm510op.inc to sm510/sm510op.c hap2015-07-032-3/+4
| |_|/ / / |/| | | |
* | | | | more opcodes added hap2015-07-034-57/+69
* | | | | decos32.c: added save state support (nw) Ivan Vangelista2015-07-033-301/+353
* | | | | Align memory with MALLOC_DEBUG (nw) Vas Crabb2015-07-041-18/+39
* | | | | Don't make malloc replacement incompatible with malloc (nw) Vas Crabb2015-07-031-3/+3
* | | | | added most obvious opcodes hap2015-07-033-49/+121
* | | | | Added MCPX roms angelosa2015-07-021-1/+7
* | | | | Merge branch 'master' of https://github.com/mamedev/mame angelosa2015-07-0216-529/+1239
|\ \ \ \ \
| * | | | | Identify size_t usage in printf by enclosing the argument in couriersud2015-07-026-9/+19
| * | | | | firebeat: Fix 8x8 character rendering (nw) Ville Linde2015-07-021-3/+8
| * | | | | firebeat: Completely rewrote the graphics chip emulation [Ville Linde] Ville Linde2015-07-021-483/+633
| * | | | | Update suprloco.c Osso2015-07-021-2/+3
| * | | | | z8000: fix lda register corruption (nw) cracyc2015-07-011-1/+2
| * | | | | cps2.c: Minor correction & doc update - NW briantro2015-07-011-4/+4
| * | | | | m20: 8086 apb [Carl, rfka01, Christian Groessler] cracyc2015-07-013-26/+183
| * | | | | added empty opcode handlers hap2015-07-023-4/+390