summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winfile.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-561/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* pty: put a stopper in windows & osdmini versions of OSD as they don't fulivi2015-10-141-0/+8
* winfile.c: Stop crashing after saving to a disk image loaded from a software ... Curt Coder2015-07-051-0/+3
* Fix creation of paths Vas Crabb2015-03-311-15/+9
* More code alignment (windows/sdl). (nw) couriersud2015-01-241-17/+0
* actually this is less invasive, based on code that was already there, and wor... mamehaze2015-01-091-11/+10
* restore path creation in SDLMAME builds on Windows. mamehaze2015-01-091-6/+11
* Use the correct call to free memory in windows osd_close [smf] smf-2014-04-161-5/+8
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-4/+4
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-111-0/+37
* winfile: Allow write-only files to be opened by external programs while MAME ... R. Belmont2013-10-201-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-35/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* fixed unitialized memory in osd_file (nw) Oliver Stöneberg2013-01-091-0/+1
* Added windows implementation of pseudo tty access functions over pipes [Carl] Miodrag Milanovic2012-02-191-0/+16
* Fixed warnings found by GCC 4.6.2 without change of h63484.c since that one i... Miodrag Milanovic2011-09-221-2/+1
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-5/+5
* Added socket support to windows osd [Miodrag Milanovic] Miodrag Milanovic2011-07-281-44/+67
* (gcc 4.5 compile error) Michaël Banaan Ananas2010-05-051-0/+1
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-5/+5
* osd_get_emulator_directory removed (no credit) Miodrag Milanovic2010-02-131-13/+0
* - Removed not used OSD functions Miodrag Milanovic2010-02-131-246/+9
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-1/+398
* Removed stdlib.h from osdcomm.h. Couriersud2010-01-171-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-22/+22
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-121-2/+34
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-3/+3
* Fixed chdman -extract to a physical drive on Windows. Aaron Giles2008-03-191-2/+13
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+331