Commit Graph

36113 Commits

Author SHA1 Message Date
hap
13389141ee copy-paste license from fidelz80.c 2015-05-21 20:29:06 +02:00
Miodrag Milanovic
2f68542eb0 missed few (nw) 2015-05-21 20:21:45 +02:00
Miodrag Milanovic
1a0a0f0d1e unified all for Fabio (nw) 2015-05-21 20:21:45 +02:00
Miodrag Milanovic
1751b0e5bf updating remaining for RB (nw) 2015-05-21 20:21:43 +02:00
R. Belmont
4f33c75a04 License self-service (nw) 2015-05-21 14:19:40 -04:00
Miodrag Milanovic
216ee68ce3 unified unknown license (nw) 2015-05-21 20:10:59 +02:00
Miodrag Milanovic
cce1d64fe1 update for Gordon Jefferyes (nw) 2015-05-21 20:10:58 +02:00
hap
f840b1a45b add notes 2015-05-21 20:07:47 +02:00
Miodrag Milanovic
fe68338c2c All files now do have owner (nw) 2015-05-21 20:06:05 +02:00
Peter Ferrie
bd33a945ae savquest: map in second S3, solve the "white screen" problem 2015-05-21 10:30:50 -07:00
Curt Coder
9ee29390ad Fixed typo. (nw) 2015-05-21 16:06:41 +03:00
Curt Coder
c15fbd2ad9 (MESS) c2040: Refactored to use mos6530n. (nw) 2015-05-21 15:47:26 +03:00
Dirk Best
c6bcaa8afa nascom_fdc: hook up ready line and motor off control, fixes format
command
2015-05-21 14:10:37 +02:00
Dirk Best
d85e85b2d7 Fix floppy disk image creation from command line 2015-05-21 12:51:42 +02:00
Dirk Best
a99eb86a2b Nascom: Add CP/M disk images to softlist 2015-05-21 10:58:12 +02:00
etabeta78
05ac233c0a gameboy: more updates to the cart emulation [Tauwasser]
- fixed some MBC1, MBC2 details
  - added MMM01 notes on registers
  - fixed Sachen MMC1 implementation so that Sachen logo
    is properly displayed
  - started work on the emulation of Sachen MMC2 mapper
2015-05-21 10:20:40 +02:00
Miodrag Milanovic
5ba57c6cde propagate _subtarget in maintargetosdoptions call (nw) 2015-05-21 08:37:59 +02:00
Peter Ferrie
d64834e32f add some RWTS18 title IDs (nw) 2015-05-20 22:14:06 -07:00
RobertoFresca
fae7c98ad1 Some spacing, align, and copyrights... 2015-05-20 22:33:49 -03:00
couriersud
31c879e7ba Added stop virtual method to devices to be able to log statistics
outside of destructors. In addition replaced printf by 
netlist().log(...). (nw)
2015-05-21 00:21:15 +02:00
Ivan Vangelista
6bc7a20a51 dynduke.c, igs009.c: added save state support (nw) 2015-05-20 23:50:55 +02:00
Ivan Vangelista
a394438a54 Fixed typo (nw) 2015-05-20 23:46:37 +02:00
hap
c2e31774dc checkpoint 2015-05-20 22:44:43 +02:00
hap
7b3fe379b4 note 2015-05-20 22:03:07 +02:00
Wilbert Pol
fddcd92224 License updates (nw) 2015-05-20 21:35:44 +02:00
Wilbert Pol
6206df1b96 Note update (nw) 2015-05-20 21:30:41 +02:00
couriersud
f10abf48d7 Another round of -Wextra -Wdouble-promotion fixes. (nw) 2015-05-20 21:24:59 +02:00
hap
a082abcd7d checkpoint 2015-05-20 18:08:39 +02:00
Dirk Best
c3f47033c5 Nascom: Add support for the CP/M version of the Nascom 2 2015-05-20 16:01:36 +02:00
Dirk Best
a877bb053b nascom_fdc: proper support for single/double sided disk drives 2015-05-20 16:01:32 +02:00
Dirk Best
611bb042f4 nascom_dsk: add support for the cp/m disk formats, use single sided
formats first that are compatible with all drives
2015-05-20 16:01:27 +02:00
Dirk Best
d68d4a572f wd177x_dsk: improve automatic format choice 2015-05-20 16:01:23 +02:00
Dirk Best
5e6e03f98a floppy: truncate files to new size on save 2015-05-20 16:01:19 +02:00
Dirk Best
34926eb22c corefile: add a function to truncate files 2015-05-20 16:01:15 +02:00
Dirk Best
8d1a91b773 Floppy: Add a function to return the number of sides the drive has 2015-05-20 16:01:10 +02:00
Dirk Best
9da5b008e3 wd_fdc: Only return index pulse status in status type 1 mode. Fixes
Nascom formatting.
2015-05-20 16:01:06 +02:00
Andrew Gardner
978819f6ab Proper clocks for Monty. (nw) 2015-05-20 15:18:24 +02:00
hap
9157447635 and back to 8-way again, as shown in the manual 2015-05-20 14:42:45 +02:00
Miodrag Milanovic
fde2e4db3f resolved lot more (nw) 2015-05-20 13:48:57 +02:00
hap
5e4c4cc21c but not the license 2015-05-20 13:28:23 +02:00
David Haywood
7eb5363da9 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-20 12:25:20 +01:00
David Haywood
f842afecdd 4 way issue aside this is definitely a driver i remember working on, see whatsnew_062.txt credit (nw) 2015-05-20 12:25:06 +01:00
hap
bb70541c18 added simple opcodes 2015-05-20 13:24:04 +02:00
hap
817d131dfd tag 2015-05-20 13:18:03 +02:00
couriersud
d4d47e0b1c Fix clang compile. (nw) 2015-05-20 09:36:04 +02:00
mahlemiut
adc0b0b6c2 clgd542x: added transparency support, fixed some lockup issues with colour expanded system-to-VRAM BitBLTs. 2015-05-20 18:43:33 +12:00
Miodrag Milanovic
5018b72a79 update for Robert Justice (nw) 2015-05-20 07:42:59 +02:00
couriersud
39d1154e31 Another round of -Wextra -Wdouble-promotion fixes. (nw) 2015-05-20 01:42:51 +02:00
couriersud
ea1a9f0793 netlist:
- code maintenance. 
- added a parameter to various calls to indicate we are doing a
  newton-raphson. Preparation for relaxation.
- rename plinearlist_t to plist_t
- added parray_t
- minor renames
(nw)
2015-05-20 01:42:50 +02:00
hap
0ca552d593 added m58846 disasm 2015-05-20 01:39:02 +02:00