OSDN Git Service

[VM][X1] Merge Upstream 2017-03-01.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 3/1/2017
2
3 [EMU/DEBUGGER] support < command (input commands from file)
4
5 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
6
7
8 2/9/2017
9
10 [WINMAIN] support to draw bitmap image onto buttons
11 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
12 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
13
14 [BABBAGE2ND] add bitmap images for buttons
15 [EX80] add bitmap images for buttons
16 [SMB80TE] add bitmap images for buttons
17 [TK80BS] add bitmap images for buttons
18 [TK85] support NEC TK-85
19 [YS6464A] add bitmap images for buttons
20
21
22 12/31/2016
23
24 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
25 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
26 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
27 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
28
29
30 12/30/2016
31
32 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
33
34
35 12/29/2016
36
37 [RESOURCE] recompress png files in https://tinypng.com/
38
39 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
40
41 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
42 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
43 [SMB80TE] support SHARP SM-B-80TE
44
45
46 4/13/2016
47
48 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
49 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
50
51 [VM/DATAREC] support to detect the frequency of signal
52 [VM/DATAREC] fix to always adjust zero position of wave signal
53 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
54 [VM/UPD7810] support debugger
55 [VM/UPD7810] support MOV A,S opecode
56 [VM/UPD7810] fix not to change V register (thanks PockEmul)
57
58 [PC2001] support NEC PC-2001
59 [PC2001] fix cpu clock
60 [PC2001] support beep sound
61 [PC2001/IO] support rtc control signals
62 [YALKY] support Yuasa Kyouiku System YALKY
63 [YALKY/IO] improve data recorder controller
64
65
66 4/1/2016
67
68 [VM/DATAREC] suppot to specify channel of data and voice for each vm
69 [VM/UPD7810] support uPD7810 series based on MAME 0.152
70 [VM/UPD16434] support uPD16434 based on PockEmul
71
72 [PC2001] support NEC PC-2001 (not work)
73 [SMC70] support SONY SMC-70
74 [YALKY] support Yuasa Kyouiku System YALKY (not work)
75
76
77 3/23/2016
78
79 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
80 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
81 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
82
83 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
84 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
85 [MZ80K/KEYBOARD] fix shift and kana keys
86 [MZ2800] fix issue that prnfile instance is not initialized
87
88
89 3/17/2016
90
91 [ALL] improve VC++2013 project files for include/lib directories and manifest
92
93 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
94 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
95 [EMU] add get_sound_rate()
96
97 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
98
99 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
100
101
102 3/16/2016
103
104 [VM/HUC6280] support busreq
105 [VM/MSM5205] support MSM5205 based on MAME 0.171
106 [VM/SCSI_CDROM] support SCSI CD-ROM drive
107 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
108 [VM/SCSI_DEV] support more correct req timing
109 [VM/SCSI_DEV] simplify codes
110 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
111 [VM/SCSI_HDD] simplify codes
112 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
113
114 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
115 [PCENGINE] change icon file
116
117
118 3/5/2016
119
120 [EMU] add force_out_debug_log() function
121
122 [VM/DEVICE] add definitions for SCSI signals
123 [VM/I8237] suuport output signal to notify terminal count
124 [VM/MB8877] support MB89311
125 [VM/SCSI_HOST] support SCSI base host adaptor
126 [VM/SCSI_DEV] support SCSI base device
127 [VM/SCSI_HDD] support SCSI hard disk drive
128 [VM/UPD71071] fix to clear registers at initialize() for debug mode
129 [VM/UPD71071] fix initial mode and mask registers values in reset()
130
131 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
132 [FMR30/SCSI] support SCSI host adaptor
133 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
134 [FMR50/BIOS] remove codes for unused memory card and power management bios
135 [FMR50/SCSI] support SCSI host adaptor
136
137
138 3/1/2016
139
140 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
141 [ALL] rename pair and scrntype to pair_t and scrntype_t
142
143 [COMMON] add get_long_full_path_name() and get_parent_dir()
144 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
145 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
146 [EMU] add get_osd()
147 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
148 [EMU] add get_access_lamp_status() and get_led_status()
149 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
150 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
151
152 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
153 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
154 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
155 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
156 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
157 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
158 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
159
160 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
161 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
162 [J3100] fix build issues (thanks Mr.Artane.)
163
164
165 2/26/2016
166
167 [WINMAIN] refactor codes
168 [WIN32] fix routine to check the Windows Vista or later
169 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
170 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
171
172 [VM/HD46505] support to set character clock
173 [VM/MC6840] reimplement based on MAME 0.168
174 [VM/T3444A] fix build error
175 [VM/YM2203] fix to clear output register and mode register in reset()
176
177
178 2/21/2016
179
180 [VM/MB8877] fix timing to start read/write sector for invalid format track
181 [VM/T3444A] fix timing to start read/write sector for invalid format track
182
183 [MZ2500/CMT] fix reset signal again for Laydock
184
185
186 2/19/2016
187
188 [ALL] add VC++2013 project files
189 [ALL] change many public method names according to common naming convention
190
191 [COMMON] add create_string() function
192 [WINMAIN] copy codes to read clipboard for auto key from osd class
193 [EMU] copy codes for auto key and joystick mapping from osd class
194 [EMU/OSD] remove codes for auto key and joystick mapping
195
196 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
197 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
198 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
199
200 [MZ2200/MEMORY80B] fix green monitor color
201
202
203 2/17/2016
204
205 [EMU] improve screen stretch modes
206 [EMU/OSD] improve screen stretch modes
207
208 [VM/FMGEN] support to set left/right volumes
209 [VM/YM2151] support to set left/right volumes
210 [VM/YM2203] support to set left/right volumes
211 [VM/Z80DMA] fix timing of bus request and release
212
213 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
214 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
215
216
217 2/13/2016
218
219 [VM/DISK] fix routine to calculate sector position for invalid format track
220 [VM/DISK] increase max sector number from 256 to 512
221 [VM/MB8877] improve timing to start read/write sector for invalid format track
222 [VM/MZ1P17] fix initial value of reset signal
223 [VM/PRNFILE] fix initial value of reset signal
224 [VM/T3444A] improve timing to start read/write sector for invalid format track
225
226 [MZ2200/MEMORY80B] support dual (color and green) monitors
227
228
229 2/11/2016
230
231 [VM/DISK] fix to allow fdc class to get gap3 size
232 [VM/MB8877] improve timing to start read/write sector
233 [VM/T3444A] improve timing to start read/write sector
234 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
235
236
237 2/10/2016
238
239 [COMMON] improve routine to apply volume to sound samples
240 [WINMAIN] improve volume dialog
241 [WINMAIN] change volume uppder limit from +20dB to 0dB
242 [WINMAIN] support joystick dialog
243 [WINMAIN] simplify codes
244 [EMU] remove function to get sound device info
245 [EMU] change keyboard/joystick/mapper data pointer to const pointer
246
247 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
248 [PC6001/PSUB] fix for constant keyboatd data pointer
249 [X1/KEYBOARD] fix for constant keyboatd data pointer
250
251
252 2/7/2016
253
254 [WINMAIN] add dialog to set sound device volumes
255 [EMU] support to get sound device info
256 [EMU] support to set left/right volumes
257
258 [VM/BEEP] support to set left/right volumes
259 [VM/DATAREC] support to set left/right volumes
260 [VM/DEVICE] add virtual function to set left/right volumes
261 [VM/LD700] support to set left/right volumes
262 [VM/PCM1BIT] support to set left/right volumes
263 [VM/SN76489AN] support to set left/right volumes
264 [VM/TMS3631] support to set left/right volumes
265 [VM/UPD7552] support to set left/right volumes
266 [VM/YM2151] support to set volume
267 [VM/YM2203] support to set volume
268 [VM/YM2413] support to set left/right volumes
269 [VM/YM2413] fix memory leak issue
270
271 [BMJR/MEMORY] support to set left/right volumes
272 [FAMILYBASIC/APU] support to set left/right volumes
273 [MULTI8] support beep sound
274 [PV1000/PSG] support to set left/right volumes
275 [SCV/SOUND] support to set left/right volumes
276
277
278 2/4/2016
279
280 [VM/TMS9995] support debugger
281
282
283 1/10/2016
284
285 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
286 [VM/MZ1P17] support MZ-2/3/X1 mode
287 [VM/MZ1P17] improve hiragana mode
288 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
289 [VM/MZ1P17] improve busy signal
290 [VM/MZ1P17] support ack and reset signal
291 [VM/PRNFILE] improve busy signal
292 [VM/PRNFILE] support ack and reset signal
293
294 [MZ1500] support dummy printer device and MZ-1P17
295 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
296 [MZ2500/PRINTER] improve to use printer reset signal
297 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
298 [MZ3500] support dummy printer device and MZ-1P17
299 [MZ5500] support dummy printer device and MZ-1P17
300 [PC8801/PC88] fix to get printer busy status
301 [PC9801] fix to get printer busy status
302 [PC98LT] fix to get printer busy status
303 [X1] support dummy printer device and MZ-1P17
304
305
306 12/31/2015
307
308 [VM/MZ1P17] support underline, hiragana mode, and color mode
309
310
311 12/30/2015
312
313 [COMMON] add jis_to_sjis() function
314 [EMU] fix to delete OSD instance after delete VM instance
315 [EMU/OSD] improve functions to manipulate bitmaps and fonts
316
317 [VM/PRNFILE] support save/load state
318 [VM/MZ1P17] support MZ-1P17
319
320 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
321
322
323 12/23/2015
324
325 [ALL] fix for UNICODE character set case
326
327 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
328 [EMU/OSD] improve to capture screen with png file format
329 [EMU/OSD] improve functions to manipulate bitmaps and fonts
330
331 [TOOL/MZ80K] support software keyboard for MZ-80K/C
332
333
334 12/20/2015
335
336 [EMU/OSD] remove functions for pinter interface
337 [EMU/OSD] add functions to manipulate bitmaps and fonts
338
339 [VM/PRNFILE] support dummy printer device that outputs to file
340
341 [MZ80K/MEMORY] combine memory class and display class
342 [MZ80K/MEMORY] support PCG-8000/1200
343 [MZ700/MEMORY] fix PCG-700
344 [PC6001] improve to use new dummy printer device
345 [PC8801] improve to use new dummy printer device
346 [PC9801] improve to use new dummy printer device
347 [PC98LT] improve to use new dummy printer device
348 [X1] improve to use new dummy printer device
349
350
351 12/17/2015
352
353 [COMMON] add application_path() and create_local_path()
354 [COMMON] add create_date_file_path()
355 [COMMON] add get_host_time()
356 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
357 [EMU/OSD] remove OSD::create_date_file_name()
358 [EMU/OSD] remove EMU::get_host_time()
359 [WIN32/SCREEN] fix screen rotation
360
361 [EX80] improve screen
362
363
364 12/16/2015
365
366 [COMMON] improve config, common, and fileio for other environments
367 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
368 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
369
370 [VM/DISK] improve for other environments
371 [VM/F9368] support F9368
372 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
373 [VM/LD700] improve for other environments
374 [VM/MC6809] improve for other environments
375 [VM/UPD765A] improve for other environments
376 [VM/V99X8] fix to check if screen buffer is valid or not
377
378 [EX80] support save/load state
379 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
380 [J3100] fix build errors (thanks Mr.Artane.)
381 [TK80BS] support save/load state
382
383
384 12/15/2015
385
386 [WINMAIN] fix to check if button caption is multi-line or not
387
388 [VM/I8080] fix to use fetch_op() function to fetch opecode
389 [VM/I8080] support to read interrupt enabled status
390
391 [EX80] support TOSHIBA EX-80
392 [TK80BS] improve screen
393
394
395 12/10/2015
396
397 [COMMON] improve common.h for other environments
398 [WIN32/SCREEN] fix crt filter issue for eFM-7
399
400
401 12/9/2015
402
403 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
404 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
405 [WIN32/SCREEN] support to load png image from resource
406
407 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
408 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
409 [TK80BS] add printed circuit board picture and buttons
410 [X1TURBO/PSUB] fix kana key map in keyboard mode B
411
412
413 11/18/2015
414
415 [WINMAIN] support to eject disk with d88 bank selection menu open
416 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
417
418 [VM/*] add tape_playing(), tape_recording(), and tape_position()
419
420 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
421
422
423 10/31/2015
424
425 [WIN32/INPUT] fix broken auto key function
426 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
427 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
428
429 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
430
431
432 10/27/2015
433
434 [VM/IO] fix build error
435 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
436
437
438 10/7/2015
439
440 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
441 [VM/IO] improve debug log for second cpu
442
443 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
444
445
446 10/6/2015
447
448 [WIN32/DEBUGGER] add > command to output the logfile
449
450 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
451 [VM/Z80] improve disassembler for DD/ED/FD opecodes
452
453 [MZ3500/SUB] fix character vram bit width
454 [MZ3500/SUB] fix graphic vram size
455 [MZ3500/SUB] fix to negate color palette number of kanji character screen
456
457
458 9/30/2015
459
460 [EMU/WIN32] fix eFM77AV40/EX menu issues
461
462 [VM/TMS3631] add TMS3631 based on Neko Project 2
463
464 [MZ3500/SUB] support monochrome mode
465 [MZ3500/SUB] support vertical/horizontal line
466 [MZ3500/SUB] fix character color in the case color number is zero
467 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
468 [PC9801] support PC-9801-14
469
470
471 9/29/2015
472
473 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
474
475 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
476 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
477
478 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
479 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
480 [MZ3500/MAIN] support some dip switches
481 [MZ3500/SUB] support middle resolution monitor and green monitor
482 [PC9801] support to enable/disable sound board and sound bios
483
484
485 9/26/2015
486
487 [MZ3500/SUB] fix kanji character renderer
488 [MZ3500/SUB] fix character renderer for non transparent black color
489
490
491 9/25/2015
492
493 [MZ3500] support HALT button
494 [MZ3500/KEYBOARD] support PRO/OP mode switch
495 [MZ3500/KEYBOARD] support CL and 00 keys
496 [MZ3500/KEYBOARD] change key assign for program control keys
497 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
498 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
499 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
500 [MZ3500/SUB] support kanji rom and kanji vram
501 [MZ3500/SUB] implement graphic screen renderer
502
503
504 9/23/2015-2
505
506 [MZ3500/KEYBOARD] support kana key
507
508
509 9/23/2015
510
511 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
512
513 [MZ3500] support SHARP MZ-3500
514 [MZ3500/KEYBOARD] implement keyboard
515 [MZ3500/SUB] enlarge ram size of sub cpu
516 [MZ3500/SUB] fix text screen renderer
517
518
519 9/17/2015
520
521 [TOOL/ANY2D88] support to convert solid image to 1dd
522 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
523
524 [WINMAIN] improve to inhibit starting screen saver
525
526 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
527 [VM/DISK] update physical disk format table
528 [VM/DISK] improve fdi converter
529 [VM/DISK] support to get am1 position in id field
530 [VM/MB8877] improve timing to start read/write sector
531 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
532 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
533 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
534
535 [MZ80K/DISPLAY] support green monitor for MZ-80C
536 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
537
538
539 9/15/2015
540
541 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
542
543 [COMMON] add FileLength() function to FILEIO class
544 [WIN32/DEBUGGER] disable ctrl-c on the debug console
545
546 [VM/DATAREC] support to record tap format image
547 [VM/DISK] simplify image loader
548 [VM/DISK] improve cpdread converter for invalid track size table
549
550 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
551
552
553 9/9/2015
554
555 [COMMON] add batch file to merge manifest file for Windows Vista or later
556
557
558 9/8/2015
559
560 [VM/DISK] fix for single density disk in double density drive
561 [VM/T3444A] support T3444A/T3444M
562
563 [BMJR] support HITACHI BASIC Master Jr
564 [MZ80K/MZ80FIO] support MZ-80FIO
565 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
566 [PC6001] fix signal connections between i8255 and PC-80S31K
567
568
569 8/28/2015
570
571 [WIN32/SCREEN] improve and simplify crt filter
572
573 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
574 [VM/DATAREC] rename set_context_out() to set_context_ear()
575 [VM/DEVICE] add virtual functions to get remaining time until event is expired
576 [VM/DEVICE] add functions to get remaining time until event is expired
577 [VM/MC6800] fix build error for MB8861
578 [VM/YS6522] support YS6522 based on MAME 0.164
579
580 [JR100] support National JR-100
581
582
583 8/25/2015
584
585 [WIN32/SCREEN] improve crt filter for non stretched screen
586 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
587
588 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
589
590
591 8/24/2015
592
593 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
594 [VM/DISK] fix to save single side solid image correctly
595 [VM/DISK] fix imagedisk converter for single side disk image
596
597
598 8/23/2015
599
600 [VM/DISK] fix routine to check FM-7 DEATH FORCE
601
602
603 8/22/2015-2
604
605 [VM/DISK] support solid 1dd 280kb disk image with .img extension
606 [VM/MB8877] revert the fix in 8/22/2015
607
608 [SMC777] fix floppy drive speed to 600rpm
609
610
611 8/22/2015
612
613 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
614 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
615
616 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
617 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
618 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
619
620 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
621 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
622
623
624 8/21/2015
625
626 [WIN32/INPUT] improve auto key function for us-keyboard
627 [WIN32/INPUT] support to load vm's own auto key table
628
629 [VM/DISK] support *.1dd floppy disk image
630 [VM/I286] fix build error
631 [VM/MB8877] fix to check cylinder number for read/write sector command
632
633 [SMC777] support SONY SMC-777
634
635
636 8/13/2015
637
638 [VM/HUC6280] support debugger
639 [VM/I86] fix aad instruction for NEC V30
640 [VM/I286] add NEC V30 instructions based on MAME 0.128
641
642 [PC9801U] fix to use new V30 core
643 [PC9801VF] fix to use new V30 core
644 [PC9801VM] fix to use new V30 core
645 [PC98DO] fix to use new V30 core
646 [PC98HA] fix to use new V30 core
647 [PC98LT] fix to use new V30 core
648
649
650 8/9/2015
651
652 [VM/MB8877] support MB8866
653 [VM/MB8877] improve type-2/3 command timing for E flag
654 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
655
656 [MZ80A] change fdc device type from MB8876 to MB8866
657
658
659 8/8/2015
660
661 [VM/DISK] remove ugly patch for X1turbo Alpha
662 [VM/MB8877] remove ugly patch for X1turbo Alpha
663 [VM/MB8877] improve type-1 command timing
664 [VM/MB8877] improve type-2/3 command timing for E flag
665 [VM/MB8877] improve force interrupt command to finish write sector command
666 [VM/Z80SIO] improve transmitting timing for external clock signal
667
668
669 8/7/2015
670
671 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
672 [VM/DATAREC] improve mzt converter to support fast forward/rewind
673 [VM/DISK] improve image decoder for single side and data mark missing cases
674 [VM/MB8877] fix timing to abort searching the target sector
675 [VM/MB8877] fix to raise irq signal after abort searching the target sector
676 [VM/MB8877] fix to abort write command before drq when disk is write protected
677 [VM/MB8877] fix to abort write command when lost data occurs at first drq
678 [VM/MB8877] fix to read/write data register when lost data occurs
679 [VM/MB8877] fix to show crc error when verify track number at seek command
680 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
681
682
683 8/5/2015
684
685 [WINMAIN] support menu to enable/disable correct fdc timing
686
687 [VM/DISK] improve to check both id crc error and data crc error
688 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
689 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
690 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
691 [VM/MB8877] improve drq signal timing for write track command
692 [VM/MB8877] improve data lost timing for write sector and write track commands
693 [VM/MB8877] improve to check both id crc error and data crc error
694 [VM/UPD765A] improve timing to go to exec phase
695 [VM/UPD765A] improve to check both id crc error and data crc error
696 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
697
698 [FMR50/BIOS] improve to check both id crc error and data crc error
699 [FMR50/BIOS] improve write track command for sectors without data field
700 [MSX2/MEMORY] improve to check both id crc error and data crc error
701
702
703 8/3/2015
704
705 [VM/DISK] support sectors without data field
706 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
707 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
708 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
709 [VM/MB8877] improve seek command not to set seek error without verify flag
710 [VM/MB8877] improve read/write sector commands for sectors without data field
711 [VM/MB8877] improve write track command for sectors without data field
712 [VM/MB8877] improve force interrupt command to finish write track command
713 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
714 [VM/UPD765A] improve read/write sector commands for sectors without data field
715 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
716
717
718 8/1/2015
719
720 [WINMAIN] support menu to modify write protected status of floppy disk image
721 [WINMAIN] support menu to enable/disable DirectInput for keyboard
722 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
723
724 [VM/DISK] fix not to inherit the write protected status of image file
725 [VM/DISK] support to modify write protected status of floppy disk image
726 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
727 [VM/MB8877] improve read/write commands to access the current track
728 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
729 [VM/MB8877] suppot to set/get write protected status of floppy disk image
730 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
731 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
732 [VM/PC6031] suppot to set/get write protected status of floppy disk image
733 [VM/PTF20] suppot to set/get write protected status of floppy disk image
734 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
735
736 [FM77AV] import Mr.Artane.'s fixes
737
738
739 7/31/2015
740
741 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
742 [COMMON] fix all vcproj files to enable SSE2 instructions
743 [CONFIG] support ignore crc options individually for each floppy drive
744 [WINMAIN] support ignore crc options individually for each floppy drive
745
746 [VM/DISK] support ignore crc options individually for each floppy drive
747 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
748 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
749 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
750 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
751 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
752 [VM/YM2203] improve timer timing (thanks Mr.PI.)
753 [VM/YM2151] improve timer timing (thanks Mr.PI.)
754
755 [FM77AV] import Mr.Artane.'s fixes
756 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
757
758
759 6/28/2015
760
761 [FM77AV] import Mr.Artane.'s fixes
762 [MZ2500/CMT] fix reset signal
763 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
764 [MZ2500/MEMORY] improve vram wait in display timing
765 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
766
767
768 6/25/2015
769
770 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
771 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
772 [WIN32/DEBUGGER] fix to accept escape key when the console is active
773
774 [VM/FMGEN] fix status register (thanks Mr.PI.)
775 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
776 [VM/YM2203] fix busy period (thanks Mr.PI.)
777
778 [FM77] add eFM77 codes (thanks Mr.Artane.)
779 [FM77AV] import Mr.Artane.'s fixes
780 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
781 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
782
783
784 4/29/2015
785
786 [EMU/WIN32] suport to load intel hexadecimal object file format
787 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
788
789 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
790
791 [FM77AV] import Mr.Artane.'s fixes
792 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
793
794
795 4/24/2015
796
797 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
798 [VM/I386] improve i386 core based on MAME 0.160
799 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
800
801 [FM77AV] import Mr.Artane.'s fixes
802
803
804 4/10/2015
805
806 [CONFIG] remove model-dependent codes
807
808 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
809 [VM/MC6809] support debugger (thanks Mr.Artane.)
810
811 [FM77AV] import Mr.Artane.'s fixes
812 [MZ2800/MEMORY] fix memory bank swith
813
814
815 4/7/2015
816
817 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
818
819 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
820
821
822 3/28/2015
823
824 [FM7] add eFM7 codes (thanks Mr.Artane.)
825
826
827 3/26/2015
828
829 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
830 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
831 [VM/YM2151] support mamefm.dll
832 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
833
834 [MSX2/MEMORY] import Mr.tanam's fixes
835
836
837 3/21/2015-2
838
839 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
840
841
842 3/21/2015
843
844 [VM/DISK] support 1dd floppy image
845 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
846 [VM/V99X8] support save/load state
847 [VM/Z80] support to hook ret opecode for pseudo bios call
848
849 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
850 [MSX1] support save/load state
851 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
852 [MSX2] support save/load state
853
854
855 3/19/2015
856
857 [WIN32/INPUT] fix DirectInput issues
858
859
860 3/15/2015
861
862 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
863 [WIN32/INPUT] support DirectInput for keyboard
864
865 [VM/*] simplify including fileio.h
866 [VM/DATAREC] fix sound mixer
867 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
868 [VM/UPD7801] fix disassembler
869
870 [FM16PI] support save/load state
871 [FMR30] support save/load state
872 [FMR50] support save/load state
873 [FMR60] support save/load state
874 [FMR70] support save/load state
875 [FMR80] support save/load state
876 [FP200/IO] fix lcd driver
877
878
879 3/12/2015
880
881 [FMR50/BIOS] support to format a floppy disk image physically
882
883
884 3/12/2015
885
886 [VM/DATAREC] support to play tape sound
887 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
888 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
889 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
890 [VM/MEMORY] support memory wait
891 [VM/PTF20] support save/load state
892 [VM/UPD765A] fix not to write sector because of tc if no data transfered
893
894 [FP200] support save/load state
895 [FP200] support memory and io wait
896 [HC20] support save/load state
897 [HC40] support save/load state
898 [HC80] support save/load state
899 [X07] support save/load state
900 [X1TURBO] support cmt control buttons
901
902
903 3/4/2015
904
905 [VM/I8255] fix save/load state
906
907 [MZ700/MEMORY] support PCG-700
908 [PC8201] support save/load state
909
910
911 3/3/2015
912
913 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
914
915 [VM/UPD765A] fix period to raise lost data for write id command
916
917 [FP1100/MAIN] fix expansion slot selection
918 [FP1100/SUB] fix color register (thanks FP-1100 user)
919 [FP1100/SUB] fix vram plane mask
920 [FP1100/SUB] support dipswitch to select cmt baud rate
921
922
923 2/28/2015
924
925 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
926
927 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
928 [VM/Z80] fix disassembler (thanks Mr.Reddam)
929
930
931 2/21/2015
932
933 [WIN32/INPUT] support to specify wait after shift key is pressed or released
934 [WIN32/SCREEN] improve crt filter for rotated screen
935 [CONFIG] add screen rotation setting
936
937 [VM/BEEP] improve sound quality
938 [VM/DATAREC] simplify sound mixer
939 [VM/DEVICE] rename bios_call() to bios_call_i86()
940 [VM/DEVICE] rename bios_int() to bios_int_i86()
941 [VM/DEVICE] add virtual function bios_call_z80()
942 [VM/DISK] support to fix sector number from big endian to little endian
943 [VM/EVENT] support more precise loop event timing
944 [VM/EVENT] improve sound quality
945 [VM/HD46505] fix to update timing after all required registers are written
946 [VM/PCM1BIT] simplify sound mixer
947 [VM/PCM1BIT] fix to suppress petite noise when go to mute
948 [VM/SN76489AN] improve sound quality
949 [VM/UPD7801] support correct serial i/o
950 [VM/Z80] support pseudo bios call
951
952 [FP1100] improve auto key timing after shift key is pressed or released
953 [FP1100] fix crtc horizontal frequency
954 [FP1100] support cmt
955 [FP1100/MAIN] support wait for i/o access
956 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
957 [FP1100/SUB] support vram plane mask
958 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
959 [PASOPIA7/IOBUS] fix to initialize mio flag
960 [PC8801MA/PC88] improve beep and cmd sing mixer
961 [PC100] split setting for monitor type and screen rotation
962 [PV1000/PSG] improve sound quality
963
964
965 2/13/2015
966
967 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
968
969 [FP1100] change slot indices to support floppy drives
970 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
971 [PC8801MA/PC88] fix routine to set back color to black in color mode
972 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
973 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
974 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
975
976
977 2/1/2015
978
979 [VM/DISK] fix condition to check if the track offset is valid
980 [VM/DISK] fix routine to trim the disk image
981
982
983 1/31/2015
984
985 [VM/DISK] improve for format operation
986 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
987 [VM/MB8877] support write track command
988 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
989 [VM/PTF20] improve format command
990 [VM/TF20] support EPSON TF-20
991 [VM/UPD765A] support write id command
992
993 [HC20] support EPSON TF-20
994
995
996 1/28/2015
997
998 [VM/DATAREC] fix issue for loading state file saved while recording
999 [VM/PC6031] support save/load state
1000 [VM/UPD7552] support save/load state
1001 [VM/UPD7552] support init() function to specify sound rate
1002 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1003
1004 [FAMILYBASIC] support save/load state
1005 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1006 [MZ2800] support save/load state
1007 [MZ5500] support save/load state
1008 [MZ6500] support save/load state
1009 [PC6001] fix to specify sound rate to uPD7552
1010 [PC6001] support save/load state
1011 [PC6001MK2] support save/load state
1012 [PC6001MK2SR] support save/load state
1013 [PC6601] support save/load state
1014 [PC6601SR] support save/load state
1015 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1016 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1017 [PC98HA] support save/load state
1018 [PC98HA] fix crash issue
1019 [PC98LT] support save/load state
1020 [PC98LT] fix crash issue
1021
1022
1023 1/24/2015
1024
1025 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1026 [WINMAIN] fix to close d88 format disk image after image titles are read
1027
1028 [VM/DISK] fix to save image to temporary file if image file cannot be written
1029 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1030
1031 [X1TURBO] support to select boot floppy media type 2D or 2HD
1032
1033
1034 1/21/2015
1035
1036 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1037 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1038
1039
1040 1/19/2015
1041
1042 [VM/HD146818P] support save/load state
1043 [VM/I386] support save/load state
1044 [VM/I8080] support save/load state
1045 [VM/I8155] support save/load state
1046 [VM/M6502] support save/load state
1047 [VM/MC6800] support save/load state
1048 [VM/MC6820] support save/load state
1049 [VM/MC6840] support save/load state
1050 [VM/UPD4991A] support save/load state
1051 [VM/UPD71071] support save/load state
1052 [VM/Z80SIO] improve transmit/receive timing
1053 [VM/Z80SIO] support external transmit/receive clocks
1054
1055 [FP1100] support save/load state
1056 [MULTI8] support save/load state
1057 [MYCOMZ80A] support save/load state
1058 [MZ1500] support correct sio timing
1059 [MZ2200] support correct sio timing
1060 [MZ2500] support to switch sio port address
1061 [MZ2500] support correct sio timing
1062 [MZ2800] support to switch sio port address
1063 [MZ2800] support correct sio timing
1064 [MZ5500] support correct sio timing
1065 [PASOPIA] support save/load state
1066 [PASOPIA7] support save/load state
1067 [PASOPIA7] fix to use standard i/o bus class
1068 [PASOPIA7/IOBUS] simplify unique i/o bus class
1069 [QC10] support save/load state
1070 [QC10] support correct sio timing
1071 [X1TURBO] support correct sio timing
1072 [X1TURBO] fix to use standard i/o bus class
1073 [X1TURBO/IOBUS] simplify unique i/o bus class
1074
1075
1076 1/14/2015
1077
1078 [COMMON] fix to use secure string functions
1079 [COMMON] add substitutes for _TCHAR and secure string functions
1080
1081 [VM/I386] improve i386 core again based on MAME 0.157
1082
1083 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1084
1085
1086 1/11/2015
1087
1088 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1089
1090 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1091 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1092
1093
1094 1/10/2015
1095
1096 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1097 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1098 [VM/I386] improve i386 core based on MAME 0.157
1099 [VM/MC6847] support save/load state
1100 [VM/MSM58321] support save/load state
1101 [VM/YM2203] support to change device type to YM2608
1102
1103 [MAP1010] support save/load state
1104 [MZ80A] support save/load state
1105 [MZ80K] support save/load state
1106 [MZ1200] support save/load state
1107 [PC6001/SUB] support p6t format tape image (temporary)
1108 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1109 [PC6001/PSUB] support p6t format tape image (temporary)
1110 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1111 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1112 [PC100] support save/load state
1113 [PHC20] support save/load state
1114 [PHC25] support save/load state
1115 [PV1000] support save/load state
1116 [RX78] support save/load state
1117
1118
1119 1/1/2015
1120
1121 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1122
1123
1124 12/29/2014
1125
1126 [VM/SN76489AN] support save/load state
1127 [VM/TMS9918A] support save/load state
1128 [VM/TMS9995] support save/load state
1129 [VM/UPD7801] support save/load state
1130
1131 [M5] support save/load state
1132 [MZ700] support save/load state
1133 [MZ800] support save/load state
1134 [MZ1500] support save/load state
1135 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1136 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1137 [PV2000] support save/load state
1138 [PYUTA] support save/load state
1139 [SC3000] support save/load state
1140 [SCV] support save/load state
1141
1142
1143 12/26/2014
1144
1145 [VM/AND] support save/load state
1146 [VM/I8237] support save/load state
1147 [VM/I86] support save/load state
1148 [VM/LS244] support save/load state
1149 [VM/LS393] support save/load state
1150 [VM/NAND] support save/load state
1151 [VM/NOR] support save/load state
1152 [VM/NOT] support save/load state
1153 [VM/OR] support save/load state
1154 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1155 [VM/UPD7220] support save/load state
1156
1157 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1158 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1159 [PC9801] support save/load state
1160 [PC9801E] support save/load state
1161 [PC9801U] support save/load state
1162 [PC9801VF] support save/load state
1163 [PC9801VM] support save/load state
1164 [PC98DO] support save/load state
1165
1166
1167 12/25/2014
1168
1169 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1170 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1171
1172 [VM/HD46505] support save/load state
1173 [VM/I286] support save/load state
1174 [VM/I8259] support save/load state
1175 [VM/MCS48] support save/load state
1176 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
1177
1178 [MZ2200] support save/load state
1179 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1180 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
1181 [X1] support save/load state
1182 [X1TWIN] support save/load state
1183 [X1TURBO] support save/load state
1184
1185
1186 12/23/2014
1187
1188 [EMU/WIN32] simplify get/put functions for several types in file i/o class
1189
1190 [VM/BEEP] support save/load state
1191 [VM/DATAREC] support save/load state
1192 [VM/DISK] support save/load state
1193 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
1194 [VM/EVENT] fix load state function to update number of sound samples per frame
1195 [VM/FMGEN] support save/load state
1196 [VM/I8251] support save/load state
1197 [VM/I8253] support save/load state
1198 [VM/I8255] support save/load state
1199 [VM/IO] support save/load state
1200 [VM/MB8877] support save/load state
1201 [VM/PC6031] fix to initialize old_D2H
1202 [VM/PC80S31K] support save/load state
1203 [VM/PCM1BIT] support save/load state
1204 [VM/RP5C01] support save/load state
1205 [VM/UPD765A] support save/load state
1206 [VM/UPD1990A] support save/load state
1207 [VM/W3100A] support save/load state
1208 [VM/YM2151] support save/load state
1209 [VM/YM2203] support save/load state
1210 [VM/Z80] support save/load state
1211 [VM/Z80CTC] support save/load state
1212 [VM/Z80DMA] support save/load state
1213 [VM/Z80PIO] support save/load state
1214 [VM/Z80SIO] support save/load state
1215
1216 [MZ80B] support save/load state
1217 [MZ1500/QUICKDISK] fix to clear first data/send break flags
1218 [MZ2500] support save/load state
1219 [MZ2500/CMT] fix issue that Laydock is not correctly booted
1220 [PC8001MKIISR] support save/load state
1221 [PC8801MA] support save/load state
1222 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
1223 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
1224
1225
1226 12/18/2014
1227
1228 [EMU/WIN32] support save/load state
1229 [EMU/WIN32] support get/put functions for several types in file i/o class
1230
1231 [VM/EVENT] support save/load state functions
1232 [VM/HUC6280] support save/load state functions
1233 [VM/I8155] fix to clear event register id in reset()
1234 [VM/I8253] fix to clear event register id in reset()
1235 [VM/UPD765A] fix to clear event register id in reset()
1236
1237 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
1238 [PCENGINE] support save/load state
1239
1240
1241 12/16/2014
1242
1243 [VM/MB8877] fix to show not ready status a moment when no command is running
1244
1245 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
1246
1247
1248 11/28/2014
1249
1250 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
1251
1252
1253 11/22/2014
1254
1255 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
1256
1257 [VM/I8080] fix debugger trace issue in busreq status
1258 [VM/I86] fix debugger trace issue in busreq status
1259 [VM/I286] fix debugger trace issue in busreq status
1260 [VM/I386] fix debugger trace issue in busreq status
1261 [VM/Z80] fix debugger trace issue in busreq status
1262
1263
1264 11/21/2014
1265
1266 [PC8801MA/PC88] fix to support multi blocks tape images
1267 [PC8801MA/PC88] add dirty patch for NIPPY
1268
1269
1270 10/29/2014
1271
1272 [PC8801MA/PC88] fix to check dma underrun in every frames
1273 [PC8801MA/PC88] fix port number of crtc status
1274 [PC8801MA/PC88] add function to read crtc parameters
1275
1276
1277 10/28/2014
1278
1279 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
1280 [PC8801MA/PC88] fix crtc status
1281
1282
1283 10/27/2014
1284
1285 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
1286
1287
1288 10/26/2014
1289
1290 [WINMAIN] fix frame rate issue again
1291
1292
1293 10/25/2014
1294
1295 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
1296 [WIN32/DEBUGGER] fix issue about inputting decimal value
1297
1298 [VM/Z80] fix disassembler
1299
1300 [PC8801MA/PC88] fix uPD8257 dma controller
1301 [PC9801] fix PC-9801-26K bios size
1302
1303
1304 10/11/2014
1305
1306 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
1307
1308 [VM/Z80] fix disassembler
1309
1310 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
1311
1312
1313 10/10/2014
1314
1315 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
1316 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
1317 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
1318
1319 [PC8801MA/PC88] support PCG-8100
1320
1321
1322 10/4/2014
1323
1324 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
1325
1326
1327 9/29/2014
1328
1329 [WIN32/SCREEN] support crt filter
1330
1331 [BABBAGE2ND] update circuit board picture
1332 [PC9801U] support NEC PC-9801U
1333 [PC9801VF] support NEC PC-9801VF
1334
1335
1336 9/13/2014
1337
1338 [WIN32/DEBUGGER] support search command
1339
1340 [VM/I86] support to change IP register value from debugger console
1341 [VM/I286] support to change IP register value from debugger console
1342 [VM/I386] support to change IP register value from debugger console
1343 [VM/MC6800] support debugger
1344
1345 [HC20/MEMORY] fix keyboard chattering
1346
1347
1348 9/7/2014
1349
1350 [WIN32/DEBUGGER] support debugger console
1351
1352 [VM/DEBUGGER] support common debugger object
1353 [VM/EVENT] fix to check ownew of event before it is canceled
1354 [VM/I8080] support debugger
1355 [VM/I86] support debugger
1356 [VM/I86] remove code for i186 and i286
1357 [VM/I286] fix for i8086/i8088/i80186
1358 [VM/I286] fix not to quit REP when remained icount is less than 0
1359 [VM/I286] support debugger
1360 [VM/I386] support debugger
1361 [VM/MB8877] fix not to cancel event registered by other device
1362 [VM/MCS48] support debugger
1363 [VM/UPD7801] support debugger
1364 [VM/Z80] support debugger
1365
1366 [FM16PI] fix to use new i86 core
1367 [FMR30] fix to use new i86 core
1368 [MZ2200] fix to use new i86 core
1369 [MZ5500] fix to use new i86 core
1370 [MZ6500] fix to use new i86 core
1371 [MZ6550] fix to use new i86 core
1372 [PC8801/PC88] fix uPD8257 address and counter registers
1373 [PC100] fix to use new i86 core
1374 [PC9801] fix to use new i86 core
1375 [PC9801E] fix to use new i86 core
1376
1377
1378 8/29/2014
1379
1380 [PC8801/PC88] fix crtc to support non transparent mode
1381 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
1382
1383
1384 8/28/2014
1385
1386 [COMMON] fix all vcproj files to set WholeProgramOptimization option
1387 [WINMAIN] support 320x240 full screen mode
1388
1389 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
1390 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
1391 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
1392 [VM/I386] fix memory leak issue
1393 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
1394 [VM/MC6847] support enable/disable signal
1395 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
1396 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
1397
1398 [GAMEGEAR/MEMORY] fix memory leak issue
1399
1400 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
1401 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
1402 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
1403 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
1404 [MZ2500/FLOPPY] remove dirty patch for Laydock
1405
1406 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
1407 [PC6601/FLOPPY] rename system to floppy
1408 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
1409 [PC6601/FLOPPY] support to switch internal/external floppy drives
1410 [PC6601/MEMORY] split to memory class and timer/irq class
1411 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
1412 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
1413 [PC6601/PSUB] simplify cmt codes
1414
1415 [PC8801/PC88] fix text attributes
1416
1417
1418 5/15/2014
1419
1420 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
1421 [PC6001] support PC-80S31K floppy drives
1422 [PC6001MK2] support PC-80S31K floppy drives
1423 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
1424 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
1425
1426
1427 5/1/2014
1428
1429 [VM/I286] reimplement based on MAME 0.149
1430 [VM/I286] support disassembler
1431 [VM/I386] reimplement based on MAME 0.152
1432 [VM/I386] support disassembler
1433
1434 [FMR50] split project for i286, i386 and i486
1435 [FMR60] split project for i286, i386 and i486
1436 [FMR50/MEMORY] improve memory address mask for cpu and dma
1437 [FMR50/MEMORY] support shutdown flag
1438 [FMR50/MEMORY] remove invalid color palette i/o
1439 [FMR50/MEMORY] fix text color palette #0
1440 [FMR50/MEMORY] fix text reverse/blink
1441 [FMR50/TIMER] support free run counter
1442
1443
1444 4/17/2014
1445
1446 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
1447 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
1448
1449 [VM/FMGEN] fix compiler dependent issue
1450 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
1451
1452 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
1453 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
1454
1455
1456 4/10/2014
1457
1458 [EMU/WIN32] support to map keys to joystick buttons
1459
1460 [GAMEGEAR] fix to map keys to joystick buttons
1461 [MASTERSYSTEM] fix to map keys to joystick buttons
1462 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
1463 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
1464
1465
1466 4/8/2014
1467
1468 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
1469
1470 [VM/DATAREC] support SORD M5 cas format tape image
1471 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
1472 [VM/PCM1BIT] fix noise occurs when input signals top
1473 [VM/YM2203] support to overwrite i/o mode to fixed value
1474
1475 [M5/CMT] stop loading cmt when tape image reaches the end of tape
1476 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
1477 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
1478
1479
1480 4/7/2014
1481
1482 [WINMAIN] fix issue in the case that menu bar becomes multi line
1483
1484 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
1485 [VM/YM2203] fix build error in YM2608 case
1486
1487
1488 4/1/2014
1489
1490 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
1491 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
1492 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
1493
1494 [PC8001MK2SR] fix ini file name
1495
1496
1497 3/26/2014
1498
1499 [EMU/WIN32] improve video recorder timing to sync to sound recorder
1500 [EMU/WIN32] improve video recorder to compress frames in another thread
1501 [EMU/WIN32] support to play a movie file
1502 [EMU/WIN32] support Fgets() in file i/o class
1503 [EMU/WIN32] support new function to get the file path without extension
1504
1505 [VM/TMS9918A] support super impose
1506
1507 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
1508 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
1509 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
1510 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
1511 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
1512 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
1513
1514
1515 1/8/2014
1516
1517 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
1518 [VM/DISK] fix cpdread converter to check deleted mark
1519 [VM/MB8877] fix to seek one track when force interrupt is done
1520
1521 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
1522 [MZ800/FLOPPY] support irq mask register
1523 [MZ800/FLOPPY] support motor on/off signal delay
1524 [MZ800/MEMORY] support monochrome display
1525 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
1526
1527
1528 12/31/2013
1529
1530 [EMU/WIN32] support printer interface
1531
1532 [PC8801/PC88] support printer interface
1533 [PC9801/PRINTER] support printer interface
1534 [PC98LT/PRINTER] support printer interface
1535 [MZ800] change the floppy drive type from 2D to 2DD
1536 [X1TURBO/PRINTER] support printer interface
1537
1538
1539 12/5/2013
1540
1541 [VM/MC6840] support MC6840 (partial)
1542
1543 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
1544 [PC8801/PC88] support crtc reverse flag
1545
1546
1547 8/24/2013
1548
1549 [EMU/WIN32] fix access lamp renderer for Direct3D9
1550
1551 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
1552 [VM/MB8877] fix not to show record not found status after drive is changed
1553 [VM/MB8877] fix to activate access lamp while searching target sector
1554 [VM/MC6847] add function to load external cgrom image
1555 [VM/MC6847] support to request bus to cpu in display timing
1556 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
1557
1558 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
1559 [X1TURBO/EMM] change EMM memory size to 320KB
1560 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
1561
1562
1563 8/21/2013
1564
1565 [WINMAIN] fix to use GetFullPathName() to get the parent directory
1566
1567 [VM/MB8877] modify constant period for searching sector
1568
1569
1570 8/16/2013
1571
1572 [VM/DISK] add ugly patch for X1turbo ARCUS
1573 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
1574 [VM/MB8877] fix to show busy status while searching sector if sector not found
1575 [VM/Z80DMA] fix dma stop condition
1576
1577
1578 8/10/2013
1579
1580 [VM/DATAREC] fix not to skip frames while doint ff/rew
1581 [VM/DATAREC] support ff/rew for cas and tap images
1582 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
1583
1584 [MZ2200] support to select if loading mzt to ram directly or not
1585 [X1TURBO] fix cmt ff/rew speed to x16
1586 [X1TURBO/PSUB] support APSS command
1587
1588
1589 8/9/2013
1590
1591 [EMU/WIN32] improve debug log function
1592
1593 [VM/Z80DMA] fix not to reset all registers in reset command
1594
1595 [X1] support CZ-8BM2
1596 [X1/MOUSE] support serial mouse
1597
1598
1599 8/8/2013
1600
1601 [VM/DISK] fix not to convert standard disk images to d88 format images
1602 [VM/DISK] add ugly patch for X1turbo ALPHA
1603 [VM/HD46505] reset registers and timings in reset()
1604 [VM/MB8877] fix to use constant wait to search sector for standard disk image
1605 [VM/MB8877] add ugly patch for X1turbo ALPHA
1606 [VM/YM2151] fix to show busy status in a moment
1607 [VM/YM2203] fix to show busy status in a moment
1608 [VM/Z80DMA] fix dma stop condition
1609
1610 [PC8801/PC88] improve initial memory pattern
1611 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
1612 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
1613 [X1TURBO/IO] fix not to add wait for text vram (temporary)
1614
1615
1616 8/2/2013
1617
1618 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
1619
1620 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
1621 [VM/DISK] fix to add index mark in track image
1622 [VM/UPD765A] fix read data command when sector size or number is invalid
1623 [VM/UPD765A] fix seek time for MZ-3500
1624
1625
1626 8/1/2013
1627
1628 [VM/DEVICE] support virtual function to set or get expend cpu clocks
1629 [VM/DEVICE] support virtual function to get passed usec
1630 [VM/DEVICE] support virtual functions for dma access with i/o wait
1631 [VM/DISK] support function to get perid to transfer specified bytes
1632 [VM/DISK] support functions to get drive rpm and track size
1633 [VM/DISK] improve make track image
1634 [VM/DEVICE] support function to get passed usec
1635 [VM/I86] support function to get and set expend cpu clocks
1636 [VM/I86] fix single mode dma when busreq is active
1637 [VM/I286] support function to get and set expend cpu clocks
1638 [VM/I386] fix single mode dma when busreq is active
1639 [VM/I386] support function to get and set expend cpu clocks
1640 [VM/I386] fix single mode dma when busreq is active
1641 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1642 [VM/MB8877] improve to raise drq signal for each data
1643 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1644 [VM/UPD765A] improve read data command to read sector gaps among sectors
1645 [VM/UPD765A] improve read id command to read id of first found sector
1646 [VM/Z80] support function to get and set expend cpu clocks
1647 [VM/Z80] fix single mode dma when busreq is active
1648 [VM/Z80DMA] improve timing of data transfer, bus request and release
1649
1650 [PC8801/PC88] support to select hireso/standard display type
1651 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
1652 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
1653 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
1654 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
1655 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
1656
1657
1658 7/25/2013
1659
1660 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
1661
1662
1663 7/24/2013
1664
1665 [WINMAIN] support 320x240 fullscreen mode
1666 [EMU/WIN32] support multiple quick disk drives and cart slots
1667 [CONFIG] support to read/write ini file
1668
1669
1670 7/23/2013
1671
1672 [WINMAIN] simplify codes for boot mode and device type menus
1673 [EMU/WIN32] fix sound recorder not to output the old samples
1674
1675 [VM/HD146818P] fix not to save backuped ram if it is not modified
1676 [VM/MCS48] fix to divide the given clocks in MCS48 class
1677 [VM/MCS48] fix not to run cpu if enough clocks are not given
1678 [VM/RP5C15] fix not to save backuped ram if it is not modified
1679
1680 [FAMILYBASIC] support to select basic rom
1681 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
1682 [FMR30/CMOS] fix not to save backuped ram if it is not modified
1683 [FMR50/CMOS] fix not to save backuped ram if it is not modified
1684 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
1685 [PC8801MA] support dipswitch to select memory wait on/off
1686 [PC8801MA/PC88] fix display vertical frequency
1687 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
1688 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
1689 [QC10/MEMORY] fix not to save backuped ram if it is not modified
1690 [TK80BS] support to select basic rom
1691 [MZ700/CMOS] fix not to save backuped ram if it is not modified
1692 [SCV/MEMORY] fix not to save backuped ram if it is not modified
1693 [X1TURBO/PSUB] fix key repeat timing
1694 [X1TURBO/SUB] fix signal to detect cassette tape
1695
1696
1697 5/11/2013
1698
1699 [VM/I286] reimplement based on MAME 0.148
1700 [VM/I386] reimplement based on MAME 0.148
1701 [VM/I8255] improve mode #1 and #2
1702 [VM/MCS48] support mcs48 based on MAME 0.148
1703
1704 [X1TURBO] support real sub cpu and keyboard emulation
1705 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
1706 [X1TURBO/DISPLAY] fix routine to render Vx2 character
1707 [X1TURBO/PSUB] improve key repeat timing
1708
1709
1710 4/25/2013
1711
1712 [VM/DATAREC] fix mzt image converter based on Bin2Wav
1713
1714 [MZ2200] fix to reset Z80PIO in special_reset()
1715 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
1716 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
1717
1718 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
1719 [PC8201] support cmt
1720 [PC8201] fix to reset rtc strobe signal at boot
1721
1722
1723 4/14/2013
1724
1725 [WINMAIN] support to show a message on title bar post from vm or emu class
1726 [WINMAIN] disable close media menu when media file is not opened
1727 [EMU/WIN32] add function to post a message onto title bar
1728
1729 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
1730 [VM/DATAREC] support to post the tape status message onto title bar
1731 [VM/Z80PIO] fix handshake signals in bidirectional mode
1732 [VM/Z80PIO] fix masks follows bit in control register
1733 [VM/Z80PIO] fix to disable interrupt until the mask register is written
1734
1735 [MZ80B/MEMORY] support optional 2nd vram
1736 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
1737 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
1738
1739
1740 3/30/2013
1741
1742 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
1743 [VM/DATAREC] improve recording wav file
1744 [VM/DATAREC] improve wave shaper function to support dB-BASIC
1745 [VM/EVENT] fix issue that continuous event causes invalid event clock
1746 [VM/Z80PIO] support handshake mode
1747
1748 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
1749 [MZ2200/MEMORY] support vram access wait
1750 [MZ2200/MZ1R13] fix address increment
1751
1752
1753 3/29/2013
1754
1755 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
1756 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
1757 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
1758
1759
1760 3/28/2013
1761
1762 [WINMAIN] fix to support max 30 screen resolutions
1763
1764 [VM/DATAREC] support wave shaper function
1765 [VM/EVENT] fix not to skip frames when the sound is outputted
1766
1767
1768 3/23/2013
1769
1770 [VM/I8080] support disassembler
1771
1772 [FP200] support CASIO FP-200
1773
1774
1775 3/21/2013
1776
1777 [VM/DATAREC] fix to skip the fact chunk in wave file header
1778
1779 [MZ80B] support SHARP MZ-80B
1780 [MZ2200] support SHARP MZ-2200
1781
1782
1783 2/26/2013
1784
1785 [WINMAIN] destry window before emulation core is released
1786
1787 [PC8801MA/PC88] fix text attributes
1788
1789
1790 2/7/2013
1791
1792 [EMU/WIN32] remove the function to play media files
1793
1794 [VM/DATAREC] support fast forward and rewind
1795 [VM/DATAREC] support playing wav file
1796 [VM/HD146818P] fix to restart timer event when date/time is modified
1797 [VM/MSM58321] fix to restart timer event when date/time is modified
1798 [VM/RP5C01] fix to restart timer event when date/time is modified
1799 [VM/UPD1990A] fix to restart timer event when date/time is modified
1800 [VM/UPD4990A] fix uPD1990A compatible mode
1801 [VM/Z80] revert modifying clocks for interrupt in mode2
1802
1803 [FMR30/RTC] fix to restart timer event when date/time is modified
1804 [HC40/IO] fix to restart timer event when date/time is modified
1805 [HC80/IO] fix to restart timer event when date/time is modified
1806 [MZ2500/CASSETTE] support playing a music cassette tape
1807 [MZ2500/CASSETTE] support load/save a data cassette tape
1808 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
1809 [X07/IO] fix to restart timer event when date/time is modified
1810 [X1TURBO/SUB] fix to restart timer event when date/time is modified
1811 [X1TURBO/SUB] support fast forward and rewind a cassette tape
1812
1813 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
1814
1815
1816 1/23/2013
1817
1818 [WINMAIN] support drag & drop a cart or disk image files
1819
1820 [VM/HD146818P] support modifying the date and time
1821 [VM/MSM58321] renamed from RTC58321 to MSM58321
1822 [VM/MSM58321] support modifying the date and time
1823 [VM/MSM58321] support busy flag and base signal register
1824 [VM/MSM58321] remove ugly functions for FMR-50/60
1825 [VM/MS5832] removed and joined to MSM58321
1826 [VM/RP5C01] support modifying the date and time
1827 [VM/RP5C15] removed and joined to RP5C01
1828 [VM/UPD1990A] support modifying the date and time
1829 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
1830 [VM/UPD4991A] support modifying the date and time
1831 [VM/Z80] revert previous modification
1832 [VM/Z80] modify clocks for interrupt in mode2
1833
1834 [FM16PI] replace rtc chip from msm5832 to rtc58321
1835 [FMR30/RTC] support modifying the date and time
1836 [FMR50/TIMER] support rtc with standard signal connections
1837 [HC40/IO] support modifying the date and time
1838 [HC80/IO] support modifying the date and time
1839 [PC9801] support rtc with standard signal connections
1840 [PC9801/DISPLAY] initialize year data in memory switch
1841 [PC98LT/CALENDAR] support rtc with standard signal connections
1842 [PC100] fix rtc signal connection and now rtc works fine
1843 [PCENGINE] fix to check the selected cart is for super grafx
1844 [X07/IO] support modifying the date and time
1845 [X1TURBO/SUB] support modifying the date and time
1846
1847
1848 1/18/2013
1849
1850 [VM/DISK] fix to always save the converted disk image
1851 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
1852
1853 [PC8801MA/PC88] support n80 format tape image
1854
1855
1856 12/29/2012
1857
1858 [EMU/WIN32] support joysticks with more than 4 buttons
1859 [EMU/WIN32] support new function to get crc32 value
1860
1861 [VM/DISK] fix make_track() to consider the media type
1862 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
1863 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
1864
1865 [FAMILYBASIC/PPU] fix crash issue in ppu
1866 [PC8001MK2SR] support NEC PC-8001mkIISR
1867 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
1868
1869
1870 10/25/2012
1871
1872 [PC8801MA/PC88] fix dma wait cycles on V1S mode
1873
1874
1875 10/23/2012
1876
1877 [VM/HUC6280] reimplement based on MAME 0.147
1878 [VM/I286] reimplement based on MAME 0.147
1879 [VM/I386] reimplement based on MAME 0.147
1880
1881 [FAMILYBASIC/MEMORY] fix joypad status
1882 [PC8801MA/PC88] fix video memory wait on V1S mode
1883 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
1884
1885
1886 8/18/2012
1887
1888 [EMU/WIN32] support to switch GDI/Direct3D9
1889
1890 [VM/UPD7220] add get_start() function
1891 [VM/YM2203] support mamefm.dll(V1)
1892
1893 [PC8801MA/PC88] fix text attributes based on m88
1894 [PC8801MA/PC88] fix to update memory wait in reset() 
1895 [PC9801/DISPLAY] fix to check gdc start status
1896
1897
1898 3/20/2012
1899
1900 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
1901
1902 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
1903 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
1904 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
1905 [VM/Z80] fix to notify ei opecode is done on z80 core
1906
1907 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
1908
1909
1910 3/15/2012
1911
1912 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
1913
1914 [PC8801MA/PC88] support data recorder
1915 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
1916 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
1917
1918
1919 3/6/2012
1920
1921 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
1922 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
1923 [EMU/WIN32] fix to call ReleaseDC() to release the device context
1924 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
1925 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
1926 [EMU/WIN32] fix to use constant threshold for joystick direction values
1927 [EMU/WIN32] support table to convert given keycodes from winmain
1928 [EMU/WIN32] fix to initialize d88 multi volume handler
1929
1930 [VM/DEVICE] add virtual function to fetch opecode
1931 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
1932 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
1933 [VM/YM2151] fix to update fmgen count when read/write opm registers
1934 [VM/YM2151] fix to update fmgen count with chip clocks
1935 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
1936 [VM/YM2203] fix to update fmgen count with chip clocks
1937 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
1938
1939 [PASOPIA] support floppy drives by Mr.zak
1940 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
1941 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
1942 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
1943 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
1944
1945 [PASOPIA7] fix memory bank switch by Mr.zak
1946 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
1947
1948 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
1949 [PC8801MA/PC88] support bus mouse
1950 [PC8801MA/PC88] change memory wait cycles
1951 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
1952 [PC8801MA/PC88] fix to refer text attributes for hireso screen
1953 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
1954
1955
1956 2/22/2012
1957
1958 [WINMAIN] add codes to check memory leaks in debug build
1959 [VM/*] fix memory leaks
1960
1961 [MULTI8/CMT] fix not to refer other device in release() function
1962 [MZ1500/QUICKDISK] fix not to refer other device in release() function
1963 [PC9801/CMT] fix not to refer other device in release() function
1964 [TK80BS/CMT] fix not to refer other device in release() function
1965
1966
1967 2/21/2012
1968
1969 [PC8801MA/PC88] update memory wait cycles
1970
1971
1972 2/20/2012
1973
1974 [WINMAIN] support d88 disk image with multi voluemes
1975 [EMU/WIN32] update screen manager with Direct3D9
1976
1977 [VM/DISK] support d88 disk image with multi voluemes
1978
1979 [JX/DISPLAY] fix not to render screen just after screen size is changed
1980 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
1981 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
1982
1983
1984 2/16/2012
1985
1986 [WINMAIN] simplify timing controls
1987 [EMU/WIN32] simplify screen manager
1988 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
1989
1990 [VM/Z80] reimplement based on MAME 0.145 Z80 core
1991
1992 [PC8801MA] support NEC PC-8801MA
1993 [PC8801MA/PC88] fix to initialize main ram pettern
1994 [PC8801MA/PC88] fix text window
1995 [PC8801MA/PC88] fix to clear vram bank when alu is active
1996 [PC98DO] remove dictionary rom, joystick and opna sound
1997
1998
1999 2/13/2012
2000
2001 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2002
2003 [VM/EVENT] fix not to clear sound buffer index in reset function
2004 [VM/I8255] fix not to clear output signals in default setting
2005
2006
2007 2/11/2012
2008
2009 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2010 [PC98DO/PC88] fix crtc registers
2011 [PC98DO/PC88] fix the character scan lines and screen height again
2012 [PC98DO/PC88] fix to consider the number of attributes data
2013 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2014
2015 [VM/I8255] fix to clear output signals when control register is written
2016 [VM/Z80] fix not to output debug log for continuously executed halt command
2017
2018
2019 2/8/2012
2020
2021 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2022
2023 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2024 [PC98DO/PC88] support dictionary rom
2025 [PC98DO/PC88] fix the character scan lines and screen height again
2026
2027
2028 2/7/2012
2029
2030 [VM/UPD765A] fix the wait time to finish seek command
2031
2032 [PC9801/DISPLAY] support semi graphics on text screen
2033
2034
2035 2/6/2012
2036
2037 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2038 [VM/YM2203] support YM2608(OPNA)
2039 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2040
2041 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2042 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2043 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2044 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2045
2046
2047 2/2/2012
2048
2049 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2050
2051 [PC9801] disable i/o port to change mouse irq frequency
2052 [PC9801E] disable i/o port to change mouse irq frequency
2053 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2054
2055
2056 1/31/2012
2057
2058 [VM/UPD1990A] support uPD4990A
2059
2060 [PC98DO/PC88] support caps/kana lock
2061 [PC98DO/PC88] fix to reverse strobe signal to rtc
2062
2063
2064 1/30/2012
2065
2066 [PC98DO/PC88] fix text attributes again
2067 [PC98DO/PC88] fix not to raise irq when disk is changed
2068
2069
2070 1/29/2012
2071
2072 [PC98DO/PC88] fix to canel the requested irq when it is masked
2073 [PC98DO/PC88] fix text attributes
2074
2075
2076 1/27/2012
2077
2078 [VM/DISK] fix the routine to check d88 format
2079 [VM/EVENT] fix the event manager for sub cpu event timing
2080
2081
2082 1/25/2012
2083
2084 [WINMAIN] support to specify the minimum window width
2085
2086 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2087
2088 [VM/DISK] fix to check if the inserted disk image is really d88 format
2089 [VM/EVENT] update event manager to check events in every cpu opecode
2090 [VM/HUC6260] update cpu to run only one opecode and return clocks
2091 [VM/I86] update cpu to run only one opecode and return clocks
2092 [VM/I386] update cpu to run only one opecode and return clocks
2093 [VM/M6502] update cpu to run only one opecode and return clocks
2094 [VM/MC6800] update cpu to run only one opecode and return clocks
2095 [VM/MC6809] update cpu to run only one opecode and return clocks
2096 [VM/TMS9995] update cpu to run only one opecode and return clocks
2097 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2098 [VM/UPD765A] fix index hole signal width and frequency
2099 [VM/UPD7801] update cpu to run only one opecode and return clocks
2100 [VM/Z80] update cpu to run only one opecode and return clocks
2101
2102 [HC80/IO] fix the memory access violation issue when run without rom images
2103 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2104 [PC98DO] raise irq when disk is inserted or ejected
2105 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2106 [PC98DO/PC88] fix extended vram selection mode
2107 [PC98DO/PC88] fix the key code table for ins/del
2108 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2109 [SC3000] support SF-7000
2110 [SC3000] fix to negate the motor on/off signal from pio pc1
2111
2112
2113 1/18/2012
2114
2115 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2116
2117 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2118 [VM/UPD765A] fix to accept seek command before other seek is not finished
2119 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2120 [VM/YM2203] fix to read the input port value though the port mode is output
2121 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2122
2123 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2124 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2125 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2126 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2127 [PC98DO/PC88] support memory access wait (temporary)
2128 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2129 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2130
2131
2132 1/11/2012
2133
2134 [VM/HD46505] support to update the timing settings in the event manager
2135 [VM/UPD7220] support to update the timing settings in the event manager
2136
2137 [VM/PC9801E] support to switch crt frequency
2138 [VM/PC9801VM] support to switch crt frequency
2139 [VM/PC98DO] support to switch crt frequency
2140 [VM/X1TURBO] support to switch crt frequency
2141
2142
2143 1/9/2012
2144
2145 [VM/DEVICE] add virtual function to get the id of parent event manager
2146 [VM/EVENT] fix to notify the timing changes only to child devices
2147
2148 [PC9801E] support to switch cpu clocks
2149 [PC9801VM] support to switch cpu clocks
2150 [PC98DO] support to switch cpu clocks
2151
2152
2153 1/7/2012
2154
2155 [VM/DEVICE] add virtual function to notify that timing settings are changed
2156 [VM/EVENT] fix to notify to all devices when timing settings are changed
2157 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2158 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2159 [VM/YM2203] fix to update the period that fmgen is driven in vline
2160 [VM/YM2151] fix to update the period that fmgen is driven in vline
2161
2162 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2163 [PC98DO/PC88] fix to initialize opn input ports
2164 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2165 [PC98DO/PC88] fix to draw text screen when crtc is already started
2166 [PC98DO/PC88] fix the initial attribute before it is changed
2167 [PC98DO/PC88] fix the character scan lines (temporary)
2168 [PC98DO/PC88] support 2HD disks
2169
2170
2171 1/5/2012
2172
2173 [VM/HD46505] fix the issue that vline event is not correctly registered
2174 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
2175
2176
2177 12/31/2011
2178
2179 [EMU/WIN32] support to change the frame timing by virtual machine
2180
2181 [VM/DEVICE] support multiple event manager
2182 [VM/DISK] support to detect the disk ejection
2183 [VM/EVENT] support multiple cpus with different clocks
2184 [VM/HD46505] fix typo
2185 [VM/I8237] support word transfer
2186 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
2187 [VM/PC80S31K] support PC-80S31K floppy drives
2188 [VM/UPD765A] support non dma mode
2189 [VM/UPD765A] fix to clear irq signal when result pahse is finished
2190 [VM/UPD765A] support irq/drq mask signals
2191 [VM/UPD765A] support to detect the disk ejection
2192 [VM/Z80] support NOP in IM0 interrupt
2193
2194 [FP1100] set correct sub cpu clock
2195 [J3100] support TOSHIBA J-3100GT/SL (not work)
2196 [MZ800] reset virtual machine when boot mode is changed
2197 [PC9801] support 320KB floppy drives
2198 [PC9801VM] support NEC PC-9801VM
2199 [PC98DO] support NEC PC-98DO
2200 [QC10] fix the issue that CP/M Plus does not boot correctly
2201 [MZ2500/SASI] refine code
2202
2203
2204 8/6/2011
2205
2206 [EMU/WIN32] render access lamp in emu class
2207
2208 [VM/MC6820] support MC6820 (partial)
2209
2210 [M5/CMT] support reset/halt key
2211 [X1TURBO] fix i/o map for i8255 at 01a**h
2212 [X1TURBO/IO] clear i/o tables to fix debug build issue
2213
2214
2215 6/1/2011
2216
2217 [VM/BEEP] remove the routine to get frequency from the pulse count
2218 [VM/MC6800] support MB8861
2219
2220 [HC20/MEMORY] implement some slave cpu commands
2221 [PASOPIA7] fix signal connections from z80ctc to speaker
2222
2223
2224 5/28/2011
2225
2226 [VM/MB8877] clear track register and index hole counter in reset()
2227 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
2228 [VM/MC6809] support MC6809 (based on MAME 0.142)
2229 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2230
2231 [HC20] support EPSON HC-20
2232 [PASOPIA] fix OA-BASIC issue
2233
2234
2235 5/20/2011
2236
2237 [EMU/WIN32] support sound latency 50msec
2238
2239 [VM/DEVICE] add virtual function do_dma() for single mode dma
2240 [VM/I8237] support single mode
2241 [VM/UPD71071] support single mode
2242 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2243 [VM/Z80DMA] support single mode
2244 [VM/I86] call do_dma() in every machine cycle for single mode dma
2245 [VM/I386] call do_dma() in every machine cycle for single mode dma
2246 [VM/Z80] call do_dma() in every machine cycle for single mode dma
2247
2248 [MZ2800] support single mode dma
2249 [MZ5500] support single mode dma
2250 [PC9801] support single mode dma
2251 [PC9801E] support single mode dma
2252 [X1TURBO] support single mode dma
2253
2254
2255 5/19/2011
2256
2257 [VM/EVENT] fix to check registered count for frame/vline events
2258 [VM/EVENT] clear event counts before other devices are initialized
2259 [VM/HD46505] fix to update sync signals in more precise timing
2260 [VM/HD46505] support notifying vline event to other devices
2261 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2262 [VM/Z80DMA] fix to return current count/address for init read sequence command
2263 [VM/Z80DMA] fix do_dma() routine
2264
2265 [JX/DISPLAY] support high resolution screen (partial)
2266 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
2267 [MZ800/DISPLAY] remove display class and combine to memory class
2268 [MZ800/MEMORY] fix scroll registers
2269 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
2270
2271
2272 5/18/2011
2273
2274 [VM/DISK] fix dsk floppy disk image converter
2275
2276 [MZ800] support SHARP MZ-800
2277 [MZ1500] support floppy disk drives
2278
2279
2280 5/16/2011
2281
2282 [JX] fix memory map for kanji rom
2283 [JX/DISPLAY] fix text screen renderer
2284
2285
2286 5/14/2011
2287
2288 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
2289 [VM/I8259] support poll command
2290 [VM/I8259] update eoi command
2291 [VM/MEMORY] return file size of loaded bios image
2292 [VM/UPD765A] fix sence interrupt status result
2293 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
2294 [VM/Z80CTC] fix not to reset time constant when channel is freezed
2295 [VM/Z80DMA] fix transfer length when 0 is specified
2296
2297 [JX] support IBM Japan Ltd PC/JX
2298 [PC9801] set media type for floppy drives
2299 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
2300 [X1TURBO/SUB] readjust the key repeat timing
2301
2302
2303 5/4/2011
2304
2305 [EMU/WIN32] remove patch code for PV-2000 in input manager
2306
2307 [VM/DEVICE] add virtual functions for 16bit/32bit dma
2308 [VM/I8259] refine code
2309 [VM/IO] support standard d-ff register
2310 [VM/IO] support 16bit/32bit dma functions
2311 [VM/MB8877] change wait period for read/write from 100msec to 70msec
2312 [VM/HD146818P] check address line in write access
2313 [VM/UPD765A] check address line in write access
2314 [VM/W3100A] check address line in write access
2315 [VM/YM2203] disable status register for AY-3-8912
2316
2317 [MZ80K] refine driver and remove unused io class
2318 [MZ2800] refine driver and remove unused calendar/timer classes
2319 [X1TURBO] support dip-switch for monitor type selection
2320 [X1TURBO/DISPLAY] fix vblank/vsync signals
2321 [X1TURBO/IO] support standard d-ff register
2322
2323
2324 4/27/2011
2325
2326 [COMMON] modify struct union 'pair'
2327 [VM/EVENT] fix to get more precise cpu clocks
2328 [VM/HUC6260] fix to get more precise cpu clocks
2329 [VM/I8080] fix to get more precise cpu clocks
2330 [VM/I86] fix i286 protected mode boundary check (from MESS)
2331 [VM/I86] fix POP SP and POP ESP (from MESS)
2332 [VM/I86] fix to get more precise cpu clocks
2333 [VM/I386] fix to get more precise cpu clocks
2334 [VM/M6502] fix to get more precise cpu clocks
2335 [VM/TMS9995] fix to get more precise cpu clocks
2336 [VM/UPD7801] fix to get more precise cpu clocks
2337 [VM/Z80] fix to get more precise cpu clocks
2338
2339 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
2340
2341
2342 4/25/2011
2343
2344 [VM/MB8877] fix to wait 100msec to read/write just after seek command
2345 [VM/Z80CTC] fix to initialize vector when reset device
2346 [VM/Z80CTC] fix to copy time constant to counter just after reset command
2347 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
2348 [VM/Z80CTC] fix to update int signal without checking the current signal
2349 [VM/Z80DMA] fix to update int signal without checking the current signal
2350 [VM/Z80PIO] fix to update int signal without checking the current signal
2351 [VM/Z80SIO] fix to update int signal without checking the current signal
2352
2353
2354 4/23/2011
2355
2356 [VM/DISK] fix to check disk type in teledisk converter
2357 [VM/I86] reimplement based on MAME 0.142 80x86 core
2358 [VM/I86] support 80186
2359 [VM/MB8877] fix to clear drq/irq when status register is read
2360 [VM/UPD71071] fix not to restart dma while dma is running
2361 [VM/Z80CTC] fix to clear pending irq when control reg is updated
2362 [VM/Z80DMA] fix not to restart dma while dma is running
2363 [VM/Z80DMA] fix end of block condition
2364 [VM/Z80DMA] fix to support auto restart
2365
2366 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
2367 [X1TURBO/DISPLAY] fix black character renderer
2368
2369
2370 4/15/2011
2371
2372 [VM/DEVICE] add virtual functions for i/o port with dma
2373 [VM/DISK] support drive type
2374 [VM/MB8877] add functions to get/set drive type
2375 [VM/UPD765A] add functions to get/set drive type
2376 [VM/Z80DMA] change transfer length when block length equals to 0
2377
2378 [X1TURBO] support 2HD floopy disk
2379 [X1TURBO/FLOPPY] support to change the drive type
2380
2381
2382 4/14/2011
2383
2384 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
2385
2386 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
2387 [X1TURBO/DISPLAY] support black/transparency register
2388 [X1TURBO/SUB] fix xfer key code
2389 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
2390 [X1TURBO/SUB] fix write protected bit in $eb command
2391
2392
2393 4/13/2011
2394
2395 [VM/Z80DMA] fix address step count (thanks Kale)
2396
2397
2398 4/12/2011
2399
2400 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
2401
2402 [VM/DISK] fix not to write disk image when data is not modified
2403 [VM/IO] support read/write interface for dma
2404 [VM/Z80] fix disassembler
2405 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
2406
2407 [PC9801/CMT] support cmt interface
2408 [X1TURBO] support SHARP X1turbo
2409 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
2410 [X1TURBO/IO] support read/write interface with dma
2411
2412
2413 4/7/2011
2414
2415 Fix typo (regist -> register, recieve -> receive)
2416
2417
2418 4/6/2011
2419
2420 [EMU/WIN32] fix joystick manager
2421
2422 [VM/DISK] support standard disk image without format info
2423 [VM/Z80SIO] fix abort/break flag
2424 [VM/Z80SIO] fix not to load data before sync char is loaded
2425
2426 [MZ1500/QUICKDISK] fix unformat error issue
2427 [X1TWIN] support to enable/disable CZ-8BS1
2428 [X1TWIN/DISPLAY] fix cursor blink
2429 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
2430 [X1TWIN/DISPLAY] refine code to support X1turbo series
2431 [X1TWIN/MEMORY] refine code to support X1turbo series
2432
2433
2434 4/2/2011
2435
2436 [X1TWIN/SUB] fix irq handling
2437
2438
2439 4/1/2011
2440
2441 [EMU/WIN32] support stereo sound
2442 [EMU/WIN32] fix joystick initialization
2443
2444 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
2445 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
2446 [VM/DATAREC] support to rewind tape image
2447 [VM/EVENT] support stereo sound
2448 [VM/FMGEN] fix timer not to cause overflow
2449 [VM/FMGEN] support interface to read int signal
2450 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
2451 [VM/YM2151] fix irq handling to refer int signal from fmgen
2452 [VM/YM2203] fix irq handling to refer int signal from fmgen
2453 [VM/Z80SIO] support monosync/bisync mode
2454 [VM/Z80SIO] support auto enables bit in wr3
2455 [VM/Z80SIO] support send break bit in wr5
2456 [VM/Z80SIO] support sync/abort bit in rr0
2457 [VM/Z80SIO] support signals to notify transmitt/recieve is done
2458 [VM/Z80SIO] support sync signal (input/output)
2459 [VM/Z80SIO] fix not to reset external signals
2460
2461 [MZ1500] support quick disk drive
2462 [PC9801] support irq connection from PC-9801-26
2463 [PC9801/DISPLAY] support 200 lines screen mode
2464 [PC9801/JOYSTICK] support joystick
2465 [X1TWIN] support CMT device
2466 [X1TWIN/EMM] support 512kb emm board
2467 [X1TWIN/MEMORY] fix memory mapping for ipl rom
2468
2469
2470 2/16/2011
2471
2472 [EMU/WIN32] notify key repeat
2473
2474 [VM/YM2203] fix prescaler for AY-3-8190/8192
2475 [VM/YM2151] fix typo
2476
2477 [X1TWIN] support fm sound card
2478 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2479 [X1TWIN/DISPLAY] render screen in each scan line
2480 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
2481 [X1TWIN/SUB] support key repeat
2482 [X1TWIN/SUB] fix ctrl + '_'
2483 [X1TWIN/SUB] fix $e6 command to return key code until it is released
2484
2485
2486 1/26/2011
2487
2488 [EMU/WIN32] support capture screen
2489
2490 [VM/SN76489AN] support SN76489
2491 [VM/SN76489AN] fix noise period
2492
2493 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
2494 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
2495 [X1TWIN/SUB] fix keycode read function
2496 [X1TWIN/SUB] fix command processing period
2497
2498
2499 1/21/2011
2500
2501 [EMU/WIN32] support output debug log to console
2502
2503 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
2504 [VM/MB8877] support output debug log
2505 [VM/MB8877] support request cpu to output debug log when status is read
2506 [VM/Z80] support variable m1 cycle wait
2507 [VM/Z80] support disassembler to output executed mnemonics
2508 [VM/Z80SIO] change delay timing for data transmitter
2509
2510 [X1TWIN] fix i/o map for display controller and text/attr vram
2511 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2512 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
2513 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
2514 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
2515 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
2516 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
2517 [X1TWIN/SUB] fix to exit interrupt automatically without reti
2518 [X1TWIN/SUB] fix to raise obf when new command is processed
2519 [X1TWIN/SUB] fix caps lock
2520 [X1TWIN/SUB] remove game key read command because this is turbo feature
2521
2522
2523 1/17/2011
2524
2525 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
2526
2527
2528 1/16/2011
2529
2530 [VM/YM2203] support AY-3-8190/8192
2531 [VM/Z80SIO] fix transmit/status interrupt
2532
2533 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
2534 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
2535 [MZ2500/CRTC] fix gfx plane mask register
2536 [MZ2500/CRTC] fix scroll registers
2537 [MZ2500/CRTC] fix to effect transparency register to outside of text region
2538 [MZ2500/CRTC] support screen mask i/o signal
2539 [MZ2500/CRTC] optimize screen rederer
2540 [MZ2800/CRTC] fix gfx plane mask register
2541 [MZ2800/CRTC] fix to effect transparency register to outside of text region
2542 [MZ2800/CRTC] support screen mask i/o signal
2543 [MZ2800/CRTC] optimize screen rederer
2544 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
2545 [X1TWIN/SUB] fix get calender command
2546
2547
2548 12/28/2010
2549
2550 [EMU/WIN32] support power off notification
2551
2552 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
2553 [VM/I8251] support break signal
2554 [VM/MB8877] change irq signal to low when new command is processed
2555 [VM/MSM5832] support address write signal
2556 [VM/Z80SIO] support cts/dcd signals
2557
2558 [FM16PI] support FUJITSU FM16pi
2559 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
2560 [MZ1500] support z80sio for quick disk and rs-232c (not work)
2561
2562
2563 9/29/2010
2564
2565 [VM/UPD765A] fix not to retry read id command
2566 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
2567 [VM/UPD765A] fix to update the data lost event when data is read/written
2568
2569 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
2570
2571
2572 9/20/2010
2573
2574 [VM/DEVICE] support interface for memory mappied i/o
2575 [VM/I8237] fix bank register
2576 [VM/I8253] fix counter latch before the counter update event is occured
2577 [VM/MEMORY] support general memory bus
2578 [VM/SN76489AN] fix noise generator
2579 [VM/UPD765A] fix to wait 100usec before go to result phase
2580 [VM/UPD7220] fix not to terminate write command after data is set
2581 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
2582
2583 [MZ3500/MAIN] update memory mapper
2584 [MZ3500/SUB] implement serial i/o for keyboard
2585 [PC9801] support NEC PC-9801
2586 [PC9801E] support NEC PC-9801E/F/M
2587
2588
2589 9/4/2010
2590
2591 [VM/EVENT] support to run extra frames for continuous sound
2592 [VM/IO] support to register the return value
2593 [VM/IO] refine i/o map registrations
2594 [VM/UPD765A] support external drive selection
2595 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
2596
2597 [MZ1500] fix sound mask (for thunder force)
2598 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
2599 [MZ1500/MEMORY] support pcg ram wait
2600 [MZ1500/MEMORY] fix memory mapped i/o range
2601 [MZ1500/RAMFILE] support ram file
2602 [MZ3500] reimplement SHARP MZ-3500 (not work)
2603 [PASOPIA7/IO] refine i/o map registrations
2604 [PHC20] support SANYO PHC-20
2605 [X1TWIN/IO] refine i/o map registrations
2606
2607
2608 8/31/2010
2609
2610 [VM/UPD765A] support dack signal
2611
2612 [FP1100/SUB] support logic to clear vram
2613 [FP1100/SUB] fix vram write access
2614 [FP1100/SUB] fix screen renderer
2615 [MZ1500] fix psg i/o addr
2616 [MZ1500/DISPLAY] fix color palette and priority register
2617
2618
2619 8/27/2010
2620
2621 [VM/AND] fix output signal when it is changed
2622 [VM/OR] fix output signal when it is changed
2623 [VM/NAND] fix output signal when it is changed
2624 [VM/NOR] fix output signal when it is changed
2625 [VM/NOT] fix output signal when it is changed
2626 [VM/DEVICE] refine signal connections
2627 [VM/DISK] support SEGA SF-7000 floppy disk image
2628 [VM/EVENT] sync 2 or more cpus precisely
2629 [VM/I8253] fix read both low and high counter
2630 [VM/PCM1BIT] update to check on/off signal width in one sample
2631 [VM/TMS9918A] fix screen mode selection
2632 [VM/UPD765A] support reset signal
2633 [VM/UPD765A] support index hole signal
2634 [VM/Z80] revert reimplemented Z80 core (temporary)
2635
2636 [FM16PI] remove FUJITSU FM16pi skelton
2637 [PC3200] remove SHARP PC-3200 skelton
2638 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
2639 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
2640 [MZ80K] support SHARP MZ-80K
2641 [MZ1200] support SHARP MZ-1200
2642 [MZ700/MEMORY] init memory map when mzt image is loaded
2643 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
2644 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
2645 [PASOPIA] fix signal connections around z80ctc
2646 [SC3000] support SEGA SC-3000
2647 [X1TWIN/SUB] fix sub cpu to check key release
2648 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
2649 [X1TWIN/DISPLAY] fix palette priority register
2650
2651
2652 8/13/2010
2653
2654 [EMU/WIN32] reset virtual machine after emu class is initialized
2655
2656 [VM/M6502] support M6502 and N2A03
2657 [VM/SN76489AN] fix mixer
2658 [VM/YM2151] fix mixer
2659 [VM/YM2203] fix mixer
2660
2661 [FAMILYBASIC] support Nintendo Family BASIC
2662
2663
2664 8/9/2010
2665
2666 [EMU/WIN32] disable ALT short cut key
2667
2668 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
2669
2670 [MAP1010/KEYBOARD] support keyboard
2671 [MYCOMZ80A/KEYBOARD] reset key event counter
2672
2673
2674 8/6/2010
2675
2676 [VM/MC6847] fix graphics mode
2677 [VM/MC6847] check vram size in render routine
2678
2679 [MAP1010] support SEIKO MAP-1010 (not work)
2680 [PHC25] fix psg i/o address
2681 [PHC25] fix vsync/hsync bit in system port
2682 [PHC25/JOYSTICK] support joystick
2683 [PHC25/SYSTEM] fix vdp mode signals in system port
2684
2685
2686 8/4/2010
2687
2688 [VM/MC6847] support MC6847
2689 [VM/UPD7801] add wait signal
2690 [VM/Z80] support raise irq by write_signal()
2691
2692 [FP1100] support CASIO FP-1100 (not work)
2693 [PHC25] support SANYO PHC-25
2694 [MULTI8/FLOPPY] fix floppy drive
2695 [PV1000/PSG] fix psg frequency
2696
2697
2698 6/4/2010
2699
2700 [EMU/WIN32] update screen stretch/rotation
2701 [EMU/WIN32] support window x3 - x8 modes
2702 [EMU/WIN32] support fullscreen mode with any resolutions
2703 [EMU/WIN32] fix video recorder
2704 [EMU/WIN32] hide menu bar in full screen mode
2705 [EMU/WIN32] save opened file dir for common dialog's initial dir
2706
2707 [VM/UPD765A] fix result status for recalib/seek commands
2708
2709 [PV1000/PGS] support sound generation (based on MESS driver)
2710 [PV1000/JOYSTICK] fix $fc status register
2711
2712
2713 5/12/2010
2714
2715 [EMU/WIN32] remove Windows CE support
2716 [EMU/WIN32] remove Direct3D support
2717 [EMU/WIN32] remove waveOut api support
2718 [EMU/WIN32] remove video capture support
2719
2720 [VM/DISK] support media type property
2721 [VM/DISK] check if the current disk image is reopened
2722 [VM/UPD7220] update csform/csrw commands
2723 [VM/UPD7220] support unknown $5a command
2724 [VM/UPD765A] support force ready signal for NEC PC-98 series
2725 [VM/UPD765A] fix result status for recalib/seek commands
2726 [VM/UPD764A] update hdu for sence device status command
2727 [VM/UPD765A] raise interrupt when disk is inserted or ejected
2728
2729 [MZ2500/CRTC] remove super impose support
2730 [PC98LT] support floppy drive
2731 [PC98LT/BIOS] support pseudo disk bios to check the media type
2732 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
2733
2734
2735 12/31/2009
2736
2737 [YS6464A] support Shinko Sangyo YS-6464A
2738
2739
2740 12/28/2009
2741
2742 [EMU/WIN32] support artwork, buttons and leds for single-board computers
2743 [VM/I386] reimplement 80386 (based on MAME i386 core)
2744 [VM/I8237] support increment mask of bank register
2745 [VM/I8251] check number of sync characters
2746 [VM/I8253] fix mask bit for output signal
2747 [VM/UPD7220] check vram pointer is not null
2748 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
2749
2750 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
2751 [N5200] support NEC N5200 (not work)
2752 [FMR50] check crc32 of bios and set machine id
2753 [FMR50] select cpu core i286/i386 refering machine id
2754 [FMR50/MEMORY] support 32bit memory address
2755 [MULTI8/DISPLAY] fix cursor end line
2756 [PASOPIA/VM] fix order of z80family's daisy chain
2757 [PASOPIA7/VM] fix order of z80family's daisy chain
2758 [MYCOMZ80A/DISPLAY] fix semi graphics mode
2759 [MYCOMZ80A/DISPLAY] fix cursor end line
2760 [MYCOMZ80A/KEYBOARD] add key buffer
2761
2762
2763 5/25/2009
2764
2765 [VM/UPD7220] fix initial vect params
2766 [VM/Z80CTC] support different sysclock from cpu clock
2767
2768 [MYCOMZ80A] build without optimization for wince port
2769 [MZ5500] set correct z80ctc sysclock
2770 [QC10/DISPLAY] fix access violation problem
2771
2772
2773 5/20/2009
2774
2775 [VM/MSM5832] fix build error
2776
2777 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
2778 [FMR50/CMOS] add experimental codes for FMR-CARD
2779 [FMR50/MEMORY] add experimental codes for FMR-CARD
2780
2781
2782 5/17/2009
2783
2784 [VM/I386] support 80386 (based on PCemu i386 core)
2785 [VM/LS393] refine implements of output signal
2786 [VM/MSM5832] support MSM5832
2787 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
2788 [VM/Z80CTC] refine implements of output signal
2789
2790 [MZ5500] fix ay-3-8912 address
2791 [MZ6500] support SHARP MZ-6500
2792 [FMR50/MEMORY] support address mask 20/24/32bit
2793 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
2794 [X1TWIN/SUB] fix key matrix
2795
2796
2797 4/9/2009
2798
2799 [COMMON] modify definition of uint64 and int64
2800 [VM/DEVICE] support 32bit i/o bus
2801 [VM/IO] support 32bit i/o bus
2802
2803 [PC8201] support PC-8201A (by Mr.apaslothy)
2804 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
2805
2806
2807 4/5/2009
2808
2809 [COMMON] define pair struct
2810 [VM/I8155] fix build error
2811 [VM/UPD1990A] fix shift register
2812
2813 [PC98LT] fix signal connection from upd1990a to i8255
2814 [X1TWIN] fix key matrix
2815 [PC8201] support NEC PC-8201
2816
2817
2818 4/1/2009
2819
2820 [COMMON] define uint64 and int64
2821 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
2822 [VM/DEVICE] support 32bit memory bus
2823 [VM/DISK] detect disk is changed
2824 [VM/EVENT] remove hsync event
2825 [VM/EVENT] initialize sound buffer before reset
2826 [VM/EVENT] multi instance free
2827 [VM/HD46505] support vblank signal
2828 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
2829 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
2830 [VM/I8155] add mask bit for output signal
2831 [VM/I8253] add mask bit for output signal
2832 [VM/I86] fix to refer 16bit i/o bus
2833 [VM/UPD1990A] support TP signal
2834 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
2835
2836 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
2837 [MZ2500/JOYSTICK] fix full-auto timing
2838 [MZ2800/JOYSTICK] fix full-auto timing
2839 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
2840 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
2841 [FMR60] support FUJITSU FMR-60
2842 [X1TWIN] support SHARP X1twin
2843
2844
2845 2/8/2009
2846
2847 [EMU/WIN32] support window minimize button
2848
2849 [FMR30/MEMORY] optimize memory bank switch
2850 [FRM50/BIOS] fix disk bios $fa
2851 [FMR50/BIOS] support memcard
2852 [FRM50/BIOS] support power management bios
2853 [FMR50/FLOPPY] fix disk status register
2854 [FMR50/KEYBOARD] fix kbint register
2855 [FMR50/MEMORY] support line/logical operations circuit
2856 [FMR50/MEMORY] support 40chars/20lines text screen mode
2857 [FMR50/MEMORY] refer cursor end line register on hd46505
2858 [FMR50/TIMER] fix timer interrupt cause register
2859
2860
2861 1/16/2009
2862
2863 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
2864 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
2865 [VM/I8155] support i8155
2866
2867 [FMR50/MEMORY] optimize memory bank switch
2868
2869 *) change the compiler from vs2005 to vs2008
2870
2871
2872 1/2/2009
2873
2874 [EMU/WIN32] support power off requested by vm
2875 [VM/I8237] support external bank register
2876 [VM/I8251] support txrdy/txempty/dsr/dtr signals
2877 [VM/I8251] support loop back
2878 [VM/I8251] don't reset dsr bit of status register
2879 [VM/I8253] don't latch count before previously latched count is not read
2880 [VM/I8254] support i8254 based on i8253
2881 [VM/I86] fix push sp in 8086 mode
2882 [VM/I86] fix a20 line in fetch functions
2883 [VM/IO] change class name from IO8 to IO
2884 [VM/IO] support 16bit i/o bus
2885
2886 [FMR30] support FUJITSU FMR-30
2887 [FMR50/MEMORY] support power off bit on $20
2888
2889
2890 12/26/2008
2891
2892 [EMU/WIN32] support kana-characters on auto key function
2893 [VM/DISK] support ImageDisk floppy disk image
2894 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
2895 [VM/I86] change class name from X86 to I86
2896
2897 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
2898 [TK80] change cpu core from z80 to 8080
2899 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
2900
2901
2902 10/17/2008
2903
2904 [EMU/WIN32] fix key notification for caps/kana/kanji
2905 [VM/X86] optimize the pseudo bios call by interrupt
2906
2907 [FMR50/BIOS] support scsi hard drive
2908 [FMR50/BIOS] support pseudo bios
2909 [FMR50/BIOS] support disk bios $FA
2910 [FMR50/BIOS] support cmos/wait bios call
2911 [FMR50/FLOPPY] support disk change register
2912 [FMR50/KEYBOARD] support key repeat
2913 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
2914 [FMR50/MEMORY] support reading ank/kanji rom
2915 [HC40/IO] fix caps toggle problem
2916 [HC80/IO] fix caps toggle problem
2917 [PC98HA/KEYBOARD] fix kana toggle problem
2918 [TK80/DISPLAY] change 8-seg LED color
2919 [TK80/KEYBOARD] change key assign
2920 [TK80/MEMORY] change rom size for COMPO BS/80
2921 [TK80/MEMORY] support user-defined rom for $0800-$7dff
2922
2923
2924 10/11/2008
2925
2926 [FMR50] fix i/o address of pit and crtc
2927 [FRM50/MEMORY] fix busy status of line renderer
2928 [FMR50/MEMORY] draw cursor on text screen
2929 [FMR50/MEMORY] support cg screen
2930
2931
2932 10/10/2008
2933
2934 [FMR50/BIOS] support disk bios
2935 [FMR50/KEYBOARD] support keyboard
2936 [MZ700/MEMORY] change EMM memory size for Windows CE
2937
2938
2939 10/6/2008
2940
2941 [EMU/WIN32] fix the problem when new file path is specified
2942 [EMU/WIN32] support 96khz sound
2943
2944 [VM/DATAREC] support trigger signal
2945 [VM/DATAREC] output remote signal
2946 [VM/I8253] fix mode3 output signal
2947 [VM/PCM1BIT] support LPF
2948 [VM/UPD765A] fix AT bit in the result of seek command
2949 [VM/X86] support pseudo bios call
2950
2951 [MZ700] support mzt/m12 file
2952 [MZ700] support datarec control signals
2953 [MZ700] fix vsync/hsnyc timing
2954 [MZ700/MEMORY] support memory wait
2955 [TK80BS] support circuits on TK-80 main board
2956 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
2957 [TK80BS/MEMORY] support save/load ram image
2958 [TK80BS/MEMORY] fix interrupt address
2959 [TK80BS/KEYBOARD] fix key map for kana chars
2960
2961
2962 8/27/2008
2963
2964 [EMU/WIN32] fix build problem for Windows CE
2965
2966 [VM/I8255] support mode1
2967 [VM/I8259] clear irr bit if the request signal is changed to low level
2968 [VM/UPD1990A] support i/o coonection interface
2969 [VM/X86] fix interrup status
2970 [VM/X86] fix pop es on 80286
2971
2972 [MZ700] fix vsync/hsnyc timing
2973 [MZ700/MEMORY] support 16MB EMM board
2974 [PC98LT] support PC-98LT
2975 [TK80BS] support TK-80BS (COMPO BS/80)
2976
2977
2978 8/19/2008
2979
2980 [VM/UPD765A] fix the problem that data lost occurs after the result phase
2981 [VM/UPD765A] fix CB bit in the status register in sence intstat command
2982 [VM/UPD765A] fix AT bit in the result of seek command
2983
2984 [PC100/CTRC] support monochrome screen mode
2985 [PC100/CRTC] fix palette registers
2986 [PC100/IOCTRL] fix keyboard event
2987 [PC100/IOCTRL] support keyboard reset
2988 [PC100/IOCTRL] fix keyboard initialize data
2989
2990
2991 8/16/2008
2992
2993 [EMU/WIN32] support rotate screen
2994 [EMU/WIN32] fix build problem for Windows CE
2995
2996 [VM/BEEP] more clear beep generation for the constant frequency
2997 [VM/BEEP] fix mute logic
2998 [VM/DEVICE] return address for unassigned I/O port
2999 [VM/EVENT] fix crash problem in the initialization
3000 [VM/I8251] fix PE bit in the status register
3001 [VM/I8253] check edge of the input signal
3002 [VM/I8253] fix gate signal
3003 [VM/RTC58321] support i/o coonection interface
3004 [VM/UPD4991A] modify i/o connection interface
3005 [VM/UPD4991A] fix year data
3006 [VM/UPD765A] support drq line delay
3007
3008 [PC98HA] support NEC PC-98HA
3009 [PC100] support NEC PC-100 (not work)
3010 [MZ700] fix sound noise problem
3011 [MZ700/MEMORY] support EMM memory
3012 [MZ2500/TIMER] modify 8253 gate control
3013
3014
3015 6/11/2008
3016
3017 [EMU/WIN32] open command line as cart or disk file path
3018 [EMU/WIN32] convert file path to full and long file path
3019
3020 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3021 [VM/DATAREC] output low signal when the tape is closed
3022 [VM/MB8876] support motor on/off signal
3023 [VM/PCM1BIT] support on/off signal
3024 [VM/PCM1BIT] support high quality sound
3025 [VM/RTC58321] support RTC58321
3026 [VM/UPD4991A] support uPD4991A
3027 [VM/UPD765A] fdc status patch for MZ-3500
3028 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3029 [VM/Z80] return busack signal whe busreq occurs
3030
3031 [FMR50] support FUJITSU FMR-50 (not work)
3032 [MZ700] support SHARP MZ-700
3033 [MZ3500] support SHARP MZ-3500 (not work)
3034 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3035
3036
3037 4/22/2008
3038
3039 [VM/LS244] support 74LS244/245
3040 [VM/UPD1990A] support uPD1990A
3041 [VM/X86] fix hlt
3042 [VM/X86] support busreq
3043 [VM/Z80] don't reset busreq in reset()
3044
3045 [MZ5500/KEYBOARD] support communication timeout
3046
3047
3048 4/16/2008
3049
3050 [VM/UPD7220] support pitch command
3051 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3052 [VM/UPD765A] fix read id command
3053
3054 [MZ5500/DISPLAY] support window controller
3055 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3056 [MZ5500/DISPLAY] support color palette
3057 [MZ5500/DISPLAY] support b/w mode
3058 [MZ5500/DISPLAY] support plane priority
3059 [MZ5500/KEYBOARD] support algo key
3060 [MZ5500/SYSPORT] support nmi reset
3061 [QC10/DISPLAY] support floppy drive access lamp
3062
3063
3064 4/14/2008
3065
3066 [MZ5500/KEYBOARD] support keyboard and mouse
3067
3068
3069 4/12/2008
3070
3071 [VM/LS393] support 74LS393
3072 [VM/RP5C01] support RP-5C01
3073 [VM/UPD7220] fix pset function
3074 [VM/UPD7220] notify vsync
3075 [VM/UPD765A] check sector id strictly
3076
3077 [MZ5500] support SHARP MZ-5500
3078
3079
3080 4/7/2008
3081
3082 [EMU/WIN32] support the screen size changing requested by the virtual machine
3083
3084 [VM/MZ2800] support z80sio interrupt vector port
3085
3086
3087 4/3/2008
3088
3089 [VM/I8259] fix the cascade mode condition
3090 [VM/UPD7220] fix low/high byte condition in dma commands
3091 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3092 [VM/UPD7220] get mod param in write command with no params
3093 [VM/UPD7220] check mod param in vect/char drawing commands
3094 [VM/UPD7220] check dir param in read/write command
3095 [VM/UPD7220] support line drawing in vecte command
3096 [VM/UPD7220] update ead/dad after drawing commands
3097 [VM/UPD7220] fix lsb/msb order in pset function
3098
3099 [QC10] change the default dipswitch status
3100 [QC10/DISPLAY] support color monitor subboard
3101 [QC10/KEYBOARD] support SF1-SF4 keys
3102 [QC10/MFONT] support multifonts rom card
3103
3104
3105 3/22/2008
3106
3107 [VM/I8251] notify rxrdy is changed
3108 [VM/TF20] fix the error result of read command
3109
3110 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3111 [HC80/IO] support HD6303 commands for serial i/o
3112 [HC80/IO] support TF-20
3113 [HC80/IO] support 8kb/16kb rom capsule
3114 [HC80/IO] remove 8251 codes and use common 8251 class
3115
3116
3117 3/20/2008
3118
3119 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3120
3121 [HC40/IO] fix key buffers
3122 [HC80] support EPSON HC-80/PX-8/Geneva
3123
3124
3125 3/2/2008
3126
3127 [EMU/WIN32] support DirectX9 graphics
3128 [EMU/WIN32] fix the window size problem of eHC-40
3129
3130
3131 2/29/2008
3132
3133 [EMU/WIN32] more quick stretch screen
3134 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3135 [VM/TF20] support EPSON TF-20 terminal floppy drives
3136
3137 [HC40/IO] don't reset 7508 sub cpu when boot the system
3138 [HC40/IO] support system reset
3139 [HC40/IO] support buzzer partially (constant frequency)
3140 [HC40/IO] support ART (8251 subset)
3141 [HC40/IO] support TF-20 connected to ART
3142
3143
3144 2/27/2008
3145
3146 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3147 [EMU/WIN32] don't use StretchBlt
3148
3149 [HC40] support EPSON HC-40/PX-4
3150 [QC10/MEMORY] fix the gate signal bit in $18
3151 [QC10/MEMORY] fix the memory bank switch
3152 [X07/IO] change LCD display color
3153
3154
3155 2/20/2008
3156
3157 VC++ 6.0 project files are removed.
3158
3159 [VM/HD146818P] support sqw and periodic interrupt
3160 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3161 [VM/I8237] fix the build error
3162 [VM/I8237] reimplement based on uPD71071
3163 [VM/UPD7220] fix the build error
3164 [VM/UPD7220] modify hblank/vsync event
3165 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3166 [VM/Z80SIO] change uPD7201 fifo buffer size
3167
3168 [QC10] support EPSON QC-10/QX-10
3169 [RX78/VDP] fix the crash problem on Windows CE
3170
3171
3172 2/11/2008
3173
3174 The interrupt logics are largely modified and are now very close to the real circuits.
3175
3176 In the older versions:
3177         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
3178         - These requests are always accepted and executed just now.
3179         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
3180         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
3181
3182 This is because let CPU not to monitor the int-line in every opecodes.
3183 But it causes some problems for example:
3184         - Timing problems.
3185         - End of Interrupt command in Z80SIO/uPD7201.
3186         - Using Z80 family devices with 80x86 and PIC8259.
3187
3188 In this release:
3189         - Each device can request the interrupt any time.
3190         - CPU checks the int-line in every opecodes.
3191         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
3192         - The device goes into the in-service status when receive the ack signal.
3193         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
3194         - Z80 checks the wired-or of int-lines from Z80 family devices.
3195
3196 [VM/DEVICE] modify virtual functions for interrupts
3197 [VM/I8259] support the new interrupt logic
3198 [VM/I8259] fix the crash problem
3199 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
3200 [VM/X86] support the new interrupt logic
3201 [VM/Z80] support the new interrupt logic
3202 [VM/Z80CTC] support the new interrupt logic
3203 [VM/Z80PIO] support the new interrupt logic
3204 [VM/Z80SIO] support the new interrupt logic
3205 [VM/Z80SIO] support the End of Interrupt command
3206 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
3207 [VM/Z80SIO] fix the status register #2 (vector)
3208 [VM/Z80PIC] removed
3209
3210 [MZ2500/CRTC] notify vsync signal by not edge but level
3211 [MZ2500/INTERRUPT] support the new interrupt logic
3212 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
3213 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
3214
3215
3216 1/5/2008
3217
3218 [VM/BEEP] fix the crash problem when the frequency is constant
3219 [VM/BEEP] support the interface to change the frequency constant
3220
3221 [X07/IO] support user defined keys
3222 [X07/IO] support break key
3223 [X07/IO] support line/circle commands
3224 [X07/IO] support beep command
3225 [X07/IO] support data recorder
3226
3227
3228 12/31/2007
3229
3230 [VM/FIFO] support read_not_remove()
3231 [VM/NSC800] fix NSC800
3232
3233 [X07] support CANON X-07
3234
3235
3236 9/14/2007
3237
3238 [MZ2800/CRTC] fix read-modify-write registers
3239
3240
3241 8/24/2007
3242
3243 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
3244
3245 [MZ2800] ignore A15 of I/O port addr
3246 [MZ2800/CTRL] support 65536colors graphic screen
3247 [MZ2800/KEYBOARD] change keymap to newply support some keys
3248 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
3249
3250
3251 8/22/2007
3252
3253 [VM/RP5C15] fix the initial 12H/24H setting
3254
3255 [MZ2500/CRTC] optimize the screen renderer
3256 [MZ2800/CRTC] support the 16/4096colors graphic screen
3257 [MZ2800/CRTC] support the read modify write
3258 [MZ2800/CRTC] support the hardware scroll
3259 [MZ2800/CRTC] support the vram plane mask
3260 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
3261
3262
3263 8/19/2007
3264
3265 [VM/MB8877] fix the status for type4 command
3266 [VM/UPD71071] support the base registers
3267 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
3268 [VM/X86] fix the modrm table
3269
3270 [MZ2800] add eVC4 project file
3271 [MZ2800/CRTC] fix the test screen renderer
3272 [MZ2800/CRTC] support 4096 color palette registers
3273 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
3274
3275
3276 8/16/2007
3277
3278 [VM/DEVICE] add the virtual functions for dma access
3279 [VM/I8237] fix the typo
3280 [VM/I8259] support the special fully nest mode
3281 [VM/I8259] support the rotation of priorities
3282 [VM/I8259] support the intrrupt request from Z80 family devices
3283 [VM/IO8] support 16bit i/o adrress
3284 [VM/MB8877] support the dma access
3285 [VM/MB8877] support the irq and drq signals
3286 [VM/RP5C15] support reading the values of banks #13/#14/#15
3287 [VM/UPD71071] support uPD71071
3288 [VM/X86] support 8086/V30/80286
3289 [VM/YM2203] support the irq signal
3290
3291 [MZ2500] fix YM2203 PortB signal from RP-5C15
3292 [MZ2800] support SHARP MZ-2800
3293
3294
3295 7/23/2007
3296
3297 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
3298 [VM/TMS9918A] reimplement based on MAME 0.116
3299 [VM/UPD7801] support the memory access wait
3300
3301 [PYUTA/MEMORY] modify the memory bank switch
3302 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
3303 [SCV/MEMORY] support the memory access wait (now disabled)
3304
3305
3306 7/16/2007
3307
3308 [VM/TMS9995] support TMS9995
3309
3310 [PYUTA] support TOMY PyuTa and PyuTa Jr.
3311
3312
3313 2/11/2007
3314
3315 [COMMON] support auto key hitting from the clipboard
3316 [COMMON] save and restore the window mode when the emulator is restarted
3317 [VM/DEVICE] modify memory access wait
3318 [VM/DEVICE] support i/o access wait
3319 [VM/DISK] fix the crash problem when the invalid track number is set
3320 [VM/HD46505] support HD46505
3321 [VM/HD46505] fix the display/vsync/hsync signals timing
3322 [VM/I8253] more precise signal timing in mode #2, #4 and #5
3323 [VM/MB8877] support the access led status
3324 [VM/PICM1BIT] support 1bit pcm
3325 [VM/UPD765A] support the acces led status
3326 [VM/YM2203] support the volume adjustment
3327 [VM/Z80] modify memory access wait
3328 [VM//Z80] support i/o access wait
3329 [VM/Z80SIO] fix the recv and under-run interrupt flags
3330 [VM/Z80SIO] fix the status affect vector
3331 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
3332 [VM/Z80SIO] support the i/f to clear the recv buffer
3333
3334 [MULTI8/DISPLAY] remove HD46505 codes
3335 [MULTI8/DISPLAY] draw the flopppy drive access led
3336 [MZ2500] support 1bit pcm
3337 [MZ2500] adjust fm/psg volume
3338 [MZ2500] support i/o access wait
3339 [MZ2500/CRTC] render screen with less cpu power
3340 [MZ2500/CRTC] draw the floppy drive access led
3341 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
3342 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
3343 [MZ2500/MEMORY] modify memory access wait
3344 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
3345 [PASOPIA] support OA-BASIC
3346 [PASOPIA] support hsync signal
3347 [PASOPIA/DISPLAY] remove HD46505 codes
3348 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
3349 [PASOPIA7/DISPLAY] remove HD46505 codes
3350 [PASOPIA7/DISPLAY] draw the flopppy drive access led
3351 [PV1000] rewrite with the common event manager class
3352 [PV1000/JOYSTICK] fix $fc status (not complete)
3353 [PV1000/VDP] add the patch for SPACE PANIC
3354
3355
3356 2/1/2007
3357
3358 [COMMON] ignore some warnings on Visual Studio 2005
3359 [WIN32/SCREEN] support video recording
3360 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
3361 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
3362 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
3363 [VM/BEEP] modify beep sound generator for more stable frequency
3364 [VM/DATAREC] auto stop at the end of tape image
3365 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
3366 [VM/EVENT] more precise event timing refering the passed clock in cpu class
3367 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
3368 [VM/I8253] more precise output signal timing
3369 [VM/NSC800] suppor NSC800
3370 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
3371 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
3372 [VM/Z80PIC] accept the interrupt request when it is running
3373
3374 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3375 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
3376 [MZ2500/MEMORY] support the memory wait in display period
3377 [MZ2500/Z80PIC] accept the interrupt request when it is running 
3378 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
3379 [PASOPIA] reimplement EmuPIA under the common source code project 
3380 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3381
3382
3383 12/31/2006
3384
3385 [WIN32] support DirectShow video capture devices (DX8 or later is required)
3386 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
3387 [VM] each device can get the cpu time
3388 [VM/BEEP] modify beep sound generator for more stable frequency
3389 [VM/Z80] support BUSREQ
3390 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
3391 [VM/Z80SIO] suppor Z80SIO
3392 [VM/DISK] support TeleDisk floppy disk image
3393 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
3394 [VM/I8253] drive the counter more accurate and less power
3395
3396 [MZ2500] reimplement EmuZ-2500 under the common source code project
3397 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
3398 [MZ2500/CRTC] support the super impose function
3399 [MZ2500/MEMORY] support VRAM access wait 
3400
3401
3402 12/7/2006
3403
3404 Initial release