summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback (... smf-2014-01-102-10/+13
* i8089: fix small bugs (nw) cracyc2014-01-104-14/+20
* (MESS) softbox: Fixed validation. (nw) Curt Coder2014-01-102-6/+5
* (MESS) Moved files to emu/bus. (nw) Curt Coder2014-01-1010-0/+1260
* fix building with standard development tools (nw) smf-2014-01-101-0/+4
* Removed pointless "...->object()->" usage and fixed some issues in debug buil... Couriersud2014-01-107-87/+83
* standardised 7474 MCFG and reduced number of run time lookups (nw) smf-2014-01-102-13/+4
* fixed pc1403 & pc1403h crashing and standardised devcb2 callbacks (nw) smf-2014-01-102-14/+27
* Fixed c128 starting up and changed reset line on c64 cartridges to active low... smf-2014-01-107-7/+7
* Quite a number of simplifications for netlist. Also tested some parallel proc... Couriersud2014-01-1014-194/+208
* v810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-102-788/+710
* moved variables (nw) smf-2014-01-102-25/+25
* Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2... smf-2014-01-104-6/+6
* i8251: as per the manual, disabling Tx mid-byte should wait for transmission ... R. Belmont2014-01-102-15/+45
* Added a note (nw) Wilbert Pol2014-01-091-0/+2
* (MESS) New working system: Wilbert Pol2014-01-092-0/+179
* fixed Z80DART parity selection [smf] smf-2014-01-081-2/+2
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* (MESS) cbm2: HRG cartridge WIP. (nw) Curt Coder2014-01-083-35/+82
* (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] Curt Coder2014-01-082-36/+36
* got rid of namcona1 legacy nvram handler Michaël Banaan Ananas2014-01-081-0/+1
* got rid of namconb1 legacy nvram handler Michaël Banaan Ananas2014-01-081-0/+1
* It makes more sense to mask out the errors that are going to be brought in fr... smf-2014-01-081-2/+2
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-087-112/+132
* Sets RR1_ALL_SENT on reset, previously it relied on tra_complete() being call... smf-2014-01-081-0/+1
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-073-19/+19
* More house-cleaning on netlist. No wn Couriersud2014-01-078-629/+678
* tlcs90.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-062-905/+901
* reduced the number of callers to set_a_input by calling porta_w & made the WR... smf-2014-01-062-6/+6
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-062-81/+2
* Moved analog stuff into its new home. No wn. Couriersud2014-01-0614-17/+18
* Netlist: Couriersud2014-01-067-85/+335
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-069-185/+142
* Fixed noise period on AY8910. [Dr. Venom, Couriersud] Couriersud2014-01-051-25/+28
* Netlist: Couriersud2014-01-055-6/+38
* check was the wrong way around, causing another event to be popped after a st... Michaël Banaan Ananas2014-01-041-1/+1
* Canonicalize more devcb2 (nw) R. Belmont2014-01-041-31/+28
* Follow Aaron's official devcb2 pattern (nw) R. Belmont2014-01-041-10/+10
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-049-1/+24
* Added PET user port joystick adapter [smf] smf-2014-01-044-0/+178
* Modernized upd7002 device. (nw) Ivan Vangelista2014-01-042-183/+154
* floppy.c: add epson smd-165, used in the pf10 Dirk Best2014-01-042-237/+73
* Move the loop back of pins to the .h for consistency with diag264 user port. ... smf-2014-01-046-66/+6
* Added missing loop backed pins. (nw) smf-2014-01-048-3/+76
* floppy.c: add epson drives Dirk Best2014-01-042-0/+156
* Added user port pinout from CBMII manual [smf] smf-2014-01-041-0/+14
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-0424-799/+313
* Fixed pin 8 (RxC was missing and P0 was mapped twice) (nw) smf-2014-01-041-1/+1
* fixed protovision adapter (nw) smf-2014-01-042-9/+5
* floppy.c: fix bug when inserting images after starting the floppy motor Dirk Best2014-01-041-1/+1